Uses of Class
org.openwms.core.domain.system.usermanagement.Grant

Packages that use Grant
org.openwms.core.integration Repository (DAO) interface definitions of the CORE module. 
org.openwms.core.integration.jpa This package contains classes that belong to the integration layer implemented with JPA. 
org.openwms.core.service Interface definitions of the CORE Module service layer. 
org.openwms.core.service.spring This package contains service implementations of the CORE project, implemented with the Spring framework. 
 

Uses of Grant in org.openwms.core.integration
 

Methods in org.openwms.core.integration that return types with arguments of type Grant
 List<Grant> SecurityObjectDao.findAllOfModule(String moduleName)
          Find and retrieve all SecurityObjects that belong to a given Module.
 

Method parameters in org.openwms.core.integration with type arguments of type Grant
 void SecurityObjectDao.delete(List<Grant> grants)
          Delete a list of Grants.
 

Uses of Grant in org.openwms.core.integration.jpa
 

Methods in org.openwms.core.integration.jpa that return types with arguments of type Grant
 List<Grant> SecurityObjectDaoImpl.findAllOfModule(String moduleName)
          Find and retrieve all SecurityObjects that belong to a given Module.
 

Method parameters in org.openwms.core.integration.jpa with type arguments of type Grant
 void SecurityObjectDaoImpl.delete(List<Grant> grants)
          Delete a list of Grants.
 

Uses of Grant in org.openwms.core.service
 

Methods in org.openwms.core.service that return types with arguments of type Grant
 List<Grant> SecurityService.mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 

Method parameters in org.openwms.core.service with type arguments of type Grant
 List<Grant> SecurityService.mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 

Uses of Grant in org.openwms.core.service.spring
 

Methods in org.openwms.core.service.spring that return types with arguments of type Grant
 List<Grant> SecurityServiceImpl.mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 

Method parameters in org.openwms.core.service.spring with type arguments of type Grant
 List<Grant> SecurityServiceImpl.mergeGrants(String moduleName, List<Grant> grants)
          Merge a list of persisted, detached or transient Grants of a particular Module.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.