org.squashtest.csp.tm.infrastructure.filter
Interface CollectionFilter

All Superinterfaces:
org.squashtest.csp.core.infrastructure.collection.Paging
All Known Subinterfaces:
CollectionSorting

Deprecated. use Paging instead

public interface CollectionFilter
extends org.squashtest.csp.core.infrastructure.collection.Paging

Defines a filter to apply when querying for a collection. Consider using the Paging api define in core module instead.

Author:
Gregory Fouquet

Method Summary
 int getFirstItemIndex()
          Deprecated. The 0-based index of the first returned item.
 int getMaxNumberOfItems()
          Deprecated. The max number of items in the returned collection.
 
Methods inherited from interface org.squashtest.csp.core.infrastructure.collection.Paging
getPageSize
 

Method Detail

getFirstItemIndex

int getFirstItemIndex()
Deprecated. 
The 0-based index of the first returned item.

Specified by:
getFirstItemIndex in interface org.squashtest.csp.core.infrastructure.collection.Paging
Returns:

getMaxNumberOfItems

int getMaxNumberOfItems()
Deprecated. 
The max number of items in the returned collection.

Returns:


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.