Package org.openxava.filters
Class CollectionInViewBaseFilter
- java.lang.Object
-
- org.openxava.filters.CollectionInViewBaseFilter
-
- All Implemented Interfaces:
java.io.Serializable
,IFilter
- Direct Known Subclasses:
CollectionInViewFilter
,CollectionWithConditionInViewFilter
public abstract class CollectionInViewBaseFilter extends java.lang.Object implements IFilter
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionInViewBaseFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object
filter(java.lang.Object o)
protected abstract java.util.Collection
getKeyValues()
Values to add as key at the begin of arguments for filtering.View
getView()
void
setView(View view)
-
-
-
Method Detail
-
filter
public java.lang.Object filter(java.lang.Object o) throws FilterException
- Specified by:
filter
in interfaceIFilter
- Parameters:
o
- Argument to filter. A object.- Returns:
- Argument filtered. Can be a object array.
- Throws:
FilterException
- Any problem.
-
getKeyValues
protected abstract java.util.Collection getKeyValues() throws XavaException
Values to add as key at the begin of arguments for filtering.- Throws:
XavaException
-
getView
public View getView()
-
setView
public void setView(View view)
-
-