Uses of Class
org.europa.together.domain.acl.ResourcesDO
Packages that use ResourcesDO
Package
Description
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
-
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.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