|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleDAO
role data access methods
| Method Summary | |
|---|---|
Role |
findById(java.lang.String id,
boolean exceptionIfNotFound)
|
Role |
findByName(java.lang.String name,
boolean exceptionIfNotFound)
find an attribute def name by name |
void |
saveOrUpdate(Role role)
insert or update a role object |
| Method Detail |
|---|
void saveOrUpdate(Role role)
role -
Role findById(java.lang.String id,
boolean exceptionIfNotFound)
id - exceptionIfNotFound -
Role findByName(java.lang.String name,
boolean exceptionIfNotFound)
throws GrouperDAOException,
RoleNotFoundException
name - exceptionIfNotFound -
GrouperDAOException
RoleNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||