Class FilterRowProcessor
java.lang.Object
com.almis.awe.service.data.processor.FilterRowProcessor
- All Implemented Interfaces:
RowProcessor
TotalizeRowProcessor class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionProcess row listsetFilterList
(List<FilterColumn> filterList) Set filter list
-
Constructor Details
-
FilterRowProcessor
public FilterRowProcessor()
-
-
Method Details
-
setFilterList
Set filter list- Parameters:
filterList
- filter list- Returns:
- filter row processor
-
process
Process row list- Specified by:
process
in interfaceRowProcessor
- Parameters:
rowList
- row list- Returns:
- row list processed
-