| Modifier and Type | Method and Description |
|---|---|
Award |
AwardTemplateSyncEvent.getAward()
Gets the award attribute.
|
Award |
AwardAssociate.getAward() |
Award |
AwardAssociate.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardForm.getAwardsForHistoryDisplay() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardTemplateSyncServiceImpl.checkSourceField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate) |
protected boolean |
AwardTemplateSyncServiceImpl.checkSourceList(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate) |
protected boolean |
AwardTemplateSyncServiceImpl.checkTargetField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This checks to see if a target field is null or otherwise empty.
|
protected boolean |
AwardTemplateSyncServiceImpl.checkTargetList(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
Check the target list, returns true if there is an element in the collection that is in scope.
|
protected AwardComment |
AwardTemplateSyncServiceImpl.clearListElement(AwardComment comment,
Class syncClass,
Award award,
AwardTemplate awardTemplate) |
protected void |
AwardTemplateSyncServiceImpl.copyField(Object awardTemplateObject,
Object awardObject,
Field field,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This copies value from Award Template object to Award object
|
protected void |
AwardTemplateSyncServiceImpl.extractListFromParentAndSync(Object awardTemplateObject,
Object awardObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is for extracting the appropriate list from award by using property name and sync the list
|
protected AwardTemplate |
AwardTemplateSyncServiceImpl.fetchAwardTemplate(Award award)
This method is to fetch the award template by using template code from Award object.
|
AwardAmountInfo |
AwardAmountInfoServiceImpl.fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber(Award award)
This method fetches the Award Amount Info object that is to be displayed in UI for Award.
|
AwardAmountInfo |
AwardAmountInfoService.fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber(Award award) |
AwardAmountInfo |
AwardAmountInfoServiceImpl.fetchLastAwardAmountInfoForDocNum(Award award,
String docNum) |
AwardAmountInfo |
AwardAmountInfoService.fetchLastAwardAmountInfoForDocNum(Award award,
String docNum) |
protected AwardTemplateComment |
AwardTemplateSyncServiceImpl.findSourceListElementFromTarget(AwardComment comment,
Map<Object,Object> sourceToTargetMap,
Award award,
AwardTemplate awardTemplate) |
protected AwardComment |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateComment sourceComment,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected AwardReportTermRecipient |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateReportTermRecipient recipient,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected AwardSponsorTerm |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(AwardTemplateTerm sponsorTerm,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected Object |
AwardTemplateSyncServiceImpl.getOrCreateNewListElementObject(Object sourceObject,
Class syncClass,
Award award,
AwardTemplate awardTemplate,
boolean createNew) |
protected void |
AwardTemplateSyncServiceImpl.invokeMethodToSync(Award awardObject,
List awardTemplateObjectList,
String syncMethodName,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is to invoke individual method if there is a method mentioned in the AwardSyncableList annotation
|
void |
AwardTemplateSyncEvent.setAward(Award award)
Sets the award attribute value.
|
void |
AwardAssociate.setAward(Award award) |
void |
AwardAssociate.setSequenceOwner(Award newlyVersionedOwner) |
protected void |
AwardTemplateSyncServiceImpl.sync(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method is used to sync member properties of an award template object to an award object
|
void |
AwardTemplateSyncServiceImpl.syncAwardComments(Award awardObject,
List<AwardTemplateComment> awardTemplateComments,
Stack<AwardTemplateSyncScope[]> scopeStack)
This is an overloaded method for syncing only AwardComments.
|
void |
AwardTemplateSyncServiceImpl.syncAwardSponsorTerms(Award awardObject,
List<AwardTemplateTerm> awardTemplateTerms,
Stack<AwardTemplateSyncScope[]> scopeStack)
This is an overloaded method for syncing only AwardSponsorTerms.
|
protected void |
AwardTemplateSyncServiceImpl.syncListObjects(Object awardObject,
List<Object> listObject,
Field field,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This is the default method use to sync objects.
|
protected boolean |
AwardTemplateSyncServiceImpl.syncSourceCheck(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method
|
protected boolean |
AwardTemplateSyncServiceImpl.syncTargetCheck(Object awardTemplateObject,
Object awardObject,
AwardTemplateSyncScope[] scopes,
Stack<AwardTemplateSyncScope[]> scopeStack,
Award award,
AwardTemplate awardTemplate)
This method
|
| Modifier and Type | Method and Description |
|---|---|
protected Long |
AwardNumberServiceImpl.getHighestSequenceNode(List<Award> awardList)
This method returns the highest node value from the awardList of BO's.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardHierarchy.getAward() |
protected Award |
AwardHierarchyServiceImpl.useOriginalAwardAsTemplateForCopy(Award award,
String nextAwardNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardHierarchyServiceImpl.clearFilteredAttributes(Award newAward) |
void |
AwardHierarchyServiceImpl.copyAwardAmountDateInfo(Award source,
Award copy) |
void |
AwardHierarchyServiceImpl.copyAwardAmountDateInfoToNewChild(Award source,
Award copy)
When we create a new child award that is not a copy of the parent, we still need copy dates from parent to child.
|
static AwardHierarchy |
AwardHierarchy.createRootNode(Award award)
Factory method for creating a root node from an Award
|
protected void |
AwardHierarchyServiceImpl.finalizeAward(Award newAward) |
protected void |
AwardHierarchyServiceImpl.restoreOriginalAwardPropertiesAfterCopy(Award award,
String originalAwardNumber,
Integer originalSequenceNumber) |
void |
AwardHierarchy.setAward(Award award) |
protected Award |
AwardHierarchyServiceImpl.useOriginalAwardAsTemplateForCopy(Award award,
String nextAwardNumber) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardSyncStatus.getAward() |
Award |
AwardSyncChange.getAward() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSyncStatus.setAward(Award award) |
void |
AwardSyncChange.setAward(Award award) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSyncUnitHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncTermHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncSponsorContactHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncReportRecipientHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncReportHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncPersonHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncHelperBase.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncHelper.applySyncChange(Award award,
AwardSyncChange change)
Applies the associated change to award.
|
void |
AwardSyncCommentsHelper.applySyncChange(Award award,
AwardSyncChange change) |
void |
AwardSyncAwardHelper.applySyncChange(Award award,
AwardSyncChange change) |
protected void |
AwardSyncUnitHelper.fixLeadUnit(Award award,
AwardPerson person)
Make sure the lead unit of the award still matches the lead unit of the person, if
the person is a PI.
|
| Modifier and Type | Field and Description |
|---|---|
protected Award |
AwardSyncServiceImpl.RunSyncOnAward.parentAward |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
AwardSyncServiceImpl.checkAwardVersions(String awardNumber,
AwardSyncStatus awardStatus,
String failureMessage)
Check and validate the status of the award.
|
protected Award |
AwardSyncServiceImpl.getActiveAward(String awardNumber)
Get the active version of an award if it exists.
|
protected Award |
AwardSyncServiceImpl.getPendingAward(String awardNumber)
Get the pending version for the award if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSyncCreationServiceImpl.addAwardSyncChange(Award award,
AwardSyncChange syncChange) |
void |
AwardSyncCreationService.addAwardSyncChange(Award award,
AwardSyncChange syncChange)
Add a new award hierarchy sync object to the award,
checking for and replacing any duplicates found.
|
void |
AwardSyncCreationServiceImpl.addAwardSyncChange(Award award,
AwardSyncPendingChangeBean pendingChange) |
void |
AwardSyncCreationService.addAwardSyncChange(Award award,
AwardSyncPendingChangeBean pendingChange)
Create and add a new award hierarchy sync object to the award, checking for and replacing any duplicates found
|
protected boolean |
AwardSyncServiceImpl.applyAndValidateChanges(Award award,
AwardSyncStatus awardStatus,
List<AwardSyncChange> changes)
Apply the list of changes against the award and then validate the changes.
|
void |
AwardSyncServiceImpl.applyAwardSyncChangesToHierarchy(Award award) |
void |
AwardSyncService.applyAwardSyncChangesToHierarchy(Award award)
Apply the sync changes queued on the specified award against the award hierarchy
|
protected boolean |
AwardSyncServiceImpl.applyChange(Award award,
AwardSyncChange change,
AwardSyncStatus awardStatus)
Apply single sync change to award.
|
protected void |
AwardSyncServiceImpl.applyChange(Award award,
AwardSyncHelper syncHelper,
AwardSyncChange change)
Apply the specific change to the award using the specified syncHelper.
|
protected void |
AwardSyncServiceImpl.clearSyncStatuses(Award award)
Clears sync status from parent award as long as it has an award number(not the parent status),
and it is not yet complete.
|
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.
|
protected boolean |
AwardSyncServiceImpl.hasAwardPermission(AwardSyncStatus awardStatus,
Award award,
String principalId)
Ensure that the person specified by principalId has modify permission on the award specified.
|
boolean |
AwardSyncSelectorServiceImpl.isAwardActive(Award award) |
boolean |
AwardSyncSelectorService.isAwardActive(Award award)
Returns true is an award status matches a value found in the
Active Award Status Codes parameter
|
boolean |
AwardSyncSelectorServiceImpl.isAwardInvolvedInSync(Award award,
List<AwardSyncChange> changes) |
boolean |
AwardSyncSelectorService.isAwardInvolvedInSync(Award award,
List<AwardSyncChange> changes)
Returns true is at least one change is applicable to this award.
|
boolean |
AwardSyncSelectorServiceImpl.isChangeApplicableToAward(Award award,
AwardSyncChange change) |
boolean |
AwardSyncSelectorService.isChangeApplicableToAward(Award award,
AwardSyncChange change)
Using the award sync selector service decide if the change is applicable to the award
matching active status and fabricated and cost sharing account selectors.
|
boolean |
AwardSyncSelectorServiceImpl.isCostShareAccount(Award award) |
boolean |
AwardSyncSelectorService.isCostShareAccount(Award award)
Returns true if the award is a cost sharing account
|
boolean |
AwardSyncSelectorServiceImpl.isFabricatedAccount(Award award) |
boolean |
AwardSyncSelectorService.isFabricatedAccount(Award award)
Returns true if the award is a fabricated account award
|
protected AwardDocument |
AwardSyncServiceImpl.loadAwardDocument(Award award)
Attempts to load the award document for the specified award.
|
protected org.kuali.rice.krad.UserSession |
AwardSyncServiceImpl.replaceSessionWithRoutedBy(Award parentAward)
Replace the UserSession with one for the user who routed the parent award.
|
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.
|
protected void |
AwardSyncServiceImpl.sendSyncFYIs(Award award,
List<String> principalsToNotify,
List<AwardSyncServiceImpl.SyncRunnable> runnables)
Sends FYIs to all principals listed in principalsToNotify for award.
|
protected void |
AwardSyncServiceImpl.setParentAwardStatus(Award parentAward,
boolean success,
String newStatus)
Sets the parent award status for the sync.
|
void |
AwardSyncServiceImpl.validateHierarchyChanges(Award award) |
void |
AwardSyncService.validateHierarchyChanges(Award award)
Run all validation checks against the award in the hierarchy and the sync changes attached to the specified 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.
|
| Constructor and Description |
|---|
AwardSyncServiceImpl.RunSyncOnAward(Award parentAward,
AwardHierarchy hierarchy,
AwardSyncServiceImpl.SyncType syncType,
List<AwardSyncChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardBudgetServiceImpl.getActiveOrNewestAward(String awardNumber) |
Award |
AwardBudgetService.getActiveOrNewestAward(String awardNumber)
Returns the active award or if none exist, the newest non-cancelled award.
|
Award |
AwardBudgetForm.getAward()
This method returns the award associated with the award budget.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDocument<Award> |
AwardBudgetServiceImpl.copyBudgetVersion(BudgetDocument<Award> budgetDocument)
Copies budget version from previous one
|
BudgetDocument<Award> |
AwardBudgetServiceImpl.copyBudgetVersion(BudgetDocument<Award> budgetDocument,
boolean onlyOnePeriod) |
BudgetService<Award> |
AwardBudgetServiceImpl.getBudgetService()
Gets the budgetService attribute.
|
BudgetDocument<Award> |
AwardBudgetServiceImpl.getNewBudgetVersion(BudgetParentDocument<Award> parentBudgetDocument,
String documentDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardBudgetServiceImpl.checkRateChange(Collection<BudgetRate> savedBudgetRates,
Award award) |
boolean |
AwardBudgetService.checkRateChange(Collection<BudgetRate> allPropRates,
Award award)
This method checks if Award rates changed, then display confirmation message on 'open' budget version.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetDocument<Award> |
AwardBudgetServiceImpl.copyBudgetVersion(BudgetDocument<Award> budgetDocument)
Copies budget version from previous one
|
BudgetDocument<Award> |
AwardBudgetServiceImpl.copyBudgetVersion(BudgetDocument<Award> budgetDocument,
boolean onlyOnePeriod) |
BudgetDocument<Award> |
AwardBudgetServiceImpl.getNewBudgetVersion(BudgetParentDocument<Award> parentBudgetDocument,
String documentDescription) |
protected void |
AwardBudgetServiceImpl.saveBudgetDocument(BudgetDocument<Award> budgetDocument,
boolean rebudget)
This method...
|
void |
AwardBudgetServiceImpl.setBudgetService(BudgetService<Award> budgetService)
Sets the budgetService attribute value.
|
boolean |
AwardBudgetServiceImpl.validateAddingNewBudget(BudgetParentDocument<Award> parentDocument) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardBudgetDocument.getCurrentAward()
Gets the currentAward attribute.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetParentDocument<Award> |
AwardBudgetDocument.getParentDocument()
Gets the parentDocument attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetDocument.setCurrentAward(Award currentAward)
Sets the currentAward attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardBenefitsRatesRuleEvent.getAward()
Gets the award attribute.
|
| Constructor and Description |
|---|
AwardBenefitsRatesRuleEvent(String errorPathPrefix,
Award award,
AwardDocument awardDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
AwardContactsBean.getAward() |
Award |
AwardPersonUnitCreditSplit.getSequenceOwner() |
Award |
AwardPersonUnit.getSequenceOwner() |
Award |
AwardPersonCreditSplit.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardProjectPersonsAuditRule.checkCertifiedInvestigators(Award award) |
boolean |
AwardCentralAdminAddRuleImpl.processAddAwardCentralAdminContactBusinessRules(Award award,
AwardUnitContact newUnitContact) |
boolean |
AwardSponsorContactAddRuleImpl.processAddAwardSponsorContactBusinessRules(Award award,
AwardSponsorContact newContact) |
boolean |
AwardUnitContactAddRuleImpl.processAddAwardUnitContactBusinessRules(Award award,
AwardUnitContact newUnitContact) |
void |
AwardPersonUnitCreditSplit.setSequenceOwner(Award newlyVersionedOwner) |
void |
AwardPersonUnit.setSequenceOwner(Award newlyVersionedOwner) |
void |
AwardPersonCreditSplit.setSequenceOwner(Award newlyVersionedOwner) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardDetailsAndDatesSaveEvent.getAward() |
Award |
AddAwardTransferringSponsorEvent.getAward() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AwardDetailsAndDatesRuleImpl.isValidCfdaNumber(Award award) |
protected boolean |
AwardDetailsAndDatesRuleImpl.validationRequired(Award award)
If the award account number and the chart did not change, validation is
not required.
|
| Constructor and Description |
|---|
AddAwardTransferringSponsorEvent(String errorPathPrefix,
AwardDocument document,
Award award,
Sponsor sponsor)
Constructs a AddAwardTransferringSponsorEvent.
|
AwardDetailsAndDatesSaveEvent(AwardDocument document,
Award award)
Constructs a AddAwardTransferringSponsorEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardDocument.getAward()
This method is a convenience method for facilitating a 1:1 relationship between AwardDocument
and Award to the outside world - aka a single Award field associated with AwardDocument
|
Award |
AwardDocument.getBudgetParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardDocument.getAwardList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardDocument.setAward(Award award)
This method is a convenience method for facilitating a 1:1 relationship between AwardDocument
and Award to the outside world - aka a single Award field associated with AwardDocument
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardDocument.setAwardList(List<Award> awardList) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardTask.getAward()
Get the Award.
|
| Constructor and Description |
|---|
AwardTask(String taskName,
Award award)
Constructs an AwardTask.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ModifyAwardAuthorizer.canUserCreateAward(String userId,
Award award)
We have to consider the case when we are saving the award for the first time.
|
protected boolean |
ModifyAwardAuthorizer.canUserModifyAward(String userId,
Award award,
AwardDocument doc)
After the initial save, the award can only be modified has the required permission.
|
protected boolean |
AwardAuthorizer.hasPermission(String userId,
Award award,
String permissionName)
Does the given user has the permission for this award?
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardServiceImpl.getActiveOrNewestAward(String awardNumber) |
Award |
AwardService.getActiveOrNewestAward(String awardNumber)
Returns the active award or if none exist, the newest non-cancelled award.
|
Award |
AwardServiceImpl.getAward(Long awardId)
Get the Award based upon its unique id number.
|
Award |
AwardService.getAward(Long awardId)
Get the Award based upon its unique id number.
|
Award |
AwardServiceImpl.getAward(String awardId)
Get the Award based upon its unique id number.
|
Award |
AwardService.getAward(String awardId)
Deprecated.
The identifier for Award is a Long, but this method expects a String
|
Award |
Award.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardServiceImpl.findAwardsForAwardNumber(String awardNumber)
Note Awards are ordered by sequenceNumber
|
List<Award> |
AwardService.findAwardsForAwardNumber(String awardNumber)
This method finds all Awards for the specified awardNumber
|
List<Award> |
Award.getAwardVersions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardServiceImpl.incrementVersionNumberIfCanceledVersionsExist(Award award) |
void |
Award.setSequenceOwner(Award newOwner) |
void |
AwardServiceImpl.synchNewCustomAttributes(Award newAward,
Award oldAward) |
void |
AwardService.synchNewCustomAttributes(Award newAward,
Award oldAward)
This method is to synch custom attributes.
|
void |
AwardServiceImpl.updateAwardSequenceStatus(Award award,
VersionStatus status) |
void |
AwardService.updateAwardSequenceStatus(Award award,
VersionStatus status)
Update the award to use the new VersionStatus.
|
| Constructor and Description |
|---|
AwardTransferringSponsor(Award award,
Sponsor sponsor) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardFundingProposal.getAward() |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardFundingProposalBean.getAllAwardsForAwardNumber()
This method returns all Award versions for the awardNumber of the Award associated found from the AwardDocument on the associated AwardForm.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardFundingProposalBean.performDataFeeds(Award award,
InstitutionalProposal proposal) |
void |
AwardFundingProposal.setAward(Award award) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardFundingProposalBean.setAllAwardsForAwardNumber(List<Award> allAwardsForAwardNumber) |
| Constructor and Description |
|---|
AwardFundingProposal(Award award,
InstitutionalProposal proposal) |
AwardFundingProposal(Award award,
InstitutionalProposalBoLite proposal)
Constructs a AwardFundingProposal.java.
|
CommentsDataFeedCommand(Award award,
InstitutionalProposal proposal,
FundingProposalMergeType mergeType) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardScienceKeyword.getAward()
Gets the award attribute.
|
Award |
AwardScienceKeyword.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardScienceKeyword.setAward(Award award)
Sets the award attribute value.
|
void |
AwardScienceKeyword.setSequenceOwner(Award sequenceOwner) |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
AwardTransactionLookupServiceImpl.getAwardVersion(String awardNumber,
int sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AwardTransactionLookupServiceImpl.getAwardAmountInfoIndex(Award award,
Long transactionId) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardAttachmentFormBean.getAward()
Get the Award.
|
| Constructor and Description |
|---|
AwardAttachment(Award award)
Convenience ctor to add the protocol as an owner.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardNotificationRoleQualifierServiceImpl.getAward() |
Award |
AwardNotificationRoleQualifierService.getAward()
Returns the Award.
|
Award |
AwardNotificationRenderer.getAward() |
Award |
AwardNotificationContext.getAward() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AwardNotificationRenderer.getAwardReplacementParameters(Award award) |
void |
AwardNotificationRoleQualifierServiceImpl.setAward(Award award) |
void |
AwardNotificationRoleQualifierService.setAward(Award award)
Sets the Award.
|
void |
AwardNotificationRenderer.setAward(Award award) |
void |
AwardNotificationContext.setAward(Award award) |
| Constructor and Description |
|---|
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName) |
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName,
NotificationRenderer renderer,
String forwardName)
Constructs an Award notification context and sets the necessary services.
|
AwardNotificationContext(Award award,
String actionTypeCode,
String contextName,
String forwardName) |
AwardNotificationRenderer(Award award)
Constructs an Award notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardReportTermRuleEvent.getAward()
Convenience method to return an Award
|
Award |
AwardReportTermRecipientRuleEvent.getAward()
Convenience method to return an Award
|
Award |
AwardReportsBean.getAward() |
Award |
AwardReportTermRecipient.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardReportTermRecipient.setSequenceOwner(Award newlyVersionedOwner) |
| Constructor and Description |
|---|
AddAwardReportTermRecipientRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardReportTerm parentAwardReportTerm,
AwardReportTermRecipient awardReportTermRecipientItem)
Constructs a AddAwardReportTermRecipientRuleEvent.java.
|
AddAwardReportTermRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardReportTerm awardReportTermItem)
Constructs a AddAwardApprovedEquipmentRuleEvent.java.
|
AwardReportTermRecipientRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardReportTerm parentAwardReportTerm,
AwardReportTermRecipient awardReportTermRecipientItem) |
AwardReportTermRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardReportTerm awardReportTermItem) |
| Modifier and Type | Method and Description |
|---|---|
Award |
ReportTracking.getAward() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportTracking.setAward(Award award) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportTrackingServiceImpl.autoRegenerateReports(Award award) |
boolean |
ReportTrackingService.autoRegenerateReports(Award award)
This method returns true if the award is a root award, otherwise returns false.
|
protected ReportTracking |
ReportTrackingServiceImpl.buildReportTracking(Award award,
AwardReportTerm awardTerm)
This method builds a basic report tracking item pre-populated with Award and AwardTerm data.
|
void |
ReportTrackingServiceImpl.generateReportTrackingAndSave(Award award,
boolean forceReportRegeneration) |
void |
ReportTrackingService.generateReportTrackingAndSave(Award award,
boolean forceReportRegeneration)
This method generates the reports for all the award report items in the award.
|
List<ReportTracking> |
ReportTrackingServiceImpl.getReportTacking(Award award) |
List<ReportTracking> |
ReportTrackingService.getReportTacking(Award award)
This method returns all the report tracking records asociated with an award.
|
void |
ReportTrackingServiceImpl.refreshReportTracking(Award award) |
void |
ReportTrackingService.refreshReportTracking(Award award)
This method simply refreshes the reporting tracking objects, no delete, no save.
|
protected void |
ReportTrackingServiceImpl.runDateCalcuations(List<Date> dates,
Award award,
AwardReportTerm awardTerm,
List<ReportTracking> reportsToSave)
This method...
|
boolean |
ReportTrackingServiceImpl.shouldAlertReportTrackingDetailChange(Award award) |
boolean |
ReportTrackingService.shouldAlertReportTrackingDetailChange(Award award)
This method compares the passed in award to the DB version of the award and checks to see if any fields
have changed that will cause changes to the report tracking records.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardCloseoutRuleEvent.getAward()
Convenience method to return an Award
|
Award |
AwardCloseoutBean.getAward() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardCloseoutServiceImpl.updateCloseoutDueDatesBeforeSave(Award award) |
void |
AwardCloseoutService.updateCloseoutDueDatesBeforeSave(Award award)
Whenever a save occurs on Payment, Reports and Terms tab; This method gets called from the action upon save
and updates the due dates for award closeout static reports.
|
void |
AwardCloseoutServiceImpl.updateCloseoutDueDatesBeforeSaveOrg(Award award) |
| Constructor and Description |
|---|
AddAwardCloseoutRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardCloseout closeoutItem)
Constructs a AddAwardCloseoutRuleEvent.java.
|
AwardCloseoutRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardCloseout closeoutItem)
Constructs a AwardCloseoutRuleEvent.java.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
PaymentScheduleBean.getAward() |
Award |
AwardPaymentScheduleRuleEvent.getAward()
Convenience method to return an Award
|
| Constructor and Description |
|---|
AddAwardPaymentScheduleRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardPaymentSchedule paymentScheduleItem)
Constructs a AddAwardApprovedEquipmentRuleEvent.java.
|
AwardPaymentScheduleRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardPaymentSchedule paymentScheduleItem) |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
SpecialApprovalBean.getAward() |
Award |
AwardApprovedEquipmentRuleEvent.getAward()
Convenience method to return an Award
|
| Constructor and Description |
|---|
AddAwardApprovedEquipmentRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardApprovedEquipment approvedEquipmentItem,
MinimumCapitalizationInfo minimumCapitalization)
Constructs a AddAwardApprovedEquipmentRuleEvent.java.
|
AwardApprovedEquipmentRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardApprovedEquipment approvedEquipmentItem,
MinimumCapitalizationInfo minimumCapitalization) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardApprovedForeignTravelRuleEvent.getAward()
Convenience method to return an Award
|
protected Award |
ApprovedForeignTravelerValuesFinder.getAward() |
| Constructor and Description |
|---|
AddAwardApprovedForeignTravelRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardApprovedForeignTravel approvedForeignTravel)
Constructs a AddAwardApprovedEquipmentRuleEvent
This event is NOT used by the rule framework, but is used to support adding
|
AwardApprovedForeignTravelRuleEvent(String errorPathPrefix,
AwardDocument awardDocument,
Award award,
AwardApprovedForeignTravel approvedForeignTravel) |
| Modifier and Type | Field and Description |
|---|---|
protected Award |
AwardBaseStream.award |
protected Award |
AwardBaseStream.prevAward |
| Modifier and Type | Method and Description |
|---|---|
protected noNamespace.AwardType.AwardTransactionInfo |
AwardBudgetBaseStream.getAwardTransactiontInfo(Award award)
This method will set the values to award transaction info xml object
attributes
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardSpecialReview.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardSpecialReview.setSequenceOwner(Award sequenceOwner) |
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardVersionService.getActiveAwardVersion(String awardNumber)
This method...
|
Award |
AwardVersionService.getPendingAwardVersion(String awardNumber)
This method...
|
Award |
AwardVersionService.getWorkingAwardVersion(String awardNumber)
This method returns the proper Award for displaying information in T&M and Award documents.
|
| Modifier and Type | Method and Description |
|---|---|
Award |
AwardVersionServiceImpl.getActiveAwardVersion(String awardNumber) |
Award |
AwardVersionServiceImpl.getPendingAwardVersion(String awardNumber) |
Award |
AwardVersionServiceImpl.getWorkingAwardVersion(String awardNumber)
This method returns the proper Award for displaying information in T&M, Budget and Award documents.
|
| Modifier and Type | Method and Description |
|---|---|
protected Award |
AwardHomeAction.findSelectedAward(String awardId)
This method locates an award for the specified awardId
|
protected Award |
AwardAction.getActiveAwardVersion(String goToAwardNumber) |
protected Award |
AwardAction.getAward(org.apache.struts.action.ActionForm form)
This method returns the award associated with the AwardDocument on the AwardForm
|
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardAction.getAwardVersions(String awardNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionDetail |
AwardAction.addTransactionDetails(String sourceAwardNumber,
String destinationAwardNumber,
Integer sequenceNumber,
String documentNumber,
String commentsString,
Award rootAward) |
protected void |
AwardAction.checkAwardNumber(Award award)
This method sets an award number on an award if the award number hasn't been initialized yet.
|
protected void |
AwardAction.createInitialAwardUsers(Award award)
Create the original set of Award Users for a new Award Document.
|
void |
AwardAction.setBooleanAwardHasTandMOrIsVersioned(Award award)
If an Award has associated Time and Money document or been versioned and no previous version has been edited in a Time and Money document,
then we want the money and date fields on Award to be read only.
|
void |
AwardAction.setBooleanAwardInMultipleNodeHierarchyOnForm(Award award)
This method...
|
protected void |
AwardAction.setSubAwardDetails(Award award)
This method will populate the subawards if award is added as a funding source to perticular subaward
|
| Modifier and Type | Method and Description |
|---|---|
Award |
CoiDisclProject.getAward() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiDisclProject.setAward(Award award) |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
CoiDisclosureServiceImpl.getAwards(String personId) |
List<Award> |
CoiDisclosureService.getAwards(String personId)
This method is to get a list of Award that need coi disclosure
|
List<Award> |
CoiProjectsToCompleteDisclosureBean.getAwardsToDisclose() |
List<Award> |
CoiDisclosedProjectBean.getDisclosedAwards() |
List<Award> |
DisclosureHelper.getNewAwards() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiProjectsToCompleteDisclosureBean.setAwardsToDisclose(List<Award> awardsToDisclose) |
void |
CoiDisclosedProjectBean.setDisclosedAwards(List<Award> disclosedAwards) |
void |
DisclosureHelper.setNewAwards(List<Award> newAwards) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountCreationClient.createAwardAccount(Award award)
This method creates and award account.
|
boolean |
AwardAccountValidationService.validateAwardAccountDetails(Award award) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Award> |
AwardAccountServiceImpl.getAwards(String financialAccountNumber,
String chartOfAccounts)
This method returns awards based on the account number and chart of account
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountCreationClientBase.createAwardAccount(Award award)
This method calls the web service on KFS to create a C&G account.
|
protected AccountParametersDTO |
AccountCreationClientBase.getAccountParameters(Award award)
This method sets the necessary values in the AccountParametersDTO object to be sent
across to the financial service.
|
protected Long |
AwardAccountServiceImpl.getProposalId(Award award)
This method returns the proposal ID related to an award
Can award have multiple P IDs?
|
protected boolean |
AwardAccountServiceImpl.isFederalSponsor(Award award)
* Method checks if the award has a federal sponsor.
|
protected boolean |
AwardAccountServiceImpl.isPrimeSponsorFederal(Award award,
String federalSponsorTypeCode)
This method checks if prime sponsor is federal
|
protected boolean |
AwardAccountServiceImpl.isSponsorTypeFederal(Award award,
String federalSponsorTypeCode)
This method checks if sponsor is federal.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidAddress(Award award)
This method check if the default address (PI address) is present.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidEffectiveDate(Award award)
This method checks if the effective date is valid.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidExpenseGuidelineText(Award award)
This method checks the award id which is the expense guideline text.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidExpirationDate(Award award)
This method checks if the expiration date is valid.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidFandarate(Award award)
This method checks if there are F and A rates provided.
|
protected boolean |
AwardAccountValidationServiceImpl.isValidHigherEducationCode(Award award) |
protected boolean |
AwardAccountValidationServiceImpl.isValidIdcRate(Award award) |
protected boolean |
AwardAccountValidationServiceImpl.isValidPaymentBasis(Award award) |
protected boolean |
AwardAccountValidationServiceImpl.isValidPaymentMethod(Award award) |
protected void |
AccountCreationClientBase.setAdminAddress(Award award,
AccountParametersDTO accountParameters)
This method sets the admin address.
|
protected void |
AccountCreationClientBase.setDefaultAddress(Award award,
AccountParametersDTO accountParameters)
This method sets the default address.
|
protected void |
AccountCreationClientBase.setIncomeGuidelineText(Award award,
AccountParametersDTO accountParameters)
This method sets the income guideline text.
|
protected void |
AccountCreationClientBase.setName(Award award,
AccountParametersDTO accountParameters)
This method sets the name.
|
boolean |
AwardAccountValidationServiceImpl.validateAwardAccountDetails(Award award) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AwardAccountDTO> |
AwardAccountServiceImpl.getAwardAccountDTOs(List<Award> awards) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Award> |
CfdaNumberServiceImpl.getAwards(String financialAccountNumber,
String chartOfAccounts)
This method returns awards based on the account number and chart of account.
|
| Modifier and Type | Method and Description |
|---|---|
protected Award |
MedusaServiceImpl.getAward(Long awardId)
Returns the newest active if available or the newest no cancelled award if it is not
|
protected Award |
MedusaServiceImpl.getAward(String awardNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Award> |
MedusaServiceImpl.getAwards(InstitutionalProposal ip)
Generates and returns a collection of all awards linked to the
institutional proposal
|
protected Collection<Award> |
MedusaServiceImpl.getAwards(SubAward subAward) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MedusaServiceImpl.buildGraph(HashMap<org.kuali.rice.krad.bo.BusinessObject,List<org.kuali.rice.krad.bo.BusinessObject>> graph,
Award award)
Builds the graph recursively by finding links from the Award.
|
protected MedusaNode |
MedusaServiceImpl.getNode(Award award) |
protected Collection<InstitutionalProposal> |
MedusaServiceImpl.getProposals(Award award)
Returns all institutional proposals linked to this award.
|
protected Collection<SubAward> |
MedusaServiceImpl.getSubAwards(Award award) |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardPersonMassChangeService.getAwardChangeCandidates(PersonMassChange personMassChange)
Returns the Awards that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<Award> awardChangeCandidates)
Performs the Person Mass Change on the Awards.
|
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
AwardPersonMassChangeServiceImpl.getAwardChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<Award> awardChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
PersonMassChangeViewHelper.getAwardChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setAwardChangeCandidates(List<Award> awardChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
ProposalBaseStream.getAward(String currentAwardNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected AwardAmountInfo |
ProposalBaseStream.getMaxAwardAmountInfo(Award award) |
| Modifier and Type | Method and Description |
|---|---|
Award |
ProposalDevelopmentService.getProposalCurrentAwardVersion(ProposalDevelopmentDocument proposal) |
| Modifier and Type | Method and Description |
|---|---|
Award |
ProposalDevelopmentServiceImpl.getProposalCurrentAwardVersion(ProposalDevelopmentDocument proposal) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardDirectFandADistribution> |
AwardDirectFandADistributionService.generateDefaultAwardDirectFandADistributionPeriods(Award award)
This method generates all of the periods for initial display in tab.
|
List<Date> |
AwardScheduleGenerationService.generateSchedules(Award award,
List<AwardReportTerm> awardReportTerms,
boolean isThisNotPaymentPanel)
This method generates a schedule of dates.
|
String |
AwardHierarchyUIService.getAwardRecord(Award award)
This method retrieves the award details in a string form for a single award.
|
AwardHierarchyNode |
AwardHierarchyUIService.getRootAwardNode(Award award)
This method returns the root award node of the award
|
Map<String,Object> |
AwardReportsService.initializeObjectsForReportsAndPayments(Award award)
This method prepares the AwardReportTerm and related objects for the display of UI.
|
boolean |
TimeAndMoneyExistenceService.validateTimeAndMoneyRule(Award award,
String rootAwardNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected Award |
AwardCommentServiceImpl.getAward(String awardId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardReportsServiceImpl.addEmptyNewAwardReportTermRecipients(Award award,
Map<String,Object> hashMap)
This method adds an empty AwardReportTermRecipient object to
an empty list for every AwardReportTerm object present in Award
and puts the list in a hashmap
|
protected List<AwardDirectFandADistribution> |
AwardDirectFandADistributionServiceImpl.buildListBasedOnProjectStartAndEndDates(Award award)
This method builds the default list of Award Direct F and A Distributions to be added to the Award on navigation to Time & Money panel.
|
List<AwardDirectFandADistribution> |
AwardDirectFandADistributionServiceImpl.generateDefaultAwardDirectFandADistributionPeriods(Award award)
This method assigns all of the Default periods to Award Direct F and A Distribution panel based on project start and end dates.
|
List<Date> |
AwardScheduleGenerationServiceImpl.generateSchedules(Award award,
List<AwardReportTerm> awardReportTerms,
boolean isThisNotPaymentPanel) |
String |
AwardHierarchyUIServiceImpl.getAwardRecord(Award award) |
AwardHierarchyNode |
AwardHierarchyUIServiceImpl.getRootAwardNode(Award award) |
protected void |
AwardScheduleGenerationServiceImpl.initializeDatesForThisAward(Award award,
Map<String,Date> mapOfDates)
This method gathers all the relevant dates from Award and child objects and puts them in a map.
|
Map<String,Object> |
AwardReportsServiceImpl.initializeObjectsForReportsAndPayments(Award award) |
boolean |
TimeAndMoneyExistenceServiceImpl.validateTimeAndMoneyRule(Award award,
String rootAwardNumber) |
| Modifier and Type | Method and Description |
|---|---|
Award |
SubAwardFundingSource.getAward()
.
|
Award |
AwardSubAwardTerms.getAward()
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubAwardFundingSource.setAward(Award award)
.
|
void |
AwardSubAwardTerms.setAward(Award award)
.
|
| Constructor and Description |
|---|
SubAwardFundingSource(Award award)
Constructs a SubAwardFundingSource.java.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubAward> |
SubAwardService.getLinkedSubAwards(Award award) |
| Modifier and Type | Method and Description |
|---|---|
List<SubAward> |
SubAwardServiceImpl.getLinkedSubAwards(Award award) |
| Modifier and Type | Method and Description |
|---|---|
Award |
TimeAndMoneyForm.getAwardForSummaryPanelDisplay()
Gets the awardForSummaryPanelDisplay attribute.
|
Award |
AwardVersionHistory.getAwardParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeAndMoneyForm.setAwardForSummaryPanelDisplay(Award awardForSummaryPanelDisplay)
Sets the awardForSummaryPanelDisplay attribute value.
|
| Constructor and Description |
|---|
AwardVersionHistory(Award parent) |
| Modifier and Type | Method and Description |
|---|---|
Award |
TimeAndMoneyDocument.getAward()
Gets the award attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeAndMoneyDocument.setAward(Award award)
Sets the award attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeAndMoneyAwardDateSaveRuleImpl.enforceAwardStartDatePopulated(Award award) |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
ActivePendingTransactionsService.processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeAndMoneyDocument> |
TimeAndMoneyHistoryService.buildTimeAndMoneyListForAwardDisplay(Award award) |
List<TimeAndMoneyDocumentHistory> |
TimeAndMoneyHistoryService.getDocHistoryAndValidInfosAssociatedWithAwardVersion(List<TimeAndMoneyDocument> docs,
List<AwardAmountInfo> awardAmountInfos,
Award award) |
| Modifier and Type | Method and Description |
|---|---|
List<AwardAmountTransaction> |
ActivePendingTransactionsService.processSingleNodeMoneyTransaction(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
List<AwardAmountTransaction> |
ActivePendingTransactionsService.processTransactions(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems,
Boolean refreshFlag) |
List<Award> |
ActivePendingTransactionsService.processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
| Modifier and Type | Method and Description |
|---|---|
List<Award> |
ActivePendingTransactionsServiceImpl.processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
TimeAndMoneyHistoryServiceImpl.buildAwardDescriptionLine(Award award,
AwardAmountInfo awardAmountInfo,
TimeAndMoneyDocument timeAndMoneyDocument) |
protected String |
TimeAndMoneyHistoryServiceImpl.buildNewAwardDescriptionLine(Award award) |
List<TimeAndMoneyDocument> |
TimeAndMoneyHistoryServiceImpl.buildTimeAndMoneyListForAwardDisplay(Award award) |
List<TimeAndMoneyDocumentHistory> |
TimeAndMoneyHistoryServiceImpl.getDocHistoryAndValidInfosAssociatedWithAwardVersion(List<TimeAndMoneyDocument> docs,
List<AwardAmountInfo> awardAmountInfos,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedDestinationDownNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedDestinationUpNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedIntermediateDownNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedIntermediateUpNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedSourceDownNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected AwardAmountInfo |
ActivePendingTransactionsServiceImpl.getUpdatedSourceUpNodeAmountInfo(PendingTransaction pendingTransaction,
AwardAmountInfo awardAmountInfo,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber,
Award award) |
protected String |
TimeAndMoneyHistoryServiceImpl.getUpdateTimeAndUser(Award award) |
protected List<AwardAmountInfo> |
TimeAndMoneyHistoryServiceImpl.getValidAwardAmountInfosAssociatedWithAwardVersion(List<AwardAmountInfo> awardAmountInfos,
Award award) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActivePendingTransactionsServiceImpl.createIntermediateDownTransactionsWhenParentChildRelationshipExists(TimeAndMoneyDocument doc,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
String destinationAwardNumber,
String parentAwardNumber,
String sourceAwardNumber,
List<TransactionDetail> transactionDetailItems,
List<PendingTransaction> updatedPendingTransactions,
AwardAmountTransaction newAwardAmountTransaction) |
protected void |
ActivePendingTransactionsServiceImpl.createIntermediateTransactionsWhenDestinationIsExternal(TimeAndMoneyDocument doc,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
String sourceAwardNumber,
String parentOfSourceAwardNumber,
String destinationAwardNumber,
boolean direction,
List<TransactionDetail> transactionDetailItems,
List<PendingTransaction> updatedPendingTransactions,
AwardAmountTransaction newAwardAmountTransaction) |
protected void |
ActivePendingTransactionsServiceImpl.createIntermediateTransactionsWhenParentIsExternal(TimeAndMoneyDocument doc,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
String destinationAwardNumber,
String parentAwardNumber,
String defaultExternalAwardNumber,
boolean direction,
List<TransactionDetail> transactionDetailItems,
List<PendingTransaction> updatedPendingTransactions,
AwardAmountTransaction newAwardAmountTransaction) |
protected void |
ActivePendingTransactionsServiceImpl.createIntermediateUpTransactionsWhenParentChildRelationshipExists(TimeAndMoneyDocument doc,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
String destinationAwardNumber,
String parentOfSourceAwardNumber,
String sourceAwardNumber,
List<TransactionDetail> transactionDetailItems,
List<PendingTransaction> updatedPendingTransactions,
AwardAmountTransaction newAwardAmountTransaction) |
protected void |
ActivePendingTransactionsServiceImpl.handleDestinationNodeDownTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.handleDestinationNodeUpTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.handleIntermediateNodeDownTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.handleIntermediateNodeUpTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.handleSourceNodeDownTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.handleSourceNodeUpTransaction(PendingTransaction pendingTransaction,
String awardNumber,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<PendingTransaction> pendingTransactions,
AwardAmountTransaction newAwardAmountTransaction,
String documentNumber) |
protected void |
ActivePendingTransactionsServiceImpl.performSave(TimeAndMoneyDocument doc,
List<TransactionDetail> transactionDetailItems,
List<Award> awardItems,
List<AwardAmountTransaction> awardAmountTransactions) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenChildParentRelationShipExists(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
AwardHierarchyNode parentNode,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode sourceAwardNode,
AwardHierarchyNode destinationAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenChildParentRelationShipExistsIndirect(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
AwardHierarchyNode parentNode,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode sourceAwardNode,
AwardHierarchyNode destinationAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenDestinationIsExternal(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode sourceAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenParentChildRelationShipExists(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
AwardHierarchyNode parentNode,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode sourceAwardNode,
AwardHierarchyNode destinationAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenParentChildRelationShipExistsIndirect(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
AwardHierarchyNode parentNode,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode sourceAwardNode,
AwardHierarchyNode destinationAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWhenSourceIsExternal(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
Map<String,AwardHierarchyNode> awardHierarchyNodes,
AwardHierarchyNode destinationAwardNode) |
protected void |
ActivePendingTransactionsServiceImpl.processPendingTransactionWithIndirectRelationship(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
List<PendingTransaction> updatedPendingTransactions,
List<TransactionDetail> transactionDetailItems,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
PendingTransaction pendingTransaction,
AwardHierarchyNode sourceAwardNode,
AwardHierarchyNode destinationAwardNode) |
List<AwardAmountTransaction> |
ActivePendingTransactionsServiceImpl.processSingleNodeMoneyTransaction(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
List<AwardAmountTransaction> |
ActivePendingTransactionsServiceImpl.processTransactions(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems,
Boolean refreshFlag)
This method...
|
List<Award> |
ActivePendingTransactionsServiceImpl.processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems)
This method...
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TransactionRuleImpl.validateAwardTotalCostLimit(AwardHierarchyNode awardHierarchyNode,
Award award) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TimeAndMoneyAction.inspectAndCaptureCurrentFundEffectiveDateChanges(TimeAndMoneyForm timeAndMoneyForm,
Boolean isNoCostExtension,
AwardAmountInfo aai,
Integer index,
Award award,
TimeAndMoneyDocument timeAndMoneyDocument,
Map.Entry<String,AwardHierarchyNode> awardHierarchyNode,
List<TransactionDetail> dateChangeTransactionDetailItems)
Date changes in hierarchy view are captured here.
|
protected boolean |
TimeAndMoneyAction.inspectAndCaptureFinalExpirationDateChanges(TimeAndMoneyForm timeAndMoneyForm,
Boolean isNoCostExtension,
AwardAmountInfo aai,
Integer index,
Award award,
TimeAndMoneyDocument timeAndMoneyDocument,
Map.Entry<String,AwardHierarchyNode> awardHierarchyNode,
List<TransactionDetail> dateChangeTransactionDetailItems)
Date changes in hierarchy view are captured here.
|
protected boolean |
TimeAndMoneyAction.inspectAndCaptureObligationExpirationDateChanges(TimeAndMoneyForm timeAndMoneyForm,
Boolean isNoCostExtension,
AwardAmountInfo aai,
Integer index,
Award award,
TimeAndMoneyDocument timeAndMoneyDocument,
Map.Entry<String,AwardHierarchyNode> awardHierarchyNode,
List<TransactionDetail> dateChangeTransactionDetailItems)
Date changes in hierarchy view are captured here.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.