com.raritantechnologies.verity.parametric
Class SortedParametricResultSource

java.lang.Object
  extended bycom.raritantechnologies.verity.parametric.SortedParametricResultSource
All Implemented Interfaces:
IParametricResultSource

public class SortedParametricResultSource
extends java.lang.Object
implements IParametricResultSource


Constructor Summary
SortedParametricResultSource(ParametricResult paramRes)
           
 
Method Summary
 ParamResult[] getDocuments(int startRec, int pageSize, ParametricSearchSource pss)
           
 long getNumHits()
           
 long getNumProcessed()
           
 void setSortSpecs(java.util.List pSortSpecs, boolean descending)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedParametricResultSource

public SortedParametricResultSource(ParametricResult paramRes)
Method Detail

getDocuments

public ParamResult[] getDocuments(int startRec,
                                  int pageSize,
                                  ParametricSearchSource pss)
Specified by:
getDocuments in interface IParametricResultSource

setSortSpecs

public void setSortSpecs(java.util.List pSortSpecs,
                         boolean descending)
Specified by:
setSortSpecs in interface IParametricResultSource

getNumHits

public long getNumHits()
Specified by:
getNumHits in interface IParametricResultSource

getNumProcessed

public long getNumProcessed()
Specified by:
getNumProcessed in interface IParametricResultSource