|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttributeDbStorage
public class ExternalSubjectAttributeDbStorage
Grouper built in storage for external subject attributes
Constructor Summary | |
---|---|
ExternalSubjectAttributeDbStorage()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalSubjectAttributeDbStorage()
Method Detail |
---|
public void delete(ExternalSubjectAttribute externalSubjectAttribute)
ExternalSubjectAttributeStorable
delete
in interface ExternalSubjectAttributeStorable
ExternalSubjectAttributeStorable.delete(edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute)
public java.util.Set<ExternalSubjectAttribute> findBySubject(java.lang.String subjectUuid, QueryOptions queryOptions)
ExternalSubjectAttributeStorable
findBySubject
in interface ExternalSubjectAttributeStorable
ExternalSubjectAttributeStorable.findBySubject(java.lang.String, edu.internet2.middleware.grouper.internal.dao.QueryOptions)
public ExternalSubjectAttribute findByUuid(java.lang.String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions)
ExternalSubjectAttributeStorable
findByUuid
in interface ExternalSubjectAttributeStorable
ExternalSubjectAttributeStorable.findByUuid(java.lang.String, boolean, edu.internet2.middleware.grouper.internal.dao.QueryOptions)
public void saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
ExternalSubjectAttributeStorable
saveOrUpdate
in interface ExternalSubjectAttributeStorable
ExternalSubjectAttributeStorable.saveOrUpdate(edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |