Interface RegistrySubjectDAO
- All Superinterfaces:
GrouperDAO
- All Known Implementing Classes:
Hib3RegistrySubjectDAO
Basic
RegistrySubject
DAO interface.- Since:
- 1.2.0
- Version:
- $Id: RegistrySubjectDAO.java,v 1.7 2009-03-15 06:37:22 mchyzer Exp $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(RegistrySubject _subj) void
delete
(RegistrySubject _subj) Deprecated.
-
Method Details
-
create
- Throws:
GrouperDAOException
- Since:
- 1.2.0
-
delete
- Throws:
GrouperDAOException
- Since:
- 1.2.0
-
find
@Deprecated RegistrySubject find(String id, String type) throws GrouperDAOException, SubjectNotFoundException Deprecated.- Throws:
GrouperDAOException
SubjectNotFoundException
- Since:
- 1.2.0
-
find
- Throws:
SubjectNotFoundException
- Since:
- 2.4.0.patch
-
find
RegistrySubject find(String id, String type, boolean exceptionIfNotFound) throws GrouperDAOException, SubjectNotFoundException - Throws:
GrouperDAOException
SubjectNotFoundException
- Since:
- 1.2.0
-