|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PermissionContextDaoGeneric
public interface PermissionContextDao
Used to create, save, retrieve, update and delete PermissionContext objects from persistent storage
| Method Summary | |
|---|---|
PermissionContext |
findByName(String name)
Deprecated. Returns a PermissionContext by names, or null if the PermissionContext is not found. |
SortedSet<PermissionContext> |
loadAll()
Deprecated. Loads all PermissionContexts defined in the system, sorted by sortOrder |
PermissionContext |
loadByName(String name)
Deprecated. loads an PermissionContext object, or throws exception if PermissionContext with that name is not found |
PermissionContext |
newPermissionContext()
Deprecated. returns a new PermissionContext instance |
| Methods inherited from interface org.janux.bus.persistence.DataAccessObject |
|---|
delete, merge, refresh, save, saveOrUpdate, update |
| Method Detail |
|---|
SortedSet<PermissionContext> loadAll()
PermissionContext findByName(String name)
null if the PermissionContext is not found.
name - the PermissionContext name
PermissionContext loadByName(String name)
throws EntityNotFoundException
name - a name that uniquely identifies this PermissionContext
EntityNotFoundException - if a PermissionContext object with that name is not foundPermissionContext newPermissionContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||