Interface AddCollectionLineRule

All Superinterfaces:
BusinessRule
All Known Implementing Classes:
DocumentRuleBase, MaintenanceDocumentRuleBase, TransactionalDocumentRuleBase

public interface AddCollectionLineRule extends BusinessRule
Defines a rule which gets invoked immediately before an object is added to a collection.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • processAddCollectionLine

      boolean processAddCollectionLine(AddCollectionLineEvent addEvent)
      Run the rules associated with adding an object to a collection.
      Parameters:
      addEvent - the event containing all of the object necessary to run the rules
      Returns:
      true if validation succeeds, false otherwise