Package org.openxava.filters
Interface IFilter
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IRequestFilter
- All Known Implementing Classes:
BaseContextFilter,CollectionInViewBaseFilter,CollectionInViewFilter,CollectionWithConditionInViewFilter,CompositeFilter,DateRangeFilter,DateToSqlDateFilter,TotalLikeFilter,UserFilter,VoidFilter,YearToDateRangeFilter
To filter the parameters value sent to searchs.
Used in tabs (list mode) and in descriptions list.
- Author:
- Javier Paniza
-
Method Summary
-
Method Details
-
filter
- Parameters:
o- Argument to filter. A object.- Returns:
- Argument filtered. Can be a object array.
- Throws:
FilterException- Any problem.
-