org.kuali.kfs.sys.document.validation
Interface AccountingRuleEngineRule

All Known Implementing Classes:
AccessSecurityAccountingDocumentRuleBase, AccountingRuleEngineRuleBase

public interface AccountingRuleEngineRule

A declaration of methods needed to validate an accounting document based on a given event


Method Summary
 boolean validateForEvent(AttributedDocumentEvent event)
          Validates a particular event
 

Method Detail

validateForEvent

boolean validateForEvent(AttributedDocumentEvent event)
Validates a particular event

Parameters:
event - the event to validate
Returns:
true if validation succeeded and the process requiring validation should continue, false if the validation failed and the process should quit


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.