Uses of Class
com.avoka.fc.core.entity.UserRole
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides web automated test services.
-
Uses of UserRole in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionRoleDao.getGlobalRolesForAdmin
(String userId) Return all non-client assignable user roles associated with the given user account -
Uses of UserRole in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescription_Role.USER_ROLES
Provides the 'USER_ROLES' property._UserAccount.USER_ROLES
Provides the 'USER_ROLES' property.Modifier and TypeMethodDescription_Role.getUserRoles()
Return the UserRoles._UserAccount.getUserRoles()
Return the UserRoles.Modifier and TypeMethodDescriptionvoid
_Role.addToUserRoles
(UserRole obj) Add the UserRoles object.void
_UserAccount.addToUserRoles
(UserRole obj) Add the UserRoles object.void
_Role.removeFromUserRoles
(UserRole obj) Remove the UserRoles object.void
_UserAccount.removeFromUserRoles
(UserRole obj) Remove the UserRoles object. -
Uses of UserRole in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.addRoleToUser
(UserAccount userAccount, Role role, Date roleExpiryDatetime) Add a role to a user, with an optional expiry time.