Methods in org.kuali.kfs.module.external.kc.service.impl with parameters of type BudgetAdjustmentCreationStatusDTO |
protected boolean |
BudgetAdjustmentServiceImpl.checkforEmptyField(BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatusDTO,
String fieldName,
String value,
int lineNumber)
|
protected org.kuali.rice.kns.document.Document |
BudgetAdjustmentServiceImpl.createBADocument(BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatusDTO)
This method will use the DocumentService to create a new document. |
protected BudgetAdjustmentDocument |
BudgetAdjustmentServiceImpl.createBudgetAdjustmentObject(BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatus)
This method creates an account to be used for automatic maintenance document |
protected boolean |
BudgetAdjustmentServiceImpl.isValidParameters(Integer postingFiscalYear,
BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatusDTO,
BudgetAdjustmentParametersDTO budgetAdjustmentParameters)
|
protected boolean |
BudgetAdjustmentServiceImpl.populateBudgetAdjustmentDocDetails(BudgetAdjustmentParametersDTO parameters,
BudgetAdjustmentDocument budgetAdjustmentDocument,
BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatus)
|
protected boolean |
BudgetAdjustmentServiceImpl.routeBudgetAdjustmentDocument(BudgetAdjustmentDocument budgetAdjustmentDocument,
BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatus)
This method processes the workflow document actions like save, route and blanket approve depending on the
ACCOUNT_AUTO_CREATE_ROUTE system parameter value. |
protected void |
BudgetAdjustmentServiceImpl.setFailStatus(BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatusDTO,
String message)
|