| org.kuali.module.financial.rules.CashReceiptFamilyRule org.kuali.module.financial.rules.CashReceiptDocumentRule
processAddCheckBusinessRules | public boolean processAddCheckBusinessRules(AccountingDocument financialDocument, Check check)(Code) | | Checks to make sure that the check passed in passes all data dictionary validation and that the amount is positive.
Parameters: financialDocument - submitted financial document Parameters: check - check added to cash receipt document true if check is valid (i.e. non-zero and not negative) See Also: org.kuali.core.rule.AddCheckRule.processAddCheckBusinessRules(org.kuali.core.document.FinancialDocumentorg.kuali.module.financial.bo.Check) |
processCustomSaveDocumentBusinessRules | protected boolean processCustomSaveDocumentBusinessRules(Document document)(Code) | | Implements Cash Receipt specific rule checks for the cash reconciliation section, to make sure that the cash, check, and coin
totals are not negative.
Parameters: document - submitted cash receipt document true if cash, check, and coin totals are not negative See Also: org.kuali.core.rule.DocumentRuleBase.processCustomSaveDocumentBusinessRules(org.kuali.core.document.Document) |
processDeleteCheckBusinessRules | public boolean processDeleteCheckBusinessRules(AccountingDocument financialDocument, Check check)(Code) | | Default implementation does nothing now.
Parameters: financialDocument - submitted financial document Parameters: check - check deleted from cash receipt document true See Also: org.kuali.core.rule.DeleteCheckRule.processDeleteCheckBusinessRules(org.kuali.core.document.FinancialDocumentorg.kuali.module.financial.bo.Check) |
processUpdateCheckRule | public boolean processUpdateCheckRule(AccountingDocument financialDocument, Check check)(Code) | | Checks to make sure that the check passed in passes all data dictionary validation and that the amount is positive.
Parameters: financialDocument - submitted financial document Parameters: check - check updated from cash receipt document true if updated check is valid (i.e. non-zero and not negative) See Also: org.kuali.core.rule.UpdateCheckRule.processUpdateCheckRule(org.kuali.core.document.FinancialDocumentorg.kuali.module.financial.bo.Check) |
|
|