org.palo.api.impl.subsets2.filters.info
Class SortingFilterInfo

java.lang.Object
  extended by org.palo.api.impl.subsets2.filters.info.SortingFilterInfo

Deprecated. PLEASE DO NOT USE!! SUBJECT TO CHANGE!!

public class SortingFilterInfo
extends java.lang.Object

SortingFilterInfo TODO DOCUMENT ME

Version:
$Id: SortingFilterInfo.html,v 1.1 2007/10/29 13:51:19 ArndHouben Exp $

Field Summary
static int HIERARCHICAL_MODE_DISABLED
          Deprecated.  
static int HIERARCHICAL_MODE_HIDE_CHILDREN
          Deprecated.  
static int HIERARCHICAL_MODE_SHOW_CHILDREN
          Deprecated.  
static int ORDER_MODE_REVERSE_DISABLED
          Deprecated.  
static int ORDER_MODE_REVERSE_PER_LEVEL
          Deprecated.  
static int ORDER_MODE_REVERSE_TOTAL
          Deprecated.  
static int SORT_CRITERIA_ALIAS
          Deprecated.  
static int SORT_CRITERIA_DEFINITION
          Deprecated.  
static int SORT_CRITERIA_LEXICAL
          Deprecated.  
static int SORT_CRITERIA_NUMERIC
          Deprecated.  
static int SORT_TYPE_CONSOLIDATIONS_ONLY
          Deprecated.  
static int SORT_TYPE_DISABLED
          Deprecated.  
static int SORT_TYPE_LEAFS_ONLY
          Deprecated.  
 
Constructor Summary
SortingFilterInfo()
          Deprecated.  
 
Method Summary
 boolean doHierarchicalSort()
          Deprecated.  
 boolean doReverseOrder()
          Deprecated.  
 boolean doSortByAttribute()
          Deprecated.  
 boolean doSortByType()
          Deprecated.  
 boolean doSortPerLevel()
          Deprecated.  
 int getHierarchicalMode()
          Deprecated.  
 int getOrderMode()
          Deprecated.  
 java.lang.String getSortAttribute()
          Deprecated.  
 int getSortCriteria()
          Deprecated.  
 java.lang.String getSortLevelElement()
          Deprecated.  
 int getSortTypeMode()
          Deprecated.  
 void reset()
          Deprecated.  
 void setHierarchicalMode(int hierarchicalMode)
          Deprecated.  
 void setOrderMode(int orderMode)
          Deprecated.  
 void setSortAttribute(java.lang.String sortAttribute)
          Deprecated.  
 void setSortCriteria(int sortCriteria)
          Deprecated.  
 void setSortLevelElement(java.lang.String sortLevelElementId)
          Deprecated.  
 void setSortTypeMode(int sortTypeMode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIERARCHICAL_MODE_DISABLED

public static final int HIERARCHICAL_MODE_DISABLED
Deprecated. 
See Also:
Constant Field Values

HIERARCHICAL_MODE_SHOW_CHILDREN

public static final int HIERARCHICAL_MODE_SHOW_CHILDREN
Deprecated. 
See Also:
Constant Field Values

HIERARCHICAL_MODE_HIDE_CHILDREN

public static final int HIERARCHICAL_MODE_HIDE_CHILDREN
Deprecated. 
See Also:
Constant Field Values

SORT_TYPE_DISABLED

public static final int SORT_TYPE_DISABLED
Deprecated. 
See Also:
Constant Field Values

SORT_TYPE_LEAFS_ONLY

public static final int SORT_TYPE_LEAFS_ONLY
Deprecated. 
See Also:
Constant Field Values

SORT_TYPE_CONSOLIDATIONS_ONLY

public static final int SORT_TYPE_CONSOLIDATIONS_ONLY
Deprecated. 
See Also:
Constant Field Values

ORDER_MODE_REVERSE_DISABLED

public static final int ORDER_MODE_REVERSE_DISABLED
Deprecated. 
See Also:
Constant Field Values

ORDER_MODE_REVERSE_TOTAL

public static final int ORDER_MODE_REVERSE_TOTAL
Deprecated. 
See Also:
Constant Field Values

ORDER_MODE_REVERSE_PER_LEVEL

public static final int ORDER_MODE_REVERSE_PER_LEVEL
Deprecated. 
See Also:
Constant Field Values

SORT_CRITERIA_DEFINITION

public static final int SORT_CRITERIA_DEFINITION
Deprecated. 
See Also:
Constant Field Values

SORT_CRITERIA_NUMERIC

public static final int SORT_CRITERIA_NUMERIC
Deprecated. 
See Also:
Constant Field Values

SORT_CRITERIA_LEXICAL

public static final int SORT_CRITERIA_LEXICAL
Deprecated. 
See Also:
Constant Field Values

SORT_CRITERIA_ALIAS

public static final int SORT_CRITERIA_ALIAS
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SortingFilterInfo

public SortingFilterInfo()
Deprecated. 
Method Detail

getSortCriteria

public final int getSortCriteria()
Deprecated. 

setSortCriteria

public final void setSortCriteria(int sortCriteria)
Deprecated. 

doReverseOrder

public final boolean doReverseOrder()
Deprecated. 

getOrderMode

public final int getOrderMode()
Deprecated. 

setOrderMode

public final void setOrderMode(int orderMode)
Deprecated. 

doSortByType

public final boolean doSortByType()
Deprecated. 

getSortTypeMode

public final int getSortTypeMode()
Deprecated. 

setSortTypeMode

public final void setSortTypeMode(int sortTypeMode)
Deprecated. 

doHierarchicalSort

public final boolean doHierarchicalSort()
Deprecated. 

getHierarchicalMode

public final int getHierarchicalMode()
Deprecated. 

setHierarchicalMode

public final void setHierarchicalMode(int hierarchicalMode)
Deprecated. 

doSortPerLevel

public final boolean doSortPerLevel()
Deprecated. 

getSortLevelElement

public final java.lang.String getSortLevelElement()
Deprecated. 

setSortLevelElement

public final void setSortLevelElement(java.lang.String sortLevelElementId)
Deprecated. 

doSortByAttribute

public final boolean doSortByAttribute()
Deprecated. 

getSortAttribute

public final java.lang.String getSortAttribute()
Deprecated. 

setSortAttribute

public final void setSortAttribute(java.lang.String sortAttribute)
Deprecated. 

reset

public final void reset()
Deprecated.