Uses of Class
org.europa.together.domain.acl.PermissionDO
Packages that use PermissionDO
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
-
Uses of PermissionDO in org.europa.together.application.acl
Methods in org.europa.together.application.acl that return PermissionDOModifier and TypeMethodDescriptionMethods in org.europa.together.application.acl that return types with arguments of type PermissionDO -
Uses of PermissionDO in org.europa.together.business.acl
Methods in org.europa.together.business.acl that return PermissionDOModifier and TypeMethodDescriptionOverride the find() method to fetch a permission by the given id.Override the find() method to fetch a permission by the given roleName, resource and view.Methods in org.europa.together.business.acl that return types with arguments of type PermissionDOModifier and TypeMethodDescriptionPermissionDAO.listRolePermissions
(String roleName) List all permissions of a role. -
Uses of PermissionDO in org.europa.together.client.acl
Methods in org.europa.together.client.acl that return PermissionDOMethods in org.europa.together.client.acl that return types with arguments of type PermissionDOMethods in org.europa.together.client.acl with parameters of type PermissionDOModifier and TypeMethodDescriptionvoid
Permission.createPermission
(PermissionDO permission) void
Permission.updatePermission
(PermissionDO permission) -
Uses of PermissionDO in org.europa.together.service.acl
Methods in org.europa.together.service.acl with parameters of type PermissionDOModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
PermissionService.createPermission
(PermissionDO entity) jakarta.ws.rs.core.Response
PermissionService.updatePermission
(PermissionDO permission)