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

All Superinterfaces:
CollectionFilter, org.squashtest.csp.core.infrastructure.collection.Paging

public interface CollectionSorting
extends CollectionFilter

Defines sorting parameters to apply when querying for a collection.

Author:
Gregory Fouquet

Method Summary
 String getSortedAttribute()
          Sorting information : which column should be sorted
 String getSortingOrder()
          Sorting information : which order
 
Methods inherited from interface org.squashtest.csp.tm.infrastructure.filter.CollectionFilter
getFirstItemIndex, getMaxNumberOfItems
 
Methods inherited from interface org.squashtest.csp.core.infrastructure.collection.Paging
getPageSize
 

Method Detail

getSortedAttribute

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

Returns:

getSortingOrder

String getSortingOrder()
Sorting information : which order

Returns:


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