Uses of Class
org.kuali.rice.krad.rules.rule.event.AddCollectionLineEvent
Packages that use AddCollectionLineEvent
-
Uses of AddCollectionLineEvent in org.kuali.rice.krad.rules
Methods in org.kuali.rice.krad.rules with parameters of type AddCollectionLineEventModifier and TypeMethodDescriptionbooleanDocumentRuleBase.processAddCollectionLine(AddCollectionLineEvent addEvent) Run the rules associated with adding an object to a collection.booleanMaintenanceDocumentRule.processAddCollectionLine(AddCollectionLineEvent addEvent) Runs all business rules needed prior to adding a collection to a line.booleanMaintenanceDocumentRuleBase.processAddCollectionLine(AddCollectionLineEvent addEvent) Run the rules associated with adding an object to a collection.protected booleanDocumentRuleBase.processCustomAddCollectionLineBusinessRules(AddCollectionLineEvent addEvent) This method should be overridden to provide custom rules for processing adding to collections. -
Uses of AddCollectionLineEvent in org.kuali.rice.krad.rules.rule
Methods in org.kuali.rice.krad.rules.rule with parameters of type AddCollectionLineEventModifier and TypeMethodDescriptionbooleanAddCollectionLineRule.processAddCollectionLine(AddCollectionLineEvent addEvent) Run the rules associated with adding an object to a collection.