Package | Description |
---|---|
org.kuali.kfs.module.external.kc.service | |
org.kuali.kfs.module.external.kc.service.impl |
Modifier and Type | Method and Description |
---|---|
BudgetAdjustmentCreationStatusDTO |
BudgetAdjustmentService.createBudgetAdjustment(BudgetAdjustmentParametersDTO budgetAdjustmentParametersDTO) |
Modifier and Type | Method and Description |
---|---|
BudgetAdjustmentCreationStatusDTO |
BudgetAdjustmentServiceImpl.createBudgetAdjustment(BudgetAdjustmentParametersDTO budgetAdjustmentParameters)
This is the web service method that facilitates budget adjustment 1.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BudgetAdjustmentServiceImpl.checkforEmptyField(BudgetAdjustmentCreationStatusDTO budgetAdjustmentCreationStatusDTO,
String fieldName,
String value,
int lineNumber) |
protected org.kuali.rice.krad.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) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.