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

All Superinterfaces:
org.squashtest.tm.core.foundation.collection.Paging

Deprecated. use PagingAndSorting instead

public interface CollectionSorting
extends org.squashtest.tm.core.foundation.collection.Paging

Defines sorting parameters to apply when querying for a collection.

Author:
Gregory Fouquet

Method Summary
 String getSortedAttribute()
          Deprecated. Sorting information : which column should be sorted
 String getSortingOrder()
          Deprecated. Sorting information : which order
 
Methods inherited from interface org.squashtest.tm.core.foundation.collection.Paging
getFirstItemIndex, getPageSize, shouldDisplayAll
 

Method Detail

getSortedAttribute

String getSortedAttribute()
Deprecated. 
Sorting information : which column should be sorted

Returns:

getSortingOrder

String getSortingOrder()
Deprecated. 
Sorting information : which order

Returns:


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.