public class CreditMemoDocumentPreRules extends AccountsPayableDocumentPreRulesBase
LOG| Constructor and Description |
|---|
CreditMemoDocumentPreRules()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkCAMSWarningStatus(PurchasingAccountsPayableDocument purapDocument) |
String |
createInvoiceNoMatchQuestionText(AccountsPayableDocument accountsPayableDocument)
Creates the text for the invoice no match question being asked of the user.
|
boolean |
doPrompts(org.kuali.rice.krad.document.Document document)
Asks for an override if the document hasn't reached full entry and the entered amount does not
match the total amount of all items.
|
String |
getDocumentName()
Exists to be overriden by the child class and return the name of the document.
|
protected boolean |
validateInvoiceTotalsAreMismatched(AccountsPayableDocument accountsPayableDocument)
Determines if the amount entered on the init tab is mismatched with the grand total of the document.
|
confirmInvoiceNoMatchOverrideconfirmFixCapitalAssetWarningConditionspublic CreditMemoDocumentPreRules()
public boolean doPrompts(org.kuali.rice.krad.document.Document document)
AccountsPayableDocumentPreRulesBasedoPrompts in class AccountsPayableDocumentPreRulesBaseorg.kuali.rice.kns.rules.PromptBeforeValidationBase#doRules(org.kuali.rice.krad.document.Document)public String getDocumentName()
AccountsPayableDocumentPreRulesBasegetDocumentName in class AccountsPayableDocumentPreRulesBaseAccountsPayableDocumentPreRulesBase.getDocumentName()public String createInvoiceNoMatchQuestionText(AccountsPayableDocument accountsPayableDocument)
AccountsPayableDocumentPreRulesBasecreateInvoiceNoMatchQuestionText in class AccountsPayableDocumentPreRulesBaseaccountsPayableDocument - - to be used by overriding method.AccountsPayableDocumentPreRulesBase.createInvoiceNoMatchQuestionText(org.kuali.ole.module.purap.document.AccountsPayableDocument)protected boolean checkCAMSWarningStatus(PurchasingAccountsPayableDocument purapDocument)
checkCAMSWarningStatus in class PurapDocumentPreRulesBaseprotected boolean validateInvoiceTotalsAreMismatched(AccountsPayableDocument accountsPayableDocument)
validateInvoiceTotalsAreMismatched in class AccountsPayableDocumentPreRulesBaseaccountsPayableDocument - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.