| java.lang.Object org.kuali.module.financial.rules.AdvanceDepositDocumentRuleUtil
AdvanceDepositDocumentRuleUtil | public class AdvanceDepositDocumentRuleUtil (Code) | | Common Advance Deposit Document rule utilities.
|
Method Summary | |
public static boolean | validateAdvanceDeposit(AdvanceDepositDetail advanceDeposit) This method method will invoke the data dictionary validation for a AdvanceDepositDetail bo instance, in addition to checking
existence of the Bank and BankAccount attributes that hang off of it. |
validateAdvanceDeposit | public static boolean validateAdvanceDeposit(AdvanceDepositDetail advanceDeposit)(Code) | | This method method will invoke the data dictionary validation for a AdvanceDepositDetail bo instance, in addition to checking
existence of the Bank and BankAccount attributes that hang off of it. This method assumes that the document hierarchy for the
error map path is managed outside of this call.
Parameters: advanceDeposit - advanceDeposit object being validated boolean returns true if dollar amount is not 0 and bank-related references (i.e. bank and bank account) are valid |
|
|