| Package | Description |
|---|---|
| org.kuali.kra.award.awardhierarchy.sync | |
| org.kuali.kra.award.awardhierarchy.sync.service | |
| org.kuali.kra.award.home |
| Modifier and Type | Method and Description |
|---|---|
AwardSyncStatus |
AwardSyncBean.getParentAwardStatus()
Gets the parent award status log entry, which is the log entry without an award number.
|
AwardSyncStatus |
AwardSyncLog.getSyncStatus() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AwardSyncStatus> |
AwardSyncBean.getAwardStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSyncLog.setSyncStatus(AwardSyncStatus syncStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected AwardSyncStatus |
AwardSyncServiceImpl.findAwardSyncStatus(Award parentAward,
String awardNumber)
Find or create a new award status for the award number.
|
protected AwardSyncStatus |
AwardSyncServiceImpl.getParentAwardStatus(Award parentAward)
Finds the parents award status log entry, the one without an award listed.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardSyncServiceImpl.applyAndValidateChanges(Award award,
AwardSyncStatus awardStatus,
List<AwardSyncChange> changes)
Apply the list of changes against the award and then validate the changes.
|
protected boolean |
AwardSyncServiceImpl.applyChange(Award award,
AwardSyncChange change,
AwardSyncStatus awardStatus)
Apply single sync change to award.
|
protected Award |
AwardSyncServiceImpl.checkAwardVersions(String awardNumber,
AwardSyncStatus awardStatus,
String failureMessage)
Check and validate the status of the award.
|
protected void |
AwardSyncServiceImpl.finalizeAward(AwardDocument awardDocument,
AwardSyncStatus awardSyncStatus)
Blanket Approve the award document.
|
protected void |
AwardSyncServiceImpl.finalizeAwardStatus(AwardDocument awardDocument,
AwardSyncStatus awardStatus,
String successMessage,
AwardSyncServiceImpl.SyncType syncType,
List<String> principalsToNotify)
Finalize the award sync.
|
List<AwardSyncLog> |
AwardSyncUtilityServiceImpl.getLogsFromAuditErrors(AwardSyncStatus awardStatus) |
List<AwardSyncLog> |
AwardSyncUtilityService.getLogsFromAuditErrors(AwardSyncStatus awardStatus)
Parse the audit error map out and generate hierarchy sync logs expanding out
the error key for the real error.
|
List<AwardSyncLog> |
AwardSyncUtilityServiceImpl.getLogsFromSaveErrors(AwardSyncStatus awardStatus) |
List<AwardSyncLog> |
AwardSyncUtilityService.getLogsFromSaveErrors(AwardSyncStatus awardStatus)
Parse the message map and grab error messages out expanding the error key for the status
message.
|
protected boolean |
AwardSyncServiceImpl.hasAwardPermission(AwardSyncStatus awardStatus,
Award award,
String principalId)
Ensure that the person specified by principalId has modify permission on the award specified.
|
protected void |
AwardSyncServiceImpl.logFailure(AwardSyncStatus awardStatus,
String statusMessage,
String logMessage)
Set the status to failure and set the status to the message and add the log message.
|
protected boolean |
AwardSyncServiceImpl.validateModifiedAward(AwardDocument award,
AwardSyncStatus awardStatus)
Run the
DocumentRuleBase.processSaveDocument(org.kuali.rice.krad.document.Document) and AwardDocumentRule.processRunAuditBusinessRules(org.kuali.rice.krad.document.Document)
against award. |
protected AwardDocument |
AwardSyncServiceImpl.versionAndPrepareAwardDocument(Award parentAward,
Award oldAward,
AwardSyncStatus awardStatus)
Create new version of oldAward and prepare document for sync by setting document
description, transaction type, etc.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwardSyncStatus> |
Award.getSyncStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Award.setSyncStatuses(List<AwardSyncStatus> syncStatuses) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.