org.zeroexchange.data
Interface SlicingDataSet<T>

All Superinterfaces:
DataSet<T>, Iterable<T>
All Known Subinterfaces:
ProcessorAwareDataSet<T>
All Known Implementing Classes:
CriteriaDataSet, EmptyDataSet, ProcessorsCriteriaDataSet, ResourceTenderDAOImpl.TendersDataSet

public interface SlicingDataSet<T>
extends DataSet<T>

Author:
black

Method Summary
 void setCount(long count)
          Sets the max size of fetching fragment.
 void setStart(long start)
          Sets the start index.
 
Methods inherited from interface org.zeroexchange.data.DataSet
getItemClass, getTotalCount
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

setStart

void setStart(long start)
Sets the start index.


setCount

void setCount(long count)
Sets the max size of fetching fragment.



Copyright © 2013. All Rights Reserved.