Uses of Class
com.avoka.fc.core.entity.UserRole
-
Packages that use UserRole Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service.test 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 UserRole Modifier and Type Method Description List<UserRole>
RoleDao. 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 UserRole Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<UserRole>>
_Role. USER_ROLES
Provides the 'USER_ROLES' property.static org.apache.cayenne.exp.Property<List<UserRole>>
_UserAccount. USER_ROLES
Provides the 'USER_ROLES' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type UserRole Modifier and Type Method Description List<UserRole>
_Role. getUserRoles()
Return the UserRoles.List<UserRole>
_UserAccount. getUserRoles()
Return the UserRoles.Methods in com.avoka.fc.core.entity.auto with parameters of type UserRole Modifier and Type Method Description void
_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 UserRole Modifier and Type Method Description UserRole
MockEntityService. addRoleToUser(UserAccount userAccount, Role role, Date roleExpiryDatetime)
Add a role to a user, with an optional expiry time.
-