|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalSubjectStorable
implement this to change how external subjects are stored
Method Summary | |
---|---|
void |
delete(ExternalSubject externalSubject)
delete an external subject and all its attributes |
java.util.Set<ExternalSubject> |
findAll()
find all external subjects |
java.util.Set<ExternalSubject> |
findAllDisabledMismatch()
find all external subjects which have a disabled date which are not disabled |
ExternalSubject |
findByIdentifier(java.lang.String identifier,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
find an external subject by identifier |
void |
saveOrUpdate(ExternalSubject externalSubject)
insert or update an external subject to the DB |
Method Detail |
---|
java.util.Set<ExternalSubject> findAllDisabledMismatch()
java.util.Set<ExternalSubject> findAll()
ExternalSubject findByIdentifier(java.lang.String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions)
identifier
- exceptionIfNotFound
- queryOptions
-
void delete(ExternalSubject externalSubject)
externalSubject
- void saveOrUpdate(ExternalSubject externalSubject)
externalSubject
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |