| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.SortInfo
public abstract class SortInfo
Base class for the sorting information data structures.
| Field Summary | |
|---|---|
static int | 
ASCENDING
A sort direction that specifies sorting in ascending order.  | 
static int | 
DESCENDING
A sort direction that specifies sorting in descending order.  | 
static int | 
FIRST
A constant for slice based sorts indicating that the opposite edge should be sorted based on the first slice in the data body.  | 
static int | 
LAST
A constant for slice based sorts indicating that the opposite edge should be sorted based on the last slice in the data body.  | 
protected  int[] | 
m_direction
 | 
protected  java.lang.String | 
m_layerName
 | 
protected  oracle.dss.util.parameters.ParameterUserHelper | 
m_parameterHelper
 | 
| Constructor Summary | |
|---|---|
SortInfo()
Constructor  | 
|
SortInfo(java.lang.String layerName,
         int[] direction)
Constructor  | 
|
| Method Summary | |
|---|---|
 void | 
associateParameter(java.lang.Object field,
                   oracle.dss.util.parameters.Parameter parameter)
 | 
 boolean | 
equals(java.lang.Object obj)
 | 
 java.lang.String | 
getAssociatedParameterName(java.lang.Object field)
 | 
 int[] | 
getDirection()
Get the array of direction constants that specify the sort direction of dimension items.  | 
 java.lang.String | 
getLayerName()
Get the name of the layer to which these sort criteria apply.  | 
 java.lang.String[] | 
getParameterNames()
 | 
 void | 
parameterize(oracle.dss.util.parameters.ParameterManager pm)
 | 
 void | 
setDirection(int[] direction)
Set one or more direction constants that specify the sort direction of each corresponding sort criterion.  | 
 void | 
setLayerName(java.lang.String layerName)
Set the layer name to which these sort crtieria apply.  | 
 boolean | 
usesParameter(oracle.dss.util.parameters.Parameter parameter)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected int[] m_direction
protected java.lang.String m_layerName
protected oracle.dss.util.parameters.ParameterUserHelper m_parameterHelper
public static final int ASCENDING
public static final int DESCENDING
public static final int FIRST
public static final int LAST
| Constructor Detail | 
|---|
public SortInfo()
public SortInfo(java.lang.String layerName,
                int[] direction)
layerName - name of the layer to which these sort criteria applydirection - Array of QDR objects by which to sort.| Method Detail | 
|---|
public void setLayerName(java.lang.String layerName)
layerName - name of the layer to which these sort criteria applypublic java.lang.String getLayerName()
public void setDirection(int[] direction)
direction - Array of QDR objects by which to sort.public int[] getDirection()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean usesParameter(oracle.dss.util.parameters.Parameter parameter)
usesParameter in interface oracle.dss.util.parameters.ParameterUserpublic java.lang.String[] getParameterNames()
getParameterNames in interface oracle.dss.util.parameters.ParameterUser
public void associateParameter(java.lang.Object field,
                               oracle.dss.util.parameters.Parameter parameter)
associateParameter in interface oracle.dss.util.parameters.ParameterUserpublic java.lang.String getAssociatedParameterName(java.lang.Object field)
getAssociatedParameterName in interface oracle.dss.util.parameters.ParameterUserpublic void parameterize(oracle.dss.util.parameters.ParameterManager pm)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||