Skip navigation links


com.fatwire.cs.core.search.query
Interface SortOrder

All Known Implementing Classes:
SortOrderImpl

public interface SortOrder

SortOrder represents a sorting order condition that one can specify for query. The SortOrder contains a name of the filed that will be sorted on, the ordering of the sorting and the Locale will be sued in sorting


Method Summary
 boolean getAse()
          Gets whether sort according to ascending or descending order
 java.lang.String getFieldName()
          Gets the field name on which the SortOrder would be for
 java.util.Locale getLocale()
          Gets Locale that the sorting would be using

 

Method Detail

getFieldName

java.lang.String getFieldName()
Gets the field name on which the SortOrder would be for
Returns:
the String field name

getAse

boolean getAse()
Gets whether sort according to ascending or descending order
Returns:
true indicates it is ascending order; false indicates it is descending order

getLocale

java.util.Locale getLocale()
Gets Locale that the sorting would be using
Returns:
the Locate that the sorting would be using

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.