Class ExternalSubjectStorageController
java.lang.Object
edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectStorageController
this finds the storable implementation and calls methods
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
delete
(ExternalSubject externalSubject) static Set<ExternalSubject>
findAll()
static Set<ExternalSubject>
static ExternalSubject
findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) static void
saveOrUpdate
(ExternalSubject externalSubject)
-
Constructor Details
-
ExternalSubjectStorageController
public ExternalSubjectStorageController()
-
-
Method Details
-
delete
- Parameters:
externalSubject
-- See Also:
-
findAll
- Returns:
- subjects
- See Also:
-
findAllDisabledMismatch
- Returns:
- external subjects with mismatches
- See Also:
-
findByIdentifier
public static ExternalSubject findByIdentifier(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) - Parameters:
identifier
-exceptionIfNotFound
-queryOptions
-- Returns:
- See Also:
-
saveOrUpdate
- Parameters:
externalSubject
-- See Also:
-