| org.kuali.core.bo.PersistableBusinessObjectBase org.kuali.module.gl.bo.OrgReversionUnitOfWork
OrgReversionUnitOfWork | public OrgReversionUnitOfWork()(Code) | | |
addActualAmount | public void addActualAmount(String categoryCode, KualiDecimal amount)(Code) | | This method adds to the actual amount for a specific category code
Parameters: categoryCode - category code Parameters: amount - amount |
addBudgetAmount | public void addBudgetAmount(String categoryCode, KualiDecimal amount)(Code) | | This method adds to the budget amount for a specific category code
Parameters: categoryCode - category code Parameters: amount - amount |
addCarryForwardAmount | public void addCarryForwardAmount(String categoryCode, KualiDecimal amount)(Code) | | This method adds to the carry forward amount for a specific category code
Parameters: categoryCode - category code Parameters: amount - amount |
addEncumbranceAmount | public void addEncumbranceAmount(String categoryCode, KualiDecimal amount)(Code) | | This method adds to the encumbrance amount for a specific category code
Parameters: categoryCode - category code Parameters: amount - amount |
cascadeCategoryAmountKeys | public void cascadeCategoryAmountKeys()(Code) | | This method updates the category amount keys for the current unit of work
|
clearAmounts | public void clearAmounts()(Code) | | This method clears all amounts for this unit of work
|
getAccountNumber | public String getAccountNumber()(Code) | | Gets the accountNumber attribute.
Returns the accountNumber. |
getChartOfAccountsCode | public String getChartOfAccountsCode()(Code) | | Gets the chartOfAccountsCode attribute.
Returns the chartOfAccountsCode. |
getSubAccountNumber | public String getSubAccountNumber()(Code) | | Gets the subAccountNumber attribute.
Returns the subAccountNumber. |
isInitialized | public boolean isInitialized()(Code) | | Returns true if COA code and account number are not blank.
true if COA code and account number are not blank. |
isSame | public boolean isSame(String chart, String acct, String subAcct)(Code) | | This method returns true if this unit of work's chart of accounts code, account number, and sub account number match the passed in parameter values
Parameters: chart - Parameters: acct - Parameters: subAcct - true if this unit of work's chart of accounts code, account number, and sub account number match the passed in parameter values |
setAccountNumber | public void setAccountNumber(String accountNumber)(Code) | | Sets the accountNumber attribute value.
Parameters: accountNumber - The accountNumber to set. |
setChartOfAccountsCode | public void setChartOfAccountsCode(String chartOfAccountsCode)(Code) | | Sets the chartOfAccountsCode attribute value.
Parameters: chartOfAccountsCode - The chartOfAccountsCode to set. |
setSubAccountNumber | public void setSubAccountNumber(String subAccountNumber)(Code) | | Sets the subAccountNumber attribute value.
Parameters: subAccountNumber - The subAccountNumber to set. |
setTotalCarryForward | public void setTotalCarryForward(KualiDecimal totalCarryForward)(Code) | | |
wouldHold | public boolean wouldHold(Balance balance)(Code) | | Return true of this unit of work has the same chart of accounts code, account number, and sub account number as the passed in balance
Parameters: balance - |
Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase | protected Long versionNumber(Code)(Java Doc)
|
|
|