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.
|
confirmInvoiceNoMatchOverride
confirmFixCapitalAssetWarningConditions
public CreditMemoDocumentPreRules()
public boolean doPrompts(org.kuali.rice.krad.document.Document document)
AccountsPayableDocumentPreRulesBase
doPrompts
in class AccountsPayableDocumentPreRulesBase
org.kuali.rice.kns.rules.PromptBeforeValidationBase#doRules(org.kuali.rice.krad.document.Document)
public String getDocumentName()
AccountsPayableDocumentPreRulesBase
getDocumentName
in class AccountsPayableDocumentPreRulesBase
AccountsPayableDocumentPreRulesBase.getDocumentName()
public String createInvoiceNoMatchQuestionText(AccountsPayableDocument accountsPayableDocument)
AccountsPayableDocumentPreRulesBase
createInvoiceNoMatchQuestionText
in class AccountsPayableDocumentPreRulesBase
accountsPayableDocument
- - to be used by overriding method.AccountsPayableDocumentPreRulesBase.createInvoiceNoMatchQuestionText(org.kuali.ole.module.purap.document.AccountsPayableDocument)
protected boolean checkCAMSWarningStatus(PurchasingAccountsPayableDocument purapDocument)
checkCAMSWarningStatus
in class PurapDocumentPreRulesBase
protected boolean validateInvoiceTotalsAreMismatched(AccountsPayableDocument accountsPayableDocument)
validateInvoiceTotalsAreMismatched
in class AccountsPayableDocumentPreRulesBase
accountsPayableDocument
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.