| Modifier and Type | Method and Description |
|---|---|
protected AwardBudgetDocument |
AwardBudgetServiceImpl.copyPostedBudgetVersion(AwardDocument parentDocument) |
protected AwardBudgetDocument |
AwardBudgetServiceImpl.createNewBudgetDocument(String documentDescription,
AwardDocument parentDocument,
boolean rebudget)
This method...
|
AwardBudgetDocument |
AwardBudgetForm.getAwardBudgetDocument() |
AwardBudgetDocument |
AwardBudgetServiceImpl.rebudget(AwardDocument awardDocument,
String documentDescription) |
AwardBudgetDocument |
AwardBudgetService.rebudget(AwardDocument awardDocument,
String documentDescription) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardBudgetServiceImpl.copyObligatedAmountToLineItems(AwardBudgetDocument awardBudgetDocument,
BudgetDecimal obligatedChangeAmount) |
void |
AwardBudgetServiceImpl.post(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetService.post(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetServiceImpl.processApproval(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetService.processApproval(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetServiceImpl.processDisapproval(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetService.processDisapproval(AwardBudgetDocument awardBudgetDocument) |
protected void |
AwardBudgetServiceImpl.processStatusChange(AwardBudgetDocument awardBudgetDocument,
String routingStatus) |
void |
AwardBudgetServiceImpl.processSubmision(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetService.processSubmision(AwardBudgetDocument awardBudgetDocument) |
protected void |
AwardBudgetServiceImpl.saveDocument(AwardBudgetDocument awardBudgetDocument)
This method...
|
void |
AwardBudgetServiceImpl.setBudgetLimits(AwardBudgetDocument awardBudgetDocument,
AwardDocument parentDocument) |
void |
AwardBudgetService.setBudgetLimits(AwardBudgetDocument awardBudgetDocument,
AwardDocument parentDocument)
Populates the budget limits from the award.
|
void |
AwardBudgetServiceImpl.toggleStatus(AwardBudgetDocument awardBudgetDocument) |
void |
AwardBudgetService.toggleStatus(AwardBudgetDocument awardBudgetDocument) |
| Modifier and Type | Method and Description |
|---|---|
AwardBudgetDocument |
AwardBudgetTask.getAwardBudgetDocument()
Gets the awardBudgetDocument attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardBudgetTask.setAwardBudgetDocument(AwardBudgetDocument awardBudgetDocument)
Sets the awardBudgetDocument attribute value.
|
| Constructor and Description |
|---|
AwardBudgetTask(String taskName,
AwardBudgetDocument awardbudgetDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BudgetActionsAction.isFinancialIntegrationOn(AwardBudgetDocument awardBudgetDocument) |
protected boolean |
BudgetActionsAction.isValidForPostingToFinancialSystem(AwardBudgetDocument awardBudgetDocument)
This method checks if the budget adjustment document has alredy been created and if the integration parameters is on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetAdjustmentClient.createBudgetAdjustmentDocument(AwardBudgetDocument awardBudgetDocument) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BudgetAdjustmentClientBase.createAccountingLines(Map<String,BudgetDecimal> accountingLines,
AwardBudgetDocument awardBudgetDocument,
BudgetAdjustmentParametersDTO parametersDTO)
This method creates the accounting lines for the BA.
|
void |
BudgetAdjustmentClientBase.createBudgetAdjustmentDocument(AwardBudgetDocument awardBudgetDocument) |
protected boolean |
BudgetAdjustmentClientBase.createBudgetAdjustmentDocumentHeader(AwardBudgetDocument awardBudgetDocument,
BudgetAdjustmentParametersDTO parametersDTO)
This method sets the budget adjustment document header.
|
protected String |
BudgetAdjustmentClientBase.getAwardAccount(AwardBudgetDocument awardBudgetDocument)
This method returns the award account number.
|
protected String |
BudgetAdjustmentClientBase.getAwardChart(AwardBudgetDocument awardBudgetDocument)
This method returns the chart of accounts code associated with the account.
|
protected String |
BudgetAdjustmentClientBase.getFinancialObjectCode(AwardBudgetDocument awardBudgetDocument,
String rateClassCode,
String rateTypeCode)
This is obtained using the mapping table.
|
protected AwardBudgetExt |
BudgetAdjustmentClientBase.getPrevBudget(AwardBudgetDocument awardBudgetDocument)
This method returns the previous version of the award budget.
|
boolean |
BudgetAdjustmentClientBase.setBudgetAdjustmentParameters(AwardBudgetDocument awardBudgetDocument,
BudgetAdjustmentParametersDTO parametersDTO)
This method adds the accounting lines to the DTO
|
protected boolean |
BudgetAdjustmentClientBase.setIndirectCostAccountingLine(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the indirect cost.
|
protected boolean |
BudgetAdjustmentClientBase.setNonPersonnelAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the no personnel accounting line.
|
protected boolean |
BudgetAdjustmentClientBase.setNonPersonnelCalculatedDirectCostAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the non personnel calculated direct cost.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnelFringeAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the fringe line.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnelSalaryAccountingLines(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
This method sets the personnel salary accounting line.
|
protected boolean |
BudgetAdjustmentClientBase.setPersonnnelCalculatedDirectCost(AwardBudgetDocument awardBudgetDocument,
Map<String,BudgetDecimal> accountingLines)
Sets PersonnelCalculatedDirect cost
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.