Uses of Class
com.avoka.fc.core.entity.RolePermission
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of RolePermission in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionRolePermissionDao.getRolePermissionsForPortal
(String roleId, String portalId) Return the list of role permissions for a given role, whose permissions are associated with a specific portal -
Uses of RolePermission in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<RolePermission>>
_Permission.ROLE_PERMISSIONS
Provides the 'ROLE_PERMISSIONS' property.static final org.apache.cayenne.exp.Property<List<RolePermission>>
_Role.ROLE_PERMISSIONS
Provides the 'ROLE_PERMISSIONS' property.Modifier and TypeMethodDescription_Permission.getRolePermissions()
Return the RolePermissions._Role.getRolePermissions()
Return the RolePermissions.Modifier and TypeMethodDescriptionvoid
_Permission.addToRolePermissions
(RolePermission obj) Add the RolePermissions object.void
_Role.addToRolePermissions
(RolePermission obj) Add the RolePermissions object.void
_Permission.removeFromRolePermissions
(RolePermission obj) Remove the RolePermissions object.void
_Role.removeFromRolePermissions
(RolePermission obj) Remove the RolePermissions object.