|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OLAPDataSetInterface | |
---|---|
com.sas.actionprovider.util.olap | |
com.sas.commands.dataselectors | |
com.sas.dataselectors.exceptionhighlighting | |
com.sas.dataselectors.filters | Provides adapter components used to convert native models to models which can then be used with filter components. |
com.sas.dataselectors.find | |
com.sas.dataselectors.sort | Provides adapter components used to convert native models to models which can then be used with sort selector components. |
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
com.sas.graphics.components.barchart | Bar Chart component and its related models. |
com.sas.graphics.components.barlinechart | BarLine Chart component and its related models. |
com.sas.graphics.components.esrimap | |
com.sas.graphics.components.linechart | Line Chart component and its related models. |
com.sas.graphics.components.lineplot | Line Plot component and its related models. |
com.sas.graphics.components.piechart | Pie Chart component and its related models. |
com.sas.graphics.components.radarchart | Radar Chart component and its related models. |
com.sas.graphics.components.scatterplot | Scatter Plot component and its related models. |
com.sas.graphics.components.tilechart | Tile Chart component and its related models. |
com.sas.graphics.components.waterfallchart | Waterfall Chart component and its related models. |
com.sas.servlet.tbeans.dataselectors.html | Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. |
com.sas.servlet.tbeans.olapgraphics.html | Provides classes for generating different OLAP chart objects. |
com.sas.servlet.tbeans.olaptableview | Provides classes and interfaces for viewing OLAP Data. |
com.sas.servlet.tbeans.olaptableview.html | Provides classes and interfaces for Creating an HTML table representing an OLAPTable. |
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.embedded | Provides a set of classes for building an in memory multidimensional Result Set. |
com.sas.swing.models | Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. |
com.sas.swing.visuals.olaptableview | Provides a set of swing classes for viewing and manipulating OLAP data. |
Uses of OLAPDataSetInterface in com.sas.actionprovider.util.olap |
---|
Methods in com.sas.actionprovider.util.olap with parameters of type OLAPDataSetInterface | |
---|---|
static java.util.List |
OLAPActionProviderUtil.getAncestorAxisHeaders(java.lang.String uniqueLvlName,
OLAPDataSetInterface model)
|
static int |
OLAPActionProviderUtil.getIndexOnAxis(java.lang.String uniqueLevelName,
OLAPDataSetInterface model)
|
static int |
OLAPActionProviderUtil.getIndexOnAxis(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis)
|
static AxisInterface |
OLAPActionProviderUtil.getLevelAxis(OLAPDataSetInterface model,
java.lang.String uniqueLevelName)
|
static int |
OLAPActionProviderUtil.getLevelDepth(java.lang.String uniqueLvlName,
OLAPDataSetInterface model)
|
static boolean |
OLAPActionProviderUtil.isMeasure(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis)
|
static boolean |
OLAPActionProviderUtil.isMeasure(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis,
Filter metadataFilter)
|
static boolean |
OLAPActionProviderUtil.isMeasure(TupleElementInterface tupleElement,
OLAPDataSetInterface model,
AxisInterface axis)
|
static boolean |
OLAPActionProviderUtil.isMeasure(TupleElementInterface tupleElement,
OLAPDataSetInterface model,
AxisInterface axis,
Filter metadataFilter)
|
Uses of OLAPDataSetInterface in com.sas.commands.dataselectors |
---|
Methods in com.sas.commands.dataselectors with parameters of type OLAPDataSetInterface | |
---|---|
protected FindSelectorInterface |
FindSelectorCommand.createAdapter(OLAPDataSetInterface ods)
|
Uses of OLAPDataSetInterface in com.sas.dataselectors.exceptionhighlighting |
---|
Fields in com.sas.dataselectors.exceptionhighlighting declared as OLAPDataSetInterface | |
---|---|
protected OLAPDataSetInterface |
OLAPExceptionHighlightingSelectorBQAdapter.odsi
|
Methods in com.sas.dataselectors.exceptionhighlighting that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPExceptionHighlightingSelectorBQAdapter.getOLAPDataSetInterface()
|
Methods in com.sas.dataselectors.exceptionhighlighting with parameters of type OLAPDataSetInterface | |
---|---|
static ExceptionHighlightingSelectorInterface |
ExceptionHighlightingSelectorAdapterFactory.getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model,
OLAPDataSetInterface odsi)
Returns an instance of ExceptionHighlightingSelectorInterface . |
static ExceptionHighlightingSelectorInterface |
ExceptionHighlightingSelectorAdapterFactory.getOLAPChartAdapter(com.sas.iquery.metadata.business.BusinessQuery model,
OLAPDataSetInterface odsi)
Returns an instance of ExceptionHighlightingSelectorInterface . |
void |
OLAPExceptionHighlightingSelectorBQAdapter.setOLAPDataSetInterface(OLAPDataSetInterface odsi)
|
Uses of OLAPDataSetInterface in com.sas.dataselectors.filters |
---|
Methods in com.sas.dataselectors.filters with parameters of type OLAPDataSetInterface | |
---|---|
java.util.Map |
BaseFilterObjectFactory.getLevelProperties(OLAPDataSetInterface model,
com.sas.iquery.metadata.business.DataItem di)
|
Uses of OLAPDataSetInterface in com.sas.dataselectors.find |
---|
Fields in com.sas.dataselectors.find declared as OLAPDataSetInterface | |
---|---|
protected OLAPDataSetInterface |
OLAPFindSelectorAdapter.tableModel
|
Methods in com.sas.dataselectors.find that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPFindSelectorAdapter.getTableModel()
Get the viewer model |
Methods in com.sas.dataselectors.find with parameters of type OLAPDataSetInterface | |
---|---|
void |
OLAPFindSelectorAdapter.setTableModel(OLAPDataSetInterface interface1)
Set the viewer model |
Constructors in com.sas.dataselectors.find with parameters of type OLAPDataSetInterface | |
---|---|
OLAPFindSelectorAdapter(OLAPDataSetInterface model)
|
Uses of OLAPDataSetInterface in com.sas.dataselectors.sort |
---|
Methods in com.sas.dataselectors.sort with parameters of type OLAPDataSetInterface | |
---|---|
static OLAPSortSelectorInterface |
OLAPSortSelectorModelFactory.getAdapter(OLAPDataSetInterface model)
Returns a new adapter for the given data model. |
static java.lang.String |
OLAPSortSelectorModelFactory.getDisplayedName(java.lang.String uniqueName,
OLAPDataSetInterface model)
|
Uses of OLAPDataSetInterface in com.sas.graphics.components |
---|
Classes in com.sas.graphics.components that implement OLAPDataSetInterface | |
---|---|
class |
GraphOLAPDataSet
A class for sharing setup work between graph olap viewers that are sharing a single olap model. |
Methods in com.sas.graphics.components that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
GraphOLAPDataSet.getDelegateModel()
Get the delegate model. |
Methods in com.sas.graphics.components with parameters of type OLAPDataSetInterface | |
---|---|
static java.lang.Object |
GraphOLAPDataSet.getGraphInfo(OLAPDataSetInterface olap)
Get olap graph information given an OLAPDataSetInterface. |
void |
GraphOLAPDataSet.setDelegateModel(OLAPDataSetInterface olapDataSet)
Set the delegate model. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.barchart |
---|
Methods in com.sas.graphics.components.barchart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
BarChartOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.barchart with parameters of type OLAPDataSetInterface | |
---|---|
void |
BarChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.barchart with parameters of type OLAPDataSetInterface | |
---|---|
BarChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a BarChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a BarChart . |
|
BarChartOLAPDataModel(OLAPDataSetInterface newModel,
boolean newSubgroupEnabled)
Constructs a BarChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a BarChart with a flag to indicate whether or not subgrouped bars are desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.barlinechart |
---|
Methods in com.sas.graphics.components.barlinechart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
BarLineChartOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.barlinechart with parameters of type OLAPDataSetInterface | |
---|---|
void |
BarLineChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.barlinechart with parameters of type OLAPDataSetInterface | |
---|---|
BarLineChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a BarLineChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a BarLineChart . |
|
BarLineChartOLAPDataModel(OLAPDataSetInterface newModel,
boolean newSubgroupEnabled)
Constructs a BarLineChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a BarLineChart with a flag to indicate whether or not subgrouped bars are desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.esrimap |
---|
Methods in com.sas.graphics.components.esrimap that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
ESRIMapOLAPDataModel.getModel()
Returns the OLAP data referred to by this class. |
Methods in com.sas.graphics.components.esrimap with parameters of type OLAPDataSetInterface | |
---|---|
void |
ESRIMapOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Sets the OLAP data referred to by this class. |
Constructors in com.sas.graphics.components.esrimap with parameters of type OLAPDataSetInterface | |
---|---|
ESRIMapOLAPDataModel(OLAPDataSetInterface newModel)
Creates a new instance of this class, and sets the model to the specified OLAP data. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.linechart |
---|
Methods in com.sas.graphics.components.linechart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
LineChartOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.linechart with parameters of type OLAPDataSetInterface | |
---|---|
void |
LineChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.linechart with parameters of type OLAPDataSetInterface | |
---|---|
LineChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a LineChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a LineChart . |
|
LineChartOLAPDataModel(OLAPDataSetInterface newModel,
boolean newSubgroupEnabled)
Constructs a LineChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a LineChart with a flag to indicate whether or not subgrouped lines are desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.lineplot |
---|
Methods in com.sas.graphics.components.lineplot that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
LinePlotOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.lineplot with parameters of type OLAPDataSetInterface | |
---|---|
void |
LinePlotOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.lineplot with parameters of type OLAPDataSetInterface | |
---|---|
LinePlotOLAPDataModel(OLAPDataSetInterface newModel)
Constructor with a data model. |
|
LinePlotOLAPDataModel(OLAPDataSetInterface newModel,
boolean newGroupEnabled)
Constructs a LinePlotOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a LineChart with a flag to indicate whether or not grouping is desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.piechart |
---|
Methods in com.sas.graphics.components.piechart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
PieChartOLAPDataModel.getModel()
Get the OLAP data source. |
Methods in com.sas.graphics.components.piechart with parameters of type OLAPDataSetInterface | |
---|---|
void |
PieChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.piechart with parameters of type OLAPDataSetInterface | |
---|---|
PieChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a PieChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a PieChart . |
|
PieChartOLAPDataModel(OLAPDataSetInterface newModel,
boolean newSubgroupEnabled)
Constructs a PieChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a PieChart . |
Uses of OLAPDataSetInterface in com.sas.graphics.components.radarchart |
---|
Methods in com.sas.graphics.components.radarchart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
RadarChartOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.radarchart with parameters of type OLAPDataSetInterface | |
---|---|
void |
RadarChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.radarchart with parameters of type OLAPDataSetInterface | |
---|---|
RadarChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a RadarChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a RadarChart . |
|
RadarChartOLAPDataModel(OLAPDataSetInterface newModel,
boolean newSubgroupEnabled)
Constructs a RadarChartOLAPDataModel that is used to assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface to a RarChart with a flag to indicate whether or not subgrouped data elements are desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.scatterplot |
---|
Methods in com.sas.graphics.components.scatterplot that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
ScatterPlotOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.scatterplot with parameters of type OLAPDataSetInterface | |
---|---|
void |
ScatterPlotOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.scatterplot with parameters of type OLAPDataSetInterface | |
---|---|
ScatterPlotOLAPDataModel(OLAPDataSetInterface newModel)
Constructor |
|
ScatterPlotOLAPDataModel(OLAPDataSetInterface newModel,
boolean newGroupEnabled)
Constructs a ScatterPlotOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a ScatterChart with a flag to indicate whether or not grouping is desired. |
Uses of OLAPDataSetInterface in com.sas.graphics.components.tilechart |
---|
Methods in com.sas.graphics.components.tilechart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
TileChartOLAPDataModel.getModel()
Get the OLAP data source. |
Methods in com.sas.graphics.components.tilechart with parameters of type OLAPDataSetInterface | |
---|---|
void |
TileChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.tilechart with parameters of type OLAPDataSetInterface | |
---|---|
TileChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a TileChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a TileChart . |
Uses of OLAPDataSetInterface in com.sas.graphics.components.waterfallchart |
---|
Methods in com.sas.graphics.components.waterfallchart that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
WaterfallChartOLAPDataModel.getModel()
Set the OLAP data source. |
Methods in com.sas.graphics.components.waterfallchart with parameters of type OLAPDataSetInterface | |
---|---|
void |
WaterfallChartOLAPDataModel.setModel(OLAPDataSetInterface newModel)
Set the OLAP data source. |
Constructors in com.sas.graphics.components.waterfallchart with parameters of type OLAPDataSetInterface | |
---|---|
WaterfallChartOLAPDataModel(OLAPDataSetInterface newModel)
Constructs a WaterfallChartOLAPDataModel that is used to
assign OLAP data in the form of a com.sas.storage.olap.OLAPDataSetInterface
to a WaterfallChart . |
Uses of OLAPDataSetInterface in com.sas.servlet.tbeans.dataselectors.html |
---|
Fields in com.sas.servlet.tbeans.dataselectors.html declared as OLAPDataSetInterface | |
---|---|
protected OLAPDataSetInterface |
OLAPMenuBar.mi
The menubar data model |
Methods in com.sas.servlet.tbeans.dataselectors.html that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPMenuBar.getModel()
Returns the menubar data model |
Methods in com.sas.servlet.tbeans.dataselectors.html with parameters of type OLAPDataSetInterface | |
---|---|
void |
OLAPMenuBar.setModel(OLAPDataSetInterface model)
Sets the menubar data model |
Uses of OLAPDataSetInterface in com.sas.servlet.tbeans.olapgraphics.html |
---|
Methods in com.sas.servlet.tbeans.olapgraphics.html that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPESRIMapComposite.getModel()
Returns the model on the viewer. |
Methods in com.sas.servlet.tbeans.olapgraphics.html with parameters of type OLAPDataSetInterface | |
---|---|
void |
OLAPESRIMapChart.printResultSet(OLAPDataSetInterface newModel)
|
void |
OLAPESRIMapComposite.setModel(OLAPDataSetInterface dataModel)
Sets the model on the viewer. |
Constructors in com.sas.servlet.tbeans.olapgraphics.html with parameters of type OLAPDataSetInterface | |
---|---|
OLAPESRIMapComposite(OLAPDataSetInterface model)
Constructs a new MapComposite object with the passed in data model |
|
OLAPESRIMapComposite(OLAPDataSetInterface dataModel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Constructs a new MapComposite object |
Uses of OLAPDataSetInterface in com.sas.servlet.tbeans.olaptableview |
---|
Fields in com.sas.servlet.tbeans.olaptableview declared as OLAPDataSetInterface | |
---|---|
protected OLAPDataSetInterface |
BaseOLAPTableView.mi
For internal use only |
Methods in com.sas.servlet.tbeans.olaptableview that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
BaseOLAPTableView.getModel()
Returns the viewer's model. |
OLAPDataSetInterface |
BaseOLAPDrillState.getModel()
Deprecated. use BaseOLAPDrillState.getDrillStateProvider() |
Methods in com.sas.servlet.tbeans.olaptableview with parameters of type OLAPDataSetInterface | |
---|---|
void |
BaseOLAPTableView.setModel(OLAPDataSetInterface model)
Sets the model on the viewer. |
void |
BaseOLAPDrillState.setModel(OLAPDataSetInterface model)
Deprecated. Use BaseOLAPDrillState.setDrillStateProvider(DrillStateProvider)
instead. For example, setDrillStateProvider(new OLAPDataSetDrillStateProvider(...)). |
Uses of OLAPDataSetInterface in com.sas.servlet.tbeans.olaptableview.html |
---|
Methods in com.sas.servlet.tbeans.olaptableview.html that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPTableViewComposite.getModel()
Return the data model for the OLAPTableViewComposite. |
Methods in com.sas.servlet.tbeans.olaptableview.html with parameters of type OLAPDataSetInterface | |
---|---|
void |
OLAPTableViewComposite.setModel(OLAPDataSetInterface model)
Sets the data model for the OLAPTableViewComposite. |
void |
OLAPTableView.setModel(OLAPDataSetInterface model)
Sets the model on the viewer. |
Constructors in com.sas.servlet.tbeans.olaptableview.html with parameters of type OLAPDataSetInterface | |
---|---|
OLAPTableView(java.lang.String name,
OLAPDataSetInterface model)
Construct a new Table object |
|
OLAPTableView(java.lang.String name,
OLAPDataSetInterface model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Construct a new Table object |
|
OLAPTableViewComposite(OLAPDataSetInterface model)
Construct a new OLAPTableViewComposite object |
|
OLAPTableViewComposite(OLAPDataSetInterface model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Construct a new Table object |
Uses of OLAPDataSetInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
PerformanceTuning.getModel()
Used internally |
Methods in com.sas.storage.olap with parameters of type OLAPDataSetInterface | |
---|---|
void |
PerformanceTuning.setModel(OLAPDataSetInterface model)
Used internally |
Uses of OLAPDataSetInterface in com.sas.storage.olap.embedded |
---|
Classes in com.sas.storage.olap.embedded that implement OLAPDataSetInterface | |
---|---|
class |
OLAPDataSet
The OLAPDataSet together with the ResultSetInterface, ResultSetMetadataInterface, AxisInterface, TupleInterface, TupleElementInterface, and PerformanceTuningInterface make up the Data portion of the MD model. |
Uses of OLAPDataSetInterface in com.sas.swing.models |
---|
Fields in com.sas.swing.models declared as OLAPDataSetInterface | |
---|---|
protected OLAPDataSetInterface |
OLAPTableModelAdapter.model
|
protected OLAPDataSetInterface |
OLAPDataSetInterfaceToTreeModelAdapter.model
|
Methods in com.sas.swing.models that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPTableModelAdapter.getModel()
Get the model used by the adapter. |
OLAPDataSetInterface |
OLAPDataSetInterfaceToTreeModelAdapter.getModel()
Returns the OLAPDataSetInterface that is being as the data for the tree model. |
OLAPDataSetInterface |
OLAPTableModelAdapter.getOLAPDataSetInterface()
Get the model used by the adapter. |
protected OLAPDataSetInterface |
OLAPTableModelAdapter.newDefaultModel()
Create a new default model. |
protected OLAPDataSetInterface |
OLAPDataSetInterfaceToTreeModelAdapter.newDefaultModel()
Create a new default model, which by default is a com.sas.storage.olap.embedded.OLAPDataSet
with no tuples or axes set. |
Methods in com.sas.swing.models with parameters of type OLAPDataSetInterface | |
---|---|
static java.util.List |
AppliedFiltersUtil.getSecuredSlicerMembersFilters(com.sas.iquery.metadata.business.BusinessQuery bq,
OLAPDataSetInterface dsi,
java.util.Map spanInfo,
java.util.Map conditionFormatMap,
java.lang.String labelSeparator)
|
static java.util.List |
AppliedFiltersUtil.getSecuredSlicerMembersFilters(com.sas.iquery.metadata.business.BusinessQuery bq,
OLAPDataSetInterface dsi,
java.util.Map spanInfo,
java.util.Map conditionFormatMap,
java.lang.String labelSeparator,
boolean useUnfilteredMetadata)
|
static java.util.List |
AppliedFiltersUtil.getSlicerContent(com.sas.swing.models.DataItemRoleProvider provider,
com.sas.iquery.metadata.business.BusinessQuery bq,
OLAPDataSetInterface dsi,
java.util.Map spanInfo,
java.util.Map conditionFormatMap,
java.lang.String labelSeparator,
java.util.Locale locale)
|
static java.util.List |
AppliedFiltersUtil.getSlicerContent(com.sas.swing.models.DataItemRoleProvider provider,
com.sas.iquery.metadata.business.BusinessQuery bq,
OLAPDataSetInterface dsi,
java.util.Map spanInfo,
java.util.Map conditionFormatMap,
java.lang.String labelSeparator,
java.util.Locale locale,
boolean useUnfilteredMetadata)
|
static java.util.List |
AppliedFiltersUtil.getSlicerContent(com.sas.swing.models.DataItemRoleProvider provider,
com.sas.iquery.metadata.business.BusinessQuery bq,
OLAPDataSetInterface dsi,
java.util.Map spanInfo,
java.util.Map conditionFormatMap,
java.lang.String labelSeparator,
java.util.Locale locale,
boolean useUnfilteredMetadata,
boolean fullyQualifyMemberNames)
|
void |
OLAPTableModelAdapter.setModel(OLAPDataSetInterface table)
Set the model used by the adapter to delegate all table calls. |
void |
OLAPDataSetInterfaceToTreeModelAdapter.setModel(OLAPDataSetInterface newModel)
Sets the model on the adapter, if null, a default embedded OLAPDataSet will be used. |
Constructors in com.sas.swing.models with parameters of type OLAPDataSetInterface | |
---|---|
OLAPDataSetInterfaceToTreeModelAdapter(OLAPDataSetInterface model)
Creates a TreeModel representation for the OLAPDataSetINterface that is passed in. |
|
OLAPMemberDeferredRetrievalTreeNode(OLAPDataSetInterface model,
int[] axesShown,
boolean axesVisible)
|
|
OLAPMemberTreeNode(OLAPDataSetInterface model)
|
|
OLAPTableModelAdapter(OLAPDataSetInterface table)
Constructor that sets the model of the adapter. |
Uses of OLAPDataSetInterface in com.sas.swing.visuals.olaptableview |
---|
Methods in com.sas.swing.visuals.olaptableview that return OLAPDataSetInterface | |
---|---|
OLAPDataSetInterface |
OLAPDrillState.getModel()
Return the model for the OLAPDtillState. |
Methods in com.sas.swing.visuals.olaptableview with parameters of type OLAPDataSetInterface | |
---|---|
static java.util.List |
OLAPDrillStateUtil.getAncestorAxisHeaders(TupleElementInterface element,
OLAPDataSetInterface model)
Returns a List containing the elements axis header labels for the specified element and its ancestors:
The returned List will be empty if the specified element or
model |
static java.util.List |
OLAPDrillStateUtil.getAncestorInfo(TupleElementInterface element,
OLAPDataSetInterface model,
boolean includeAllMember)
Returns a List containing the following six items describing the specified element and its ancestors:
The label of the dimension that contains the specified element
The label of the hierarchy that contains the specified element
Boolean.TRUE if the top Level of the Dimension containing the specified element is an "All" level, otherwise BOOLEAN.FALSE
A List containing the element's ancestor labels
A List containing the element's ancestor unique names
The element
The returned List will be empty if the specified element or model |
static java.util.List |
OLAPDrillStateUtil.getDrilledDimensionElements(int axisType,
OLAPDataSetInterface model,
boolean includeAllMember,
boolean useCachedTuples)
|
static java.util.List |
OLAPDrillStateUtil.getOLAPDrillStateInfo(OLAPDataSetInterface model,
boolean includeAllMember)
|
static java.util.List |
OLAPDrillStateUtil.getOLAPDrillStateInfo(OLAPDataSetInterface model,
boolean includeAllMember,
boolean useCachedTuples)
|
void |
OLAPDrillState.setModel(OLAPDataSetInterface model)
Sets the model for the OLAPDrillState. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |