org.kuali.rice.kns.rule
Interface AddCollectionLineRule

All Superinterfaces:
BusinessRule
All Known Implementing Classes:
GenericPermissionMaintenanceDocumentRule, MaintenanceDocumentRuleBase, ReviewResponsibilityMaintenanceDocumentRule, RoutingRuleDelegationMaintainableBusRule, RoutingRuleMaintainableBusRule

Deprecated.

@Deprecated
public interface AddCollectionLineRule
extends BusinessRule


Method Summary
 boolean processAddCollectionLineBusinessRules(MaintenanceDocument document, String collectionName, PersistableBusinessObject line)
          Deprecated. This method allows business rules to be called whenever a new object is added to a maintainable collection in the UI layer.
 

Method Detail

processAddCollectionLineBusinessRules

boolean processAddCollectionLineBusinessRules(MaintenanceDocument document,
                                              String collectionName,
                                              PersistableBusinessObject line)
Deprecated. 
This method allows business rules to be called whenever a new object is added to a maintainable collection in the UI layer.

Parameters:
document -
line -
Returns:


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