Uses of Class
com.avoka.fc.core.entity.UserProfile
Packages that use UserProfile
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of UserProfile in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return UserProfileModifier and TypeMethodDescriptionUserProfileDao.deleteProfile
(UserProfile userProfile) Delete the given user profile, and return the next user profile.UserProfileDao.getProfile
(UserAccount userAccount, String profileName) Return the user profile with a given name for a given user accountUserProfileDao.getProfileForPK
(Object id) Return the user profile with the specified OIDMethods in com.avoka.fc.core.dao that return types with arguments of type UserProfileModifier and TypeMethodDescriptionUserProfileDao.getProfilesForUser
(UserAccount user) Return the user profiles for the given user account, ordered by profile nameMethods in com.avoka.fc.core.dao with parameters of type UserProfileModifier and TypeMethodDescriptionUserProfileDao.deleteProfile
(UserProfile userProfile) Delete the given user profile, and return the next user profile.void
UserPropertyDao.initialiseUserProperties
(UserProfile userProfile) Create property values for each user property for a new user profilevoid
UserProfileDao.makeCurrentProfile
(UserProfile userProfile) Mark a new user profile as the current one for the user.void
UserProfileDao.unsetCurrentProfile
(UserProfile oldCurrentProfile) Unset the current flag on a given user profile. -
Uses of UserProfile in com.avoka.fc.core.entity
Methods in com.avoka.fc.core.entity that return UserProfileModifier and TypeMethodDescriptionUserAccount.getActiveProfile()
Return the currently activeUserProfile
for this userMethods in com.avoka.fc.core.entity that return types with arguments of type UserProfileModifier and TypeMethodDescriptionUserAccount.getUserProfilesOrdered()
Return the user profiles ordered by profile name with the active profile at the top. -
Uses of UserProfile in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type UserProfileModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<UserProfile>
_UserProperty.PROFILE
Provides the 'PROFILE' property.static final org.apache.cayenne.exp.Property<UserProfile>
_RequestLog.USER_PROFILE
Provides the 'USER_PROFILE' property.static final org.apache.cayenne.exp.Property<UserProfile>
_Submission.USER_PROFILE
Provides the 'USER_PROFILE' property.static final org.apache.cayenne.exp.Property<List<UserProfile>>
_UserAccount.USER_PROFILES
Provides the 'USER_PROFILES' property.Methods in com.avoka.fc.core.entity.auto that return UserProfileModifier and TypeMethodDescription_UserProperty.getProfile()
Return the Profile._RequestLog.getUserProfile()
Return the UserProfile._Submission.getUserProfile()
Return the UserProfile.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserProfileMethods in com.avoka.fc.core.entity.auto with parameters of type UserProfileModifier and TypeMethodDescriptionvoid
_UserAccount.addToUserProfiles
(UserProfile obj) Add the UserProfiles object.void
_UserAccount.removeFromUserProfiles
(UserProfile obj) Remove the UserProfiles object.void
_UserProperty.setProfile
(UserProfile profile) Set the Profile.void
_RequestLog.setUserProfile
(UserProfile userProfile) Set the UserProfile.void
_Submission.setUserProfile
(UserProfile userProfile) Set the UserProfile. -
Uses of UserProfile in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test with parameters of type UserProfileModifier and TypeMethodDescriptionMockEntityService.createUserProperty
(UserProfile userProfile, PropertyType propertyType, String value) Create a user property value for a user profile and property type.