| Package | Description |
|---|---|
| org.kuali.kra.award.awardhierarchy.sync | |
| org.kuali.kra.award.awardhierarchy.sync.helpers | |
| org.kuali.kra.award.awardhierarchy.sync.service |
| Modifier and Type | Method and Description |
|---|---|
AwardSyncXmlExport |
AwardSyncChange.getXmlExport() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSyncChange.setXmlExport(AwardSyncXmlExport xmlExport) |
| Modifier and Type | Method and Description |
|---|---|
AwardSyncXmlExport |
AwardSyncHelperBase.buildXmlExport(org.kuali.rice.krad.bo.PersistableBusinessObject syncable,
String attrName) |
AwardSyncXmlExport |
AwardSyncHelper.buildXmlExport(org.kuali.rice.krad.bo.PersistableBusinessObject syncable,
String attrName)
Builds the xmlExport maps for syncable and an optional attrName including
parent references.
|
protected AwardSyncXmlExport |
AwardSyncHelperBase.buildXmlExport(org.kuali.rice.krad.bo.PersistableBusinessObject syncable,
String attrName,
String childAttr,
AwardSyncXmlExport childExport,
boolean walkParents)
Using annotations set on the class and reflection creates a map based hierarchy of objects
from the award attribute down to the BO this is initially called on.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AwardSyncXmlExport> |
AwardSyncHelperBase.buildXmlExport(Collection syncables)
Loops through a collection of business objects to return a list of
AwardSyncXmlExport. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardSyncHelperBase.applySyncChange(org.kuali.rice.krad.bo.PersistableBusinessObject object,
AwardSyncChange change,
String attrName,
AwardSyncXmlExport xmlExport)
Applies the xmlExport keys and values to the object.
|
protected AwardSyncXmlExport |
AwardSyncHelperBase.buildXmlExport(org.kuali.rice.krad.bo.PersistableBusinessObject syncable,
String attrName,
String childAttr,
AwardSyncXmlExport childExport,
boolean walkParents)
Using annotations set on the class and reflection creates a map based hierarchy of objects
from the award attribute down to the BO this is initially called on.
|
protected void |
AwardSyncUnitHelper.checkAndFixLeadUnit(AwardPerson person,
AwardSyncXmlExport export)
If the export is for a lead unit, then clear other lead unit identifiers.
|
protected org.kuali.rice.krad.bo.PersistableBusinessObject |
AwardSyncHelperBase.createNewItem(AwardSyncChange change,
AwardSyncXmlExport xmlExport)
Creates a new item based on the key values and values passed in.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardSyncHelperBase.applySyncChange(org.kuali.rice.krad.bo.PersistableBusinessObject object,
AwardSyncChange change,
String attrName,
Collection<AwardSyncXmlExport> xmlExports)
Creates all items defined by xmlExports and adds them to the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AwardSyncXmlExport |
AwardSyncCreationServiceImpl.getXmlExport(AwardSyncChange change) |
AwardSyncXmlExport |
AwardSyncCreationService.getXmlExport(AwardSyncChange change)
Returns the
AwardSyncXmlExport from reading the xml included in change. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardSyncCreationServiceImpl.sameObject(AwardSyncXmlExport change1,
AwardSyncXmlExport change2)
The change is on the same object is all the AwardSyncXmlExport keys in the graph
that are part of the object key are equal.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.