Uses of Class
com.avoka.fc.core.entity.RolePermission
-
Packages that use RolePermission 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. -
-
Uses of RolePermission in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return types with arguments of type RolePermission Modifier and Type Method Description List<RolePermission>
RolePermissionDao. 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 RolePermission Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<RolePermission>>
_Permission. ROLE_PERMISSIONS
Provides the 'ROLE_PERMISSIONS' property.static 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 RolePermission Modifier and Type Method Description List<RolePermission>
_Permission. getRolePermissions()
Return the RolePermissions.List<RolePermission>
_Role. getRolePermissions()
Return the RolePermissions.Methods in com.avoka.fc.core.entity.auto with parameters of type RolePermission Modifier and Type Method Description void
_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.
-