Interface CollectionFilter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActiveCollectionFilter,ELCollectionFilter,MaintenanceActiveCollectionFilter
Provides filtering on collection data within a
CollectionGroup- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
-
Method Details
-
filter
Invoked to filter the collection data before the collection group is built. Note the collection should be retrieved from the model and the valid row indexes must be returned in the return list- Parameters:
view- - view instance for the collection groupmodel- - object containing the view data and from which the collection should be pulled/updatedcollectionGroup- - collection group instance containing configuration for the collection- Returns:
- the list that contains valid row indexes
-