|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.util.SortInfo
oracle.dss.util.QDRSortInfo
public class QDRSortInfo
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 |
---|
protected QDR[] m_qdr
protected java.lang.String[] m_measure
Constructor Detail |
---|
public QDRSortInfo()
public QDRSortInfo(java.lang.String layerName, int[] direction, QDR[] qdr)
QDRSortInfo(String, int[], String[], QDR[])
.
layerName
- name of the layer to which these sort criteria applydirection
- Array of QDR objects by which to sort.qdr
- Array of QDR objects by which to sort.public QDRSortInfo(java.lang.String layerName, int[] direction, java.lang.String[] measure, QDR[] qdr)
layerName
- name of the layer to which these sort criteria applydirection
- 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 |
---|
public void setQDR(QDR[] qdr)
qdr
- Array of QDR objects by which to sort.public QDR[] getQDR()
public void setMeasure(java.lang.String[] measure)
measure
- The array of measures by which to sortpublic java.lang.String[] getMeasure()
public boolean equals(java.lang.Object obj)
equals
in class SortInfo
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |