| Package | Description |
|---|---|
| org.kuali.kra.award.awardhierarchy.sync.service |
| Modifier and Type | Field and Description |
|---|---|
protected AwardSyncServiceImpl.SyncType |
AwardSyncServiceImpl.RunSyncOnAward.syncType |
| Modifier and Type | Method and Description |
|---|---|
static AwardSyncServiceImpl.SyncType |
AwardSyncServiceImpl.SyncType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardSyncServiceImpl.SyncType[] |
AwardSyncServiceImpl.SyncType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardSyncServiceImpl.finalizeAwardStatus(AwardDocument awardDocument,
AwardSyncStatus awardStatus,
String successMessage,
AwardSyncServiceImpl.SyncType syncType,
List<String> principalsToNotify)
Finalize the award sync.
|
protected void |
AwardSyncServiceImpl.runSync(Award award,
AwardSyncServiceImpl.SyncType syncType)
Run validation or full sync depending on syncType on the award hierarchy under award.
|
protected void |
AwardSyncServiceImpl.runSyncChanges(Award parentAward,
AwardHierarchy hierarchy,
AwardSyncServiceImpl.SyncType syncType,
List<AwardSyncChange> changes,
List<String> principalsToNotify)
Run the actual sync changes against the specific award in the hierarchy.
|
protected void |
AwardSyncServiceImpl.runSyncInThread(Award parentAward,
AwardHierarchy hierarchy,
AwardSyncServiceImpl.SyncType syncType,
List<AwardSyncChange> changes,
List<AwardSyncServiceImpl.SyncRunnable> runnables)
Run
AwardSyncServiceImpl#applyChanges through the use of #RunSyncOnAward. |
protected void |
AwardSyncServiceImpl.runSyncOnHierarchy(Award parentAward,
AwardHierarchy hierarchy,
List<AwardSyncChange> changes,
AwardSyncServiceImpl.SyncType syncType,
List<AwardSyncServiceImpl.SyncRunnable> runnables)
Run the sync recursively down the hierarchy.
|
| Constructor and Description |
|---|
AwardSyncServiceImpl.RunSyncOnAward(Award parentAward,
AwardHierarchy hierarchy,
AwardSyncServiceImpl.SyncType syncType,
List<AwardSyncChange> changes) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.