org.lexgrid.loader.processor
Class HighestRankingListProcessor<I,O>

java.lang.Object
  extended by 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

Constructor Summary
HighestRankingListProcessor()
           
 
Method Summary
 SortingListProcessor<I,O> getSortingListProcessor()
          Gets the sorting list processor.
 O process(java.util.List<I> items)
           
 void setSortingListProcessor(SortingListProcessor<I,O> sortingListProcessor)
          Sets the sorting list processor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighestRankingListProcessor

public HighestRankingListProcessor()
Method Detail

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

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.