Uses of Class
org.europa.together.domain.acl.ResourcesDO
Packages that use ResourcesDO
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 ResourcesDO in org.europa.together.application.acl
Methods in org.europa.together.application.acl that return ResourcesDOModifier and TypeMethodDescriptionMethods in org.europa.together.application.acl that return types with arguments of type ResourcesDOModifier and TypeMethodDescriptionResourcesHbmDAO.listProtectedResources()
ResourcesHbmDAO.listResourcesOfSameType
(String resource) Methods in org.europa.together.application.acl with parameters of type ResourcesDOModifier and TypeMethodDescriptionboolean
ResourcesHbmDAO.delete
(ResourcesDO resource) void
ResourcesHbmDAO.update
(String id, ResourcesDO object) Deprecated.void
ResourcesHbmDAO.update
(ResourcesDO resource) -
Uses of ResourcesDO in org.europa.together.business.acl
Methods in org.europa.together.business.acl that return ResourcesDOModifier and TypeMethodDescriptionFetch a specific resource defined by the resource name and the view.Methods in org.europa.together.business.acl that return types with arguments of type ResourcesDOModifier and TypeMethodDescriptionResourcesDAO.listProtectedResources()
Return a list of all resources which protected against deleting, to prevent accidents.ResourcesDAO.listResourcesOfSameType
(String resource) Fetch a list of resources with the same name.Methods in org.europa.together.business.acl with parameters of type ResourcesDOModifier and TypeMethodDescriptionboolean
ResourcesDAO.delete
(ResourcesDO resource) If the resource object exist in the persistence context and is not protected, it will be deleted.void
ResourcesDAO.update
(ResourcesDO resource) Overwrite the regular DAO update method, because of composite Primary Key. -
Uses of ResourcesDO in org.europa.together.client.acl
Methods in org.europa.together.client.acl that return ResourcesDOMethods in org.europa.together.client.acl that return types with arguments of type ResourcesDOMethods in org.europa.together.client.acl with parameters of type ResourcesDOModifier and TypeMethodDescriptionvoid
Resource.createResource
(ResourcesDO resource) void
Resource.deleteResource
(ResourcesDO resource) void
Resource.updateResource
(ResourcesDO resource) -
Uses of ResourcesDO in org.europa.together.domain.acl
Methods in org.europa.together.domain.acl that return ResourcesDOMethods in org.europa.together.domain.acl with parameters of type ResourcesDOModifier and TypeMethodDescriptionvoid
PermissionDO.setResource
(ResourcesDO resource) Set the resources for a permission.Constructors in org.europa.together.domain.acl with parameters of type ResourcesDO -
Uses of ResourcesDO in org.europa.together.service.acl
Methods in org.europa.together.service.acl with parameters of type ResourcesDOModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourceService.createResource
(ResourcesDO resource) jakarta.ws.rs.core.Response
ResourceService.updateResource
(ResourcesDO resource)