Uses of Class
com.avoka.fc.core.entity.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
Modifier 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 nameModifier 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
Modifier 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. -
Uses of Role in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createRole
(String roleName, Set<Permission> permissionSet) Create an active role with the given name and permissions.Modifier 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