|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDefScope | |
---|---|
edu.internet2.middleware.grouper.attr | |
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 |
edu.internet2.middleware.grouper.xml.export |
Uses of AttributeDefScope in edu.internet2.middleware.grouper.attr |
---|
Methods in edu.internet2.middleware.grouper.attr that return AttributeDefScope | |
---|---|
AttributeDefScope |
AttributeDefScopeDelegate.addScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
|
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerAttributeDef(AttributeDef attributeDef)
adds scope if not already there make sure this attributeDef is to this attribute def |
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerGroup(Group group)
adds scope if not already there make sure this attributeDef is assigned to this group |
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerMembership(Membership membership)
adds scope if not already there make sure this attributeDef is assigned directly in this stem |
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerNameEquals(java.lang.String name)
adds scope if not already there make sure this attributeDef is assigned to something of a given name |
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerSource(edu.internet2.middleware.subject.Source source)
adds scope if not already there make sure this attributeDef is assigned to members in this source |
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerStem(Stem stem)
adds scope if not already there make sure this attributeDef is assigned to this stem |
AttributeDefScope |
AttributeDefScopeDelegate.assignScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
adds scope if not already there |
AttributeDefScope |
AttributeDefScopeDelegate.assignStemScope(Stem stem)
adds scope if not already there make sure this attributeDef is assigned directly in this stem |
AttributeDefScope |
AttributeDefScopeDelegate.assignStemSubScope(Stem stem)
adds scope if not already there make sure this attributeDef is assigned directly in this stem |
AttributeDefScope |
AttributeDefScopeDelegate.assignTypeDependence(AttributeDefName attributeDefName)
adds scope if not already there make sure this attributeDef is assigned directly in this stem |
AttributeDefScope |
AttributeDefScopeDelegate.assignTypeDependence(AttributeDefName attributeDefName,
java.lang.String action)
adds scope if not already there make sure this attributeDef is assigned to something that as another assignment |
AttributeDefScope |
AttributeDefScope.clone()
deep clone the fields in this object |
AttributeDefScope |
AttributeDefScopeDelegate.internal_addScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2,
java.lang.String uuid)
|
AttributeDefScope |
AttributeDefScopeDelegate.retrieveAttributeDefScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
find a scope and return it if there or null if not |
AttributeDefScope |
AttributeDefScope.xmlRetrieveByIdOrKey(java.util.Collection<java.lang.String> idsToIgnore)
|
AttributeDefScope |
AttributeDefScope.xmlSaveBusinessProperties(AttributeDefScope existingRecord)
|
Methods in edu.internet2.middleware.grouper.attr that return types with arguments of type AttributeDefScope | |
---|---|
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString)
remove all scopes with this type and scope string |
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
java.lang.String scopeString,
java.lang.String scopeString2)
remove all scopes with this type, scope string, and scope string2 |
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.retrieveAttributeDefScopes()
|
java.util.Set<AttributeDefScope> |
AttributeDefScopeDelegate.retrieveAttributeDefScopes(QueryOptions queryOptions)
|
Methods in edu.internet2.middleware.grouper.attr with parameters of type AttributeDefScope | |
---|---|
abstract boolean |
AttributeDefScopeType.allowedAssignment(AttributeDefScope attributeDefScope,
AttributeAssignable attributeAssignable,
AttributeDef attributeDef)
|
void |
AttributeDefScope.xmlCopyBusinessPropertiesToExisting(AttributeDefScope existingRecord)
|
boolean |
AttributeDefScope.xmlDifferentBusinessProperties(AttributeDefScope other)
|
boolean |
AttributeDefScope.xmlDifferentUpdateProperties(AttributeDefScope other)
|
AttributeDefScope |
AttributeDefScope.xmlSaveBusinessProperties(AttributeDefScope existingRecord)
|
Uses of AttributeDefScope in edu.internet2.middleware.grouper.internal.dao |
---|
Methods in edu.internet2.middleware.grouper.internal.dao that return AttributeDefScope | |
---|---|
AttributeDefScope |
AttributeDefScopeDAO.findById(java.lang.String id,
boolean exceptionIfNotFound)
|
AttributeDefScope |
AttributeDefScopeDAO.findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore,
java.lang.String id,
java.lang.String attributeDefId,
java.lang.String attributeDefScopeType,
boolean exceptionIfNull,
java.lang.String scopeString)
|
Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type AttributeDefScope | |
---|---|
java.util.Set<AttributeDefScope> |
AttributeDefScopeDAO.findByAttributeDefId(java.lang.String attributeDefId,
QueryOptions queryOptions)
find all the scopes for a def |
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type AttributeDefScope | |
---|---|
void |
AttributeDefScopeDAO.delete(AttributeDefScope attributeDefScope)
delete an attribute def scope object |
void |
AttributeDefScopeDAO.saveOrUpdate(AttributeDefScope attributeDefScope)
insert or update an attribute def scope object |
void |
AttributeDefScopeDAO.saveUpdateProperties(AttributeDefScope attributeDefScope)
save the update properties which are auto saved when business method is called |
Uses of AttributeDefScope in edu.internet2.middleware.grouper.internal.dao.hib3 |
---|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return AttributeDefScope | |
---|---|
AttributeDefScope |
Hib3AttributeDefScopeDAO.findById(java.lang.String id,
boolean exceptionIfNotFound)
retrieve by id |
AttributeDefScope |
Hib3AttributeDefScopeDAO.findByUuidOrKey(java.util.Collection<java.lang.String> idsToIgnore,
java.lang.String id,
java.lang.String attributeDefId,
java.lang.String attributeDefScopeType,
boolean exceptionIfNull,
java.lang.String scopeString)
|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type AttributeDefScope | |
---|---|
java.util.Set<AttributeDefScope> |
Hib3AttributeDefScopeDAO.findByAttributeDefId(java.lang.String attributeDefId,
QueryOptions queryOptions)
|
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type AttributeDefScope | |
---|---|
void |
Hib3AttributeDefScopeDAO.delete(AttributeDefScope attributeDefScope)
|
void |
Hib3AttributeDefScopeDAO.saveOrUpdate(AttributeDefScope attributeDefScope)
save or update |
void |
Hib3AttributeDefScopeDAO.saveUpdateProperties(AttributeDefScope attributeDefScope)
|
Uses of AttributeDefScope in edu.internet2.middleware.grouper.xml.export |
---|
Methods in edu.internet2.middleware.grouper.xml.export that return AttributeDefScope | |
---|---|
AttributeDefScope |
XmlExportAttributeDefScope.toAttributeDefScope()
convert to attributeDefNameSet |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |