Uses of Class
com.avoka.fc.core.entity.UserRole
Packages that use 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
Methods in com.avoka.fc.core.dao that return types with arguments of type UserRoleModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type UserRoleModifier and TypeFieldDescription_Role.USER_ROLES
Provides the 'USER_ROLES' property._UserAccount.USER_ROLES
Provides the 'USER_ROLES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserRoleModifier and TypeMethodDescription_Role.getUserRoles()
Return the UserRoles._UserAccount.getUserRoles()
Return the UserRoles.Methods in com.avoka.fc.core.entity.auto with parameters of type UserRoleModifier 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
Methods in com.avoka.fc.core.service.test that return UserRoleModifier and TypeMethodDescriptionMockEntityService.addRoleToUser
(UserAccount userAccount, Role role, Date roleExpiryDatetime) Add a role to a user, with an optional expiry time.