org.lexgrid.loader.processor
Class HighestRankingListProcessor<I,O>
java.lang.Object
org.lexgrid.loader.processor.HighestRankingListProcessor<I,O>
- All Implemented Interfaces:
- org.springframework.batch.item.ItemProcessor<java.util.List<I>,O>
- Direct Known Subclasses:
- MrconsoGroupEntityProcessor
public class HighestRankingListProcessor<I,O>
- extends java.lang.Object
- implements org.springframework.batch.item.ItemProcessor<java.util.List<I>,O>
The Class HighestRankingListProcessor.
- Author:
- Kevin Peterson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HighestRankingListProcessor
public HighestRankingListProcessor()
process
public O process(java.util.List<I> items)
throws java.lang.Exception
- Specified by:
process
in interface org.springframework.batch.item.ItemProcessor<java.util.List<I>,O>
- Throws:
java.lang.Exception
getSortingListProcessor
public SortingListProcessor<I,O> getSortingListProcessor()
- Gets the sorting list processor.
- Returns:
- the sorting list processor
setSortingListProcessor
public void setSortingListProcessor(SortingListProcessor<I,O> sortingListProcessor)
- Sets the sorting list processor.
- Parameters:
sortingListProcessor
- the sorting list processor