public interface RegistrySubjectDAO extends GrouperDAO
RegistrySubject DAO interface.| Modifier and Type | Method and Description |
|---|---|
void |
create(RegistrySubject _subj) |
void |
delete(RegistrySubject _subj) |
RegistrySubject |
find(String id,
boolean exceptionIfNotFound) |
RegistrySubject |
find(String id,
String type)
Deprecated.
|
RegistrySubject |
find(String id,
String type,
boolean exceptionIfNotFound) |
void create(RegistrySubject _subj) throws GrouperDAOException
GrouperDAOExceptionvoid delete(RegistrySubject _subj) throws GrouperDAOException
GrouperDAOException@Deprecated RegistrySubject find(String id, String type) throws GrouperDAOException, SubjectNotFoundException
GrouperDAOExceptionSubjectNotFoundExceptionRegistrySubject find(String id, boolean exceptionIfNotFound) throws SubjectNotFoundException
SubjectNotFoundExceptionRegistrySubject find(String id, String type, boolean exceptionIfNotFound) throws GrouperDAOException, SubjectNotFoundException
GrouperDAOExceptionSubjectNotFoundExceptionCopyright © 2016 Internet2. All rights reserved.