| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScope |
AttributeDefScopeDelegate.addScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
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(String name)
adds scope if not already there
make sure this attributeDef is assigned to something of a given name
|
AttributeDefScope |
AttributeDefScopeDelegate.assignOwnerSource(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,
String scopeString,
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,
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,
String scopeString,
String scopeString2,
String uuid) |
AttributeDefScope |
AttributeDefScopeDelegate.retrieveAttributeDefScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2)
find a scope and return it if there or null if not
|
AttributeDefScope |
AttributeDefScope.xmlRetrieveByIdOrKey(Collection<String> idsToIgnore) |
AttributeDefScope |
AttributeDefScope.xmlSaveBusinessProperties(AttributeDefScope existingRecord) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
String scopeString)
remove all scopes with this type and scope string
|
Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2)
remove all scopes with this type, scope string, and scope string2
|
Set<AttributeDefScope> |
AttributeDefScopeDelegate.retrieveAttributeDefScopes() |
Set<AttributeDefScope> |
AttributeDefScopeDelegate.retrieveAttributeDefScopes(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScope |
AttributeDefScopeDAO.findById(String id,
boolean exceptionIfNotFound) |
AttributeDefScope |
AttributeDefScopeDAO.findByUuidOrKey(Collection<String> idsToIgnore,
String id,
String attributeDefId,
String attributeDefScopeType,
boolean exceptionIfNull,
String scopeString) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefScope> |
AttributeDefScopeDAO.findByAttributeDefId(String attributeDefId,
QueryOptions queryOptions)
find all the scopes for a def
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScope |
Hib3AttributeDefScopeDAO.findById(String id,
boolean exceptionIfNotFound)
retrieve by id
|
AttributeDefScope |
Hib3AttributeDefScopeDAO.findByUuidOrKey(Collection<String> idsToIgnore,
String id,
String attributeDefId,
String attributeDefScopeType,
boolean exceptionIfNull,
String scopeString) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefScope> |
Hib3AttributeDefScopeDAO.findByAttributeDefId(String attributeDefId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
Hib3AttributeDefScopeDAO.delete(AttributeDefScope attributeDefScope) |
void |
Hib3AttributeDefScopeDAO.saveOrUpdate(AttributeDefScope attributeDefScope)
save or update
|
void |
Hib3AttributeDefScopeDAO.saveUpdateProperties(AttributeDefScope attributeDefScope) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScope |
XmlExportAttributeDefScope.toAttributeDefScope()
convert to attributeDefNameSet
|
Copyright © 2016 Internet2. All rights reserved.