Uses of Class
com.avoka.fc.core.entity.Role
Packages that use Role
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.
Provides Value Object persistent entity classes.
-
Uses of Role in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return RoleModifier and TypeMethodDescriptionRoleDao.assignDefaultAnonymousPermissions()
Create the pre-defined anonymous role (unless a role with the name defined inANONYMOUS_ROLE
already exists) and assigns it all permissions associated with the Anonymous RoleRoleDao.assignDefaultServiceUserPermissions()
Create the pre-defined service role (unless a role with the name defined inSERVICE_USER_ROLE
already exists) and assigns it all permissions associated with the Service User RoleReturn the role with the specified OIDRoleDao.getRoleForName
(String name) Return the role with the specified nameMethods in com.avoka.fc.core.dao that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleDao.getAssignableRolesForAdmin
(UserAccount userAccount) Return all roles that the given user is allowed to assign to other users, ordered by name Only active roles will be offered.RoleDao.getRoleList
(UserAccount userAccount, String keyword, boolean activeOnly) Return the list of roles matching the specified search criteria, ordered by nameRoleDao.getRoleList
(UserAccount userAccount, String keyword, Object portalId, boolean activeOnly) Return the list of roles matching the specified search criteria, ordered by nameRoleDao.getRoles()
Return all roles, ordered by name -
Uses of Role in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type RoleModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<Role>
_RolePermission.ROLE
Provides the 'ROLE' property.static final org.apache.cayenne.exp.Property<Role>
_UserRole.ROLE
Provides the 'ROLE' property.Methods in com.avoka.fc.core.entity.auto that return RoleModifier and TypeMethodDescription_RolePermission.getRole()
Return the Role._UserRole.getRole()
Return the Role.Methods in com.avoka.fc.core.entity.auto with parameters of type Role -
Uses of Role in com.avoka.fc.core.service.test
Methods in com.avoka.fc.core.service.test that return RoleModifier and TypeMethodDescriptionMockEntityService.createRole
(String roleName, Set<Permission> permissionSet) Create an active role with the given name and permissions.Methods in com.avoka.fc.core.service.test with parameters of type RoleModifier and TypeMethodDescriptionMockEntityService.addRoleToUser
(UserAccount userAccount, Role role, Date roleExpiryDatetime) Add a role to a user, with an optional expiry time. -
Uses of Role in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type Role