org.kuali.kfs.module.purap.document.validation
Interface ContinuePurapRule
- All Known Implementing Classes:
- BulkReceivingDocumentRule, LineItemReceivingDocumentRule
public interface ContinuePurapRule
Continue Purap Rule Interface
Defines a rule which gets invoked immediately before continuing to the next step during creation of a Transactional document.
Method Summary |
boolean |
processContinuePurapBusinessRules(org.kuali.rice.kns.document.TransactionalDocument document)
Checks the rules that are applicable to the Continue Event on a Transactional Document |
processContinuePurapBusinessRules
boolean processContinuePurapBusinessRules(org.kuali.rice.kns.document.TransactionalDocument document)
- Checks the rules that are applicable to the Continue Event on a Transactional Document
- Parameters:
document
- the document to check
- Returns:
- true if the business rules pass
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.