public interface RoleDAO extends GrouperDAO
| Modifier and Type | Method and Description |
|---|---|
Role |
findById(String id,
boolean exceptionIfNotFound) |
Role |
findByName(String name,
boolean exceptionIfNotFound)
find an attribute def name by name
|
void |
saveOrUpdate(Role role)
insert or update a role object
|
void saveOrUpdate(Role role)
role - Role findById(String id, boolean exceptionIfNotFound)
id - exceptionIfNotFound - Role findByName(String name, boolean exceptionIfNotFound) throws GrouperDAOException, RoleNotFoundException
name - exceptionIfNotFound - GrouperDAOExceptionRoleNotFoundExceptionCopyright © 2016 Internet2. All rights reserved.