|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalSubjectAttributeDAO
Basic ExternalSubjectAttribute
DAO interface.
Method Summary | |
---|---|
void |
delete(ExternalSubjectAttribute externalSubjectAttribute)
delete an external subject and all its attributes |
java.util.Set<ExternalSubjectAttribute> |
findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
find attributes by subject, order by system name |
ExternalSubjectAttribute |
findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
find an external subject attribute by identifier |
void |
saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
insert or update an external subject attribute to the DB |
Method Detail |
---|
void delete(ExternalSubjectAttribute externalSubjectAttribute)
externalSubjectAttribute
- void saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
externalSubjectAttribute
- ExternalSubjectAttribute findByUuid(java.lang.String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions)
uuid
- exceptionIfNotFound
- queryOptions
-
java.util.Set<ExternalSubjectAttribute> findBySubject(java.lang.String subjectUuid, QueryOptions queryOptions)
subjectUuid
- queryOptions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |