Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.util
Class QDRSortInfo

java.lang.Object
  extended by oracle.dss.util.SortInfo
      extended by oracle.dss.util.QDRSortInfo
All Implemented Interfaces:
oracle.dss.util.parameters.ParameterUser

public class QDRSortInfo
extends SortInfo

Class specifying one or more sets of measure/dimension item sort criteria for use in the setQDRSort API.


Field Summary
protected  java.lang.String[] m_measure
           
protected  QDR[] m_qdr
           
 
Fields inherited from class oracle.dss.util.SortInfo
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper
 
Constructor Summary
QDRSortInfo()
          Constructor
QDRSortInfo(java.lang.String layerName, int[] direction, QDR[] qdr)
          Deprecated. As of 11.0.0.0.2, replaced by QDRSortInfo(String, int[], String[], QDR[]).
QDRSortInfo(java.lang.String layerName, int[] direction, java.lang.String[] measure, QDR[] qdr)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getMeasure()
          Retrieves the array of measures by which to sort
 QDR[] getQDR()
          Get the array of QDR objects that specify measures at certain dimension items.
 void setMeasure(java.lang.String[] measure)
          Specifies an array of measures by which to sort
 void setQDR(QDR[] qdr)
          Set one or more QDR objects that specify measures at certain dimension items (e.g., Sales for Jan96, Tents, New York) by which to sort a dimension item.
 
Methods inherited from class oracle.dss.util.SortInfo
associateParameter, getAssociatedParameterName, getDirection, getLayerName, getParameterNames, parameterize, setDirection, setLayerName, usesParameter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_qdr

protected QDR[] m_qdr
For internal use only. Application developers should not use this

m_measure

protected java.lang.String[] m_measure
For internal use only. Application developers should not use this
Constructor Detail

QDRSortInfo

public QDRSortInfo()
Constructor


QDRSortInfo

public QDRSortInfo(java.lang.String layerName,
                   int[] direction,
                   QDR[] qdr)
Deprecated. As of 11.0.0.0.2, replaced by QDRSortInfo(String, int[], String[], QDR[]).

Constructor

Parameters:
layerName - name of the layer to which these sort criteria apply
direction - Array of QDR objects by which to sort.
qdr - Array of QDR objects by which to sort.

QDRSortInfo

public QDRSortInfo(java.lang.String layerName,
                   int[] direction,
                   java.lang.String[] measure,
                   QDR[] qdr)
Constructor

Parameters:
layerName - name of the layer to which these sort criteria apply
direction - Array of QDR objects by which to sort.
measure - Array of measures by which to sort.
qdr - Array of QDR objects by which to sort.
Method Detail

setQDR

public void setQDR(QDR[] qdr)
Set one or more QDR objects that specify measures at certain dimension items (e.g., Sales for Jan96, Tents, New York) by which to sort a dimension item.

Parameters:
qdr - Array of QDR objects by which to sort.

getQDR

public QDR[] getQDR()
Get the array of QDR objects that specify measures at certain dimension items.

Returns:
Array of QDR objects.

setMeasure

public void setMeasure(java.lang.String[] measure)
Specifies an array of measures by which to sort

Parameters:
measure - The array of measures by which to sort

getMeasure

public java.lang.String[] getMeasure()
Retrieves the array of measures by which to sort

Returns:
The array of measures by which to sort

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class SortInfo

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.