Uses of Class
com.avoka.fc.core.entity.RolePermission
Packages that use 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
Methods in com.avoka.fc.core.dao that return types with arguments of type RolePermissionModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type RolePermissionModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type RolePermissionModifier and TypeMethodDescription_Permission.getRolePermissions()
Return the RolePermissions._Role.getRolePermissions()
Return the RolePermissions.Methods in com.avoka.fc.core.entity.auto with parameters of type RolePermissionModifier 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.