public interface CollectionFilter extends Serializable
CollectionGroup| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
filter(View view,
Object model,
CollectionGroup collectionGroup)
Invoked to filter the collection data before the collection group is
built.
|
List<Integer> filter(View view, Object model, CollectionGroup collectionGroup)
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 collectionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.