Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Interface ISearchFilterSort

All Superinterfaces:
ISearchFilter, Serializable
All Known Implementing Classes:
SearchFilterSort

public interface ISearchFilterSort
extends ISearchFilter

The Interface ISearchFilterSort. Defines sorting parameters for the search criteria.


Method Summary
 String getSelectedSort()
          Gets the selected sort.
 void setSelectedSort(String selectedSort)
          Sets the selected sort.
 
Methods inherited from interface com.esri.gpt.catalog.search.ISearchFilter
getParams, isEquals, reset, setParams, validate
 

Method Detail

getSelectedSort

String getSelectedSort()
Gets the selected sort.

Returns:
the selected sort

setSelectedSort

void setSelectedSort(String selectedSort)
Sets the selected sort.

Parameters:
selectedSort - the new selected sort

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.