|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityObjectDao
A SecurityDao is used to find, modify and delete SecurityObject
s, in
particular Grant
s.
Method Summary | |
---|---|
void |
delete(List<Grant> grants)
Delete a list of Grant s. |
List<SecurityObject> |
findAll()
Find and retrieve all SecurityObject s. |
List<Grant> |
findAllOfModule(String moduleName)
Find and retrieve all SecurityObject s that belong to a given
Module . |
SecurityObject |
merge(SecurityObject entity)
Save a SecurityObject and return the updated instance. |
Method Detail |
---|
List<SecurityObject> findAll()
SecurityObject
s.
SecurityObject
s. null
might be
possible as well, see the particular implementationList<Grant> findAllOfModule(String moduleName)
SecurityObject
s that belong to a given
Module
.
moduleName
- The name of the Module
SecurityObject
s. null
might be
possible as well, see the particular implementationSecurityObject merge(SecurityObject entity)
SecurityObject
and return the updated instance.
entity
- the SecurityObject
to save
void delete(List<Grant> grants)
Grant
s.
grants
- the Grant
s to delete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |