Uses of Class
com.avoka.fc.core.entity.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
Modifier 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 OIDModifier and TypeMethodDescriptionUserProfileDao.getProfilesForUser
(UserAccount user) Return the user profiles for the given user account, ordered by profile nameModifier 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
Modifier and TypeMethodDescriptionUserAccount.getActiveProfile()
Return the currently activeUserProfile
for this userModifier 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
Modifier 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.Modifier and TypeMethodDescription_UserProperty.getProfile()
Return the Profile._RequestLog.getUserProfile()
Return the UserProfile._Submission.getUserProfile()
Return the UserProfile.Modifier 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
Modifier and TypeMethodDescriptionMockEntityService.createUserProperty
(UserProfile userProfile, PropertyType propertyType, String value) Create a user property value for a user profile and property type.