edu.internet2.middleware.grouper.externalSubjects
Class ExternalSubjectStorageController
java.lang.Object
edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectStorageController
public class ExternalSubjectStorageController
- extends java.lang.Object
this finds the storable implementation and calls methods
- Author:
- mchyzer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalSubjectStorageController
public ExternalSubjectStorageController()
delete
public static void delete(ExternalSubject externalSubject)
- Parameters:
externalSubject
- - See Also:
ExternalSubjectDAO.delete(ExternalSubject)
findAll
public static java.util.Set<ExternalSubject> findAll()
- Returns:
- subjects
- See Also:
ExternalSubjectDAO.findAll()
findAllDisabledMismatch
public static java.util.Set<ExternalSubject> findAllDisabledMismatch()
- Returns:
- external subjects with mismatches
- See Also:
ExternalSubjectDAO.findAllDisabledMismatch()
findByIdentifier
public static ExternalSubject findByIdentifier(java.lang.String identifier,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
- Parameters:
identifier
- exceptionIfNotFound
- queryOptions
-
- Returns:
- See Also:
ExternalSubjectDAO.findByIdentifier(String, boolean, QueryOptions)
saveOrUpdate
public static void saveOrUpdate(ExternalSubject externalSubject)
- Parameters:
externalSubject
- - See Also:
ExternalSubjectDAO.saveOrUpdate(ExternalSubject)