com.adobe.livecycle.contentservices.client
Interface SortField

All Superinterfaces:
java.io.Serializable

public interface SortField
extends java.io.Serializable

A SortField object is used to sort search results.


Method Summary
 java.lang.String getSortFieldName()
          Returns the field name where the sort is applied.
 boolean isAscending()
          Returns a Boolean value that specifies if the sort order is ascending.
 void setAscending(boolean isAscending)
          Sets the sort order.
 void setSortFieldName(java.lang.String sortFieldName)
          Sets the field name where the sort is applied.
 

Method Detail

isAscending

boolean isAscending()
Returns a Boolean value that specifies if the sort order is ascending.

Returns:
A Boolean value that specifies if the sort order is ascending.

setAscending

void setAscending(boolean isAscending)
Sets the sort order. fies if the sort is ascending.A value of true sets the sort order to ascending.

Parameters:
isAscending - A Boolean value that sets the sort order.

getSortFieldName

java.lang.String getSortFieldName()
Returns the field name where the sort is applied.

Returns:
A string value that specifies the field name.

setSortFieldName

void setSortFieldName(java.lang.String sortFieldName)
Sets the field name where the sort is applied.

Parameters:
sortFieldName - A string value that specifies the field name.


[an error occurred while processing this directive] [an error occurred while processing this directive]