| 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 |
|---|---|
AttributeDefNameSet |
AttributeDefNameSet.dbVersion()
save the state when retrieving from DB
|
static AttributeDefNameSet |
AttributeDefNameSet.findInCollection(Collection<AttributeDefNameSet> attributeDefNameSets,
String ifHasId,
String thenHasId,
int depth,
boolean exceptionIfNull)
find an attribute def name set, better be here
|
AttributeDefNameSet |
AttributeDefNameSet.getParentAttributeDefSet() |
AttributeDefNameSet |
AttributeDefNameSet.xmlRetrieveByIdOrKey() |
AttributeDefNameSet |
AttributeDefNameSet.xmlSaveBusinessProperties(AttributeDefNameSet existingRecord) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefNameSet.xmlCopyBusinessPropertiesToExisting(AttributeDefNameSet existingRecord) |
boolean |
AttributeDefNameSet.xmlDifferentBusinessProperties(AttributeDefNameSet other) |
boolean |
AttributeDefNameSet.xmlDifferentUpdateProperties(AttributeDefNameSet other) |
AttributeDefNameSet |
AttributeDefNameSet.xmlSaveBusinessProperties(AttributeDefNameSet existingRecord) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDefNameSet |
AttributeDefNameSet.findInCollection(Collection<AttributeDefNameSet> attributeDefNameSets,
String ifHasId,
String thenHasId,
int depth,
boolean exceptionIfNull)
find an attribute def name set, better be here
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefNameSet |
AttributeDefNameSetDAO.findById(String id,
boolean exceptionIfNotFound) |
AttributeDefNameSet |
AttributeDefNameSetDAO.findByIfThenImmediate(String attributeDefNameIdIf,
String attributeDefNameIdThen,
boolean exceptionIfNotFound)
find by if and then (not same) with depth of 1 (immediate)
|
AttributeDefNameSet |
AttributeDefNameSetDAO.findByUuidOrKey(String id,
String ifHasAttributeDefNameId,
String thenHasAttributedefNameId,
String parentAttributeDefNameSetId,
int depth,
boolean exceptionIfNull)
find a record by uuid or key
|
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefNameSet> |
AttributeDefNameSetDAO.findByDepthOneForAttributeDef(String attributeDefId)
find by depth one for attribute def
|
Set<AttributeDefNameSet> |
AttributeDefNameSetDAO.findByIfHasAttributeDefNameId(String id)
find by set owner
|
Set<AttributeDefNameSet> |
AttributeDefNameSetDAO.findByIfThenHasAttributeDefNameId(String attributeDefNameSetForThens,
String attributeDefNameSetForIfs)
this will help with deletes.
|
Set<AttributeDefNameSet> |
AttributeDefNameSetDAO.findByThenHasAttributeDefNameId(String id)
find by member
|
Set<AttributeDefNameSet> |
PITAttributeDefNameSetDAO.findMissingActivePITAttributeDefNameSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDefNameSetDAO.delete(AttributeDefNameSet attributeDefNameSet)
delete an attribute def name set
|
void |
AttributeDefNameSetDAO.saveOrUpdate(AttributeDefNameSet attributeDefNameSet)
insert or update an attribute def name set
|
void |
AttributeDefNameSetDAO.saveUpdateProperties(AttributeDefNameSet attributeDefNameSet)
save the update properties which are auto saved when business method is called
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefNameSet |
Hib3AttributeDefNameSetDAO.findById(String id,
boolean exceptionIfNotFound) |
AttributeDefNameSet |
Hib3AttributeDefNameSetDAO.findByIfThenImmediate(String attributeDefNameIdIf,
String attributeDefNameIdThen,
boolean exceptionIfNotFound) |
AttributeDefNameSet |
Hib3AttributeDefNameSetDAO.findByUuidOrKey(String id,
String ifHasAttributeDefNameId,
String thenHasAttributeDefNameId,
String parentAttributeDefNameSetId,
int depth,
boolean exceptionIfNull) |
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDefNameSet> |
Hib3AttributeDefNameSetDAO.findByDepthOneForAttributeDef(String attributeDefId) |
Set<AttributeDefNameSet> |
Hib3AttributeDefNameSetDAO.findByIfHasAttributeDefNameId(String id) |
Set<AttributeDefNameSet> |
Hib3AttributeDefNameSetDAO.findByIfThenHasAttributeDefNameId(String attributeDefNameSetForThens,
String attributeDefNameSetForIfs) |
Set<AttributeDefNameSet> |
Hib3AttributeDefNameSetDAO.findByThenHasAttributeDefNameId(String id) |
Set<AttributeDefNameSet> |
Hib3PITAttributeDefNameSetDAO.findMissingActivePITAttributeDefNameSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Hib3AttributeDefNameSetDAO.delete(AttributeDefNameSet attributeDefNameSet) |
void |
Hib3AttributeDefNameSetDAO.saveOrUpdate(AttributeDefNameSet attributeDefNameSet) |
void |
Hib3AttributeDefNameSetDAO.saveUpdateProperties(AttributeDefNameSet attributeDefNameSet) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefNameSet |
XmlExportAttributeDefNameSet.toAttributeDefNameSet()
convert to attributeDefNameSet
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlExportUtils.toStringAttributeDefNameSet(Writer writer,
AttributeDefNameSet attributeDefNameSet,
boolean includeComma) |
Copyright © 2016 Internet2. All rights reserved.