|
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.adf.view.faces.bi.model.DataModel
oracle.adf.view.faces.bi.model.PivotTableModel
public class PivotTableModel
The model for a view. Concrete subclasses are specific to the view that the model serves.
In the Model-View-Controller architecture, the model is responsible for
handling the data that is displayed in a view. In the full BI Beans set,
the DataSource
is the "big" model. This model interacts
with the DataSource
, manipulating and retrieving data.
Users of a view normally do not need to call any of the methods of this
class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class oracle.adf.view.faces.bi.model.DataModel |
---|
DataModel.DataValueMap |
Field Summary |
---|
Constructor Summary | |
---|---|
PivotTableModel()
|
|
PivotTableModel(DataSource ds)
|
Method Summary | |
---|---|
DataMap |
getDataMap()
|
LayerMetadataMap |
getLayerMetadataMap(int edge)
|
MetadataMap |
getMetadataMap(int edge)
|
void |
setDataSource(DataSource ds)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PivotTableModel()
public PivotTableModel(DataSource ds)
Method Detail |
---|
public void setDataSource(DataSource ds)
setDataSource
in class DataModel
public LayerMetadataMap getLayerMetadataMap(int edge)
getLayerMetadataMap
in class DataModel
edge
- the edge for which to return the map (this argument is not
currently used)
public MetadataMap getMetadataMap(int edge)
getMetadataMap
in class DataModel
edge
- the edge for which to return the map (this argument is not
currently used)
public DataMap getDataMap()
getDataMap
in class DataModel
DataMap
.
|
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 |