Class SortRowProcessor
java.lang.Object
com.almis.awe.service.data.processor.SortRowProcessor
- All Implemented Interfaces:
RowProcessor
TotalizeRowProcessor class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProcess row listsetSortList
(List<SortColumn> sortList) Set sort list
-
Constructor Details
-
SortRowProcessor
public SortRowProcessor()
-
-
Method Details
-
setSortList
Set sort list- Parameters:
sortList
- sort list- Returns:
- sort row processor
-
process
Process row list- Specified by:
process
in interfaceRowProcessor
- Parameters:
rowList
- row list- Returns:
- row list processed
-