com.raritantechnologies.verity.parametric
Interface IParametricResultSource

All Known Implementing Classes:
SortedParametricResultSource

public interface IParametricResultSource

Represents a source of parametric results (4.51 or 5.01).

Can either have a "page fetch" or "fetch all and cache" depending on sorting requirements etc.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 ParamResult[] getDocuments(int startRec, int pageSize, ParametricSearchSource pss)
           
 long getNumHits()
           
 long getNumProcessed()
           
 void setSortSpecs(java.util.List pSortSpecs, boolean descending)
           
 

Method Detail

getDocuments

public ParamResult[] getDocuments(int startRec,
                                  int pageSize,
                                  ParametricSearchSource pss)

setSortSpecs

public void setSortSpecs(java.util.List pSortSpecs,
                         boolean descending)

getNumHits

public long getNumHits()

getNumProcessed

public long getNumProcessed()