|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalSubjectAttribute | |
---|---|
edu.internet2.middleware.grouper.externalSubjects | |
edu.internet2.middleware.grouper.hooks.beans | This package contains beans which are used by hooks to pass data. |
edu.internet2.middleware.grouper.internal.dao | This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) |
edu.internet2.middleware.grouper.internal.dao.hib3 | This package contains hib3 related data access object implementations and mappings |
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.externalSubjects |
---|
Methods in edu.internet2.middleware.grouper.externalSubjects that return ExternalSubjectAttribute | |
---|---|
ExternalSubjectAttribute |
ExternalSubjectAttribute.clone()
|
static ExternalSubjectAttribute |
ExternalSubjectAttributeStorageController.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
|
ExternalSubjectAttribute |
ExternalSubjectAttributeDbStorage.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
|
ExternalSubjectAttribute |
ExternalSubjectAttributeStorable.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
find an external subject attribute by identifier |
ExternalSubjectAttribute |
ExternalSubject.retrieveAttribute(java.lang.String attributeName,
boolean exceptionIfNotFound)
get an attributes for this subject |
Methods in edu.internet2.middleware.grouper.externalSubjects that return types with arguments of type ExternalSubjectAttribute | |
---|---|
static java.util.Set<ExternalSubjectAttribute> |
ExternalSubjectAttributeStorageController.findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
|
java.util.Set<ExternalSubjectAttribute> |
ExternalSubjectAttributeDbStorage.findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
|
java.util.Set<ExternalSubjectAttribute> |
ExternalSubjectAttributeStorable.findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
find attributes by subject, order by system name |
java.util.Set<ExternalSubjectAttribute> |
ExternalSubject.retrieveAttributes()
get all attributes for this subject |
Methods in edu.internet2.middleware.grouper.externalSubjects with parameters of type ExternalSubjectAttribute | |
---|---|
static void |
ExternalSubjectAttributeStorageController.delete(ExternalSubjectAttribute externalSubjectAttribute)
|
void |
ExternalSubjectAttributeDbStorage.delete(ExternalSubjectAttribute externalSubjectAttribute)
|
void |
ExternalSubjectAttributeStorable.delete(ExternalSubjectAttribute externalSubjectAttribute)
delete an external subject and all its attributes |
static void |
ExternalSubjectAttributeStorageController.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
|
void |
ExternalSubjectAttributeDbStorage.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
|
void |
ExternalSubjectAttributeStorable.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
insert or update an external subject attribute to the DB |
Method parameters in edu.internet2.middleware.grouper.externalSubjects with type arguments of type ExternalSubjectAttribute | |
---|---|
void |
ExternalSubject.store(java.util.Set<ExternalSubjectAttribute> externalSubjectAttributes,
java.lang.String externalSubjectInviteName,
boolean validateAttributes,
boolean autoaddGroups,
boolean fromRecalcDaemon)
store this object to the DB. |
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.hooks.beans |
---|
Methods in edu.internet2.middleware.grouper.hooks.beans that return types with arguments of type ExternalSubjectAttribute | |
---|---|
java.util.Set<ExternalSubjectAttribute> |
HooksExternalSubjectBean.getExternalSubjectAttributes()
the attributes that will be saved with the subject |
Method parameters in edu.internet2.middleware.grouper.hooks.beans with type arguments of type ExternalSubjectAttribute | |
---|---|
void |
HooksExternalSubjectBean.setExternalSubjectAttributes(java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes)
the attributes that will be saved with the subject |
Constructor parameters in edu.internet2.middleware.grouper.hooks.beans with type arguments of type ExternalSubjectAttribute | |
---|---|
HooksExternalSubjectBean(ExternalSubject theExternalSubject,
boolean isInsert,
boolean isUpdate,
java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes,
java.lang.String theExternalSubjectInviteName,
boolean theAutoAddGroups,
boolean theFromDaemon)
call this when editing the external subject, insert or udpate |
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.internal.dao |
---|
Methods in edu.internet2.middleware.grouper.internal.dao that return ExternalSubjectAttribute | |
---|---|
ExternalSubjectAttribute |
ExternalSubjectAttributeDAO.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
find an external subject attribute by identifier |
Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type ExternalSubjectAttribute | |
---|---|
java.util.Set<ExternalSubjectAttribute> |
ExternalSubjectAttributeDAO.findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
find attributes by subject, order by system name |
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type ExternalSubjectAttribute | |
---|---|
void |
ExternalSubjectAttributeDAO.delete(ExternalSubjectAttribute externalSubjectAttribute)
delete an external subject and all its attributes |
void |
ExternalSubjectAttributeDAO.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
insert or update an external subject attribute to the DB |
Uses of ExternalSubjectAttribute in edu.internet2.middleware.grouper.internal.dao.hib3 |
---|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return ExternalSubjectAttribute | |
---|---|
ExternalSubjectAttribute |
Hib3ExternalSubjectAttributeDAO.findByUuid(java.lang.String uuid,
boolean exceptionIfNotFound,
QueryOptions queryOptions)
|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type ExternalSubjectAttribute | |
---|---|
java.util.Set<ExternalSubjectAttribute> |
Hib3ExternalSubjectAttributeDAO.findBySubject(java.lang.String subjectUuid,
QueryOptions queryOptions)
|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type ExternalSubjectAttribute | |
---|---|
void |
Hib3ExternalSubjectAttributeDAO.delete(ExternalSubjectAttribute externalSubjectAttribute)
|
void |
Hib3ExternalSubjectAttributeDAO.saveOrUpdate(ExternalSubjectAttribute externalSubjectAttribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |