Uses of Class
org.europa.together.domain.acl.RolesDO
Packages that use RolesDO
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.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
-
Uses of RolesDO in org.europa.together.application.acl
Methods in org.europa.together.application.acl that return types with arguments of type RolesDO -
Uses of RolesDO in org.europa.together.business.acl
Methods in org.europa.together.business.acl that return types with arguments of type RolesDOModifier and TypeMethodDescriptionRolesDAO.listProtectedRoles()
Return a list of all roles which protected against deleting, to prevent accidents. -
Uses of RolesDO in org.europa.together.client.acl
Methods in org.europa.together.client.acl that return RolesDOMethods in org.europa.together.client.acl that return types with arguments of type RolesDOMethods in org.europa.together.client.acl with parameters of type RolesDOModifier and TypeMethodDescriptionvoid
Role.createRole
(RolesDO role) void
Role.updateRole
(RolesDO role) -
Uses of RolesDO in org.europa.together.domain.acl
Methods in org.europa.together.domain.acl that return RolesDOModifier and TypeMethodDescriptionAccountDO.getRole()
Get the Role of an Account.PermissionDO.getRole()
Get the role for a permission.Methods in org.europa.together.domain.acl with parameters of type RolesDOModifier and TypeMethodDescriptionvoid
Set the Role of an Account.void
Set the role for a permission.Constructors in org.europa.together.domain.acl with parameters of type RolesDO -
Uses of RolesDO in org.europa.together.service.acl
Methods in org.europa.together.service.acl with parameters of type RolesDOModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
RoleService.createRole
(RolesDO role) jakarta.ws.rs.core.Response
RoleService.updateRole
(RolesDO role)