Uses of Class
edu.internet2.middleware.grouper.externalSubjects.ExternalSubject
Package
Description
This package contains beans which are used by hooks to pass data.
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of ExternalSubject in edu.internet2.middleware.grouper.externalSubjects
Modifier and TypeMethodDescriptionExternalSubject.clone()
deep clone the fields in this objectExternalSubjectDbStorage.findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) ExternalSubjectStorable.findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) find an external subject by identifierstatic ExternalSubject
ExternalSubjectStorageController.findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) ExternalSubjectSave.save()
create or update a external subject.Modifier and TypeMethodDescriptionExternalSubjectDbStorage.findAll()
ExternalSubjectStorable.findAll()
find all external subjectsstatic Set<ExternalSubject>
ExternalSubjectStorageController.findAll()
ExternalSubjectDbStorage.findAllDisabledMismatch()
ExternalSubjectStorable.findAllDisabledMismatch()
find all external subjects which have a disabled date which are not disabledstatic Set<ExternalSubject>
ExternalSubjectStorageController.findAllDisabledMismatch()
Modifier and TypeMethodDescriptionvoid
ExternalSubjectDbStorage.delete
(ExternalSubject externalSubject) void
ExternalSubjectStorable.delete
(ExternalSubject externalSubject) delete an external subject and all its attributesstatic void
ExternalSubjectStorageController.delete
(ExternalSubject externalSubject) void
ExternalSubjectDbStorage.saveOrUpdate
(ExternalSubject externalSubject) void
ExternalSubjectStorable.saveOrUpdate
(ExternalSubject externalSubject) insert or update an external subject to the DBstatic void
ExternalSubjectStorageController.saveOrUpdate
(ExternalSubject externalSubject) void
ExternalSubjectAttribute.store
(ExternalSubject externalSubject) store this object to the DB. -
Uses of ExternalSubject in edu.internet2.middleware.grouper.hooks.beans
Modifier and TypeMethodDescriptionHooksExternalSubjectBean.getExternalSubject()
object being affectedModifier and TypeMethodDescriptionvoid
HooksExternalSubjectBean.setExternalSubject
(ExternalSubject theExternalSubject) object being affectedModifierConstructorDescriptionHooksExternalSubjectBean
(ExternalSubject theExternalSubject, boolean isInsert, boolean isUpdate, Set<ExternalSubjectAttribute> theExternalSubjectAttributes, String theExternalSubjectInviteName, boolean theAutoAddGroups, boolean theFromDaemon) call this when editing the external subject, insert or udpate -
Uses of ExternalSubject in edu.internet2.middleware.grouper.internal.dao
Modifier and TypeMethodDescriptionExternalSubjectDAO.findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) find an external subject by identifierModifier and TypeMethodDescriptionExternalSubjectDAO.findAll()
find all external subjectsExternalSubjectDAO.findAllDisabledMismatch()
find all external subjects which have a disabled date which are not disabledModifier and TypeMethodDescriptionvoid
ExternalSubjectDAO.delete
(ExternalSubject externalSubject) delete an external subject and all its attributesvoid
ExternalSubjectDAO.saveOrUpdate
(ExternalSubject externalSubject) insert or update an external subject to the DB -
Uses of ExternalSubject in edu.internet2.middleware.grouper.internal.dao.hib3
Modifier and TypeMethodDescriptionHib3ExternalSubjectDAO.findByIdentifier
(String identifier, boolean exceptionIfNotFound, QueryOptions queryOptions) Modifier and TypeMethodDescriptionHib3ExternalSubjectDAO.findAll()
Hib3ExternalSubjectDAO.findAllDisabledMismatch()
Modifier and TypeMethodDescriptionvoid
Hib3ExternalSubjectDAO.delete
(ExternalSubject externalSubject) void
Hib3ExternalSubjectDAO.saveOrUpdate
(ExternalSubject externalSubject)