| |
|
| java.lang.Object org.kuali.core.rules.PreRulesContinuationBase org.kuali.module.purap.rules.PurchaseOrderDocumentPreRules
PurchaseOrderDocumentPreRules | public class PurchaseOrderDocumentPreRules extends PreRulesContinuationBase (Code) | | Business Prerules applicable to purchase order document.
|
Method Summary | |
public boolean | doRules(Document document) Overrides the method in PreRulesContinuationBase to also invoke the confirmNotToExceedOverride if the PreRulesCheckEvent is
blank and the question matches with the OverrideNotToExceed
Parameters: document - The purchase order document upon which we're performing the prerules logic. | public boolean | validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit(PurchasingDocument purDocument) Validate that if the PurchaseOrderTotalLimit is not null then the TotalDollarAmount cannot be greater than the
PurchaseOrderTotalLimit.
Parameters: purDocument - The purchase order document to be validated. |
validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit | public boolean validateTotalDollarAmountIsLessThanPurchaseOrderTotalLimit(PurchasingDocument purDocument)(Code) | | Validate that if the PurchaseOrderTotalLimit is not null then the TotalDollarAmount cannot be greater than the
PurchaseOrderTotalLimit.
Parameters: purDocument - The purchase order document to be validated. True if the TotalDollarAmount is less than the PurchaseOrderTotalLimit. False otherwise. |
|
|
|