Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.SearchQueryCriteria.SortOrder

Packages that use SearchQueryCriteria.SortOrder
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of SearchQueryCriteria.SortOrder in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return SearchQueryCriteria.SortOrder
 SearchQueryCriteria.SortOrder SearchQueryCriteria.getSortOrder()
          Returns the sort order, which will be ASCENDING for ascending sorting, or DESCENDING for descending sorting.
static SearchQueryCriteria.SortOrder SearchQueryCriteria.SortOrder.getSortOrder(int key)
          A helper method to get a specific SortOrder object from its key
static SearchQueryCriteria.SortOrder SearchQueryCriteria.SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchQueryCriteria.SortOrder[] SearchQueryCriteria.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.jivesoftware.community with parameters of type SearchQueryCriteria.SortOrder
 void SearchQueryCriteria.setSortOrder(SearchQueryCriteria.SortOrder sortOrder)
          Sets the sort type.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.