Package org.openxava.filters
Class CollectionWithConditionInViewFilter
- java.lang.Object
-
- org.openxava.filters.CollectionInViewBaseFilter
-
- org.openxava.filters.CollectionWithConditionInViewFilter
-
- All Implemented Interfaces:
java.io.Serializable,IFilter
public class CollectionWithConditionInViewFilter extends CollectionInViewBaseFilter
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionWithConditionInViewFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectiongetConditionArgumentsPropertyNames()protected java.util.CollectiongetKeyValues()Values to add as key at the begin of arguments for filtering.voidsetConditionArgumentsPropertyNames(java.util.Collection conditionArgumentsPropertyNames)-
Methods inherited from class org.openxava.filters.CollectionInViewBaseFilter
filter, getView, setView
-
-
-
-
Method Detail
-
getKeyValues
protected java.util.Collection getKeyValues() throws XavaExceptionDescription copied from class:CollectionInViewBaseFilterValues to add as key at the begin of arguments for filtering.- Specified by:
getKeyValuesin classCollectionInViewBaseFilter- Throws:
XavaException
-
getConditionArgumentsPropertyNames
public java.util.Collection getConditionArgumentsPropertyNames()
-
setConditionArgumentsPropertyNames
public void setConditionArgumentsPropertyNames(java.util.Collection conditionArgumentsPropertyNames)
-
-