|
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.CubicSortInfo
oracle.dss.util.QDRSliceSortInfo
public class QDRSliceSortInfo
Class specifying one or more sets of measure/dimension item
sort criteria for use in the setQDRSort
API.
Field Summary | |
---|---|
protected QDRInterface |
m_qdr
|
protected int |
m_slice
|
Fields inherited from class oracle.dss.util.CubicSortInfo |
---|
m_edge, m_grouped, m_nullsFirst |
Fields inherited from class oracle.dss.util.SortInfo |
---|
ASCENDING, DESCENDING, FIRST, LAST, m_direction, m_layerName, m_parameterHelper |
Constructor Summary | |
---|---|
QDRSliceSortInfo(int edge,
QDRInterface qdr,
int direction,
boolean nullsFirst,
boolean grouped)
Constructor |
|
QDRSliceSortInfo(int edge,
QDRInterface qdr,
int slice,
int direction,
boolean nullsFirst,
boolean grouped)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
QDRInterface |
getQDR()
Get the QDR object that specify sort locations |
int |
getSlice()
|
void |
setQDR(QDRInterface qdr)
Set a QDR objects that specify measures at certain dimension items (e.g., Sales for Jan96, Tents, New York) by which to sort a dimension item. |
void |
setSlice(int slice)
|
Methods inherited from class oracle.dss.util.CubicSortInfo |
---|
getEdge, isGrouped, isNullsFirst, setEdge, setGrouped, setNullsFirst |
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 QDRInterface m_qdr
protected int m_slice
Constructor Detail |
---|
public QDRSliceSortInfo(int edge, QDRInterface qdr, int direction, boolean nullsFirst, boolean grouped)
edge
- cubic edge to sort (row or column). The innermost layer of the edge is sortedqdr
- QDR object by which to sort.direction
- sort ascending or descendingnullsFirst
- should all null values be sorted first or last?grouped
- should values be sorted within their outer layer values, or should the entire edge
be sorted as sets of tuples?public QDRSliceSortInfo(int edge, QDRInterface qdr, int slice, int direction, boolean nullsFirst, boolean grouped)
edge
- cubic edge to sort (row or column). The innermost layer of the edge is sortedqdr
- QDR object by which to sort.slice
- optional slice indicator (performance)direction
- sort ascending or descendingnullsFirst
- should all null values be sorted first or last?grouped
- should values be sorted within their outer layer values, or should the entire edge
be sorted as sets of tuples?Method Detail |
---|
public void setQDR(QDRInterface qdr)
qdr
- QDR object by which to sort.public QDRInterface getQDR()
public void setSlice(int slice)
public int getSlice()
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 |