Deprecated Methods |
oracle.adf.view.faces.bi.component.dataView.UIDataView._getLayerLabel(DataAccess, int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView._getMemberLabel(DataAccess, int, int[], int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView._getMemberLabel(DataAccess, int, int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.addCellImageClickListener(CellImageClickListener)
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.dss.graph.Graph.beginAxisChanges()
As of 4.0, no replacement as there is no need to call this
method anymore |
oracle.adf.view.faces.bi.component.pivotTable.UIGrid.clearCurrencyStringCache()
Have your Renderer implement ClientRowKeyManagerFactory
and create your own ClientKeyManager instances. Then you can
manage the lifecycle of each key inside your ClientRowKeyManager.
TODO - Need to figure out when to clear the entire key cache ( probably during events where the pt is refreshed completely )
TODO - As a further optimization, need to figure out when to prune the client key cache based on blocks. The table collects the keys from the client and sends them to the server to be pruned.
TODO - Need to determine if the cache needs to be maintained for the selection state / stamp state to function. |
oracle.adf.view.faces.bi.component.dataView.UIDataView.clearWaitDataForAllRows()
As of 11.1.1.0.0, no replacement |
oracle.dss.util.LayoutContext.createLayoutAccess()
As of 2.4.0.14, replaced by LayoutContext.createCubeLayoutAccess() |
oracle.dss.graph.Graph.endAxisChanges()
As of 4.0, no replacement as there is no need to call this
method anymore |
oracle.dss.dataView.ImageView.exportToFlash(OutputStream, boolean, boolean)
|
oracle.dss.gauge.CommonGauge.exportToFlash(OutputStream, boolean, boolean)
exportToXML should be used instead |
oracle.dss.graph.CommonGraph.exportToFlash(OutputStream, boolean, boolean)
use exportToXML instead |
oracle.dss.graph.GraphFormatManager.formatAxisValue(double, ViewFormat, double, double, int, boolean)
As of 1.7.0.10, replaced by
GraphFormatManager.formatAxisValue(double, ViewFormat, double, double, double, int, boolean, boolean, double) . |
oracle.dss.graph.managers.GraphRuleFormatter.formatAxisValue(double, ViewFormat, double, double, int, boolean)
As of 1.7.0.10, replaced by
GraphRuleFormatter.formatAxisValue(double, ViewFormat, double, double, double, int, boolean, boolean, double) . |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.getCellImageClickAction()
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.getCellImageClickListener()
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.getCellImageClickListeners()
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.imageView.UIImageView.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.UIGantt.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.Legend.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.TimeAxis.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.geoMap.UIGeoMap.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.hierarchyViewer.UIHierarchyViewer.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.hierarchyViewer.Search.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.pivotTable.UIDataCell.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.getCustomizationId()
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.dss.graph.Graph.getDataDirectorType()
As of 4.0.0.11, no replacement |
oracle.dss.dataView.managers.ViewFormat.getDateFormat()
As of 1.6.0.24, replaced by BaseViewFormat.getJavaDateFormat() . |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getDescription()
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.pivotTable.DataCellRange.getEndIndex()
|
oracle.adf.view.faces.bi.component.dataView.UIDataView.getFacet(String, Class)
As of 11.1.1.0.0, no replacement |
oracle.dss.dataView.ViewPrinter.getFooterPainter()
As of 1.6.0.9, replaced by ViewPrinter.getHeaderAndFooterPainter(int) |
oracle.dss.graph.CommonGraph.getFunnelHeightRatio()
Retrieves the ratio of the left surface height to the right surface
height for a funnel chart. |
oracle.dss.graph.CommonGraph.getFunnelRotateAngle()
Retrieves the funnel rotate angle. |
oracle.dss.graph.CommonGraph.getFunnelViewAngle()
Retrieves the current view angle for a funnel chart. |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.getGaugeDataModel()
The getDataModel() method should be used instead. The CoreGauge
should accept any DataModel object, not just GaugeDataModel. |
oracle.adf.view.faces.bi.component.graph.CoreGraph.getGraphDataModel()
The getDataModel() method should be used instead. The CoreGraph
should accept any DataModel object, not just GraphDataModel. |
oracle.dss.dataView.ViewPrinter.getHeaderPainter()
As of 1.6.0.9, replaced by ViewPrinter.getHeaderAndFooterPainter(int) |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.getHeight()
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.util.ColumnSortInfo.getHidden()
As of 11.0.0.0.2 |
oracle.adf.view.faces.bi.component.pivotTable.CellFormat.getImages()
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getLayerLabel(DataAccess, int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getLayerMetadataLabelType()
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getLayerMetadataLabelType(int)
As of 11.1.1.0.0, no replacement |
oracle.dss.graph.FunnelFrame.getLineStyle()
This is not a supported feature for the funnel frame. |
oracle.dss.util.LayoutAccess.getMeasures(String)
As of 4.0.0.0, replaced by #LayoutAccess2.getDataItems() |
oracle.dss.dataView.ConditionElement.getMemberID(String)
|
oracle.adf.view.faces.bi.component.dataView.UIDataView.getMemberLabel(DataAccess, int, int[], int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getMemberLabel(DataAccess, int, int, int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getMemberMetadataLabelType()
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getMemberMetadataLabelType(int)
As of 11.1.1.0.0, no replacement |
oracle.dss.dataView.HeaderAndFooterPainter.getMinimumHeight(Graphics)
Replaced by getMaximumHeight() |
oracle.adf.view.faces.bi.component.pivotTable.Selection.getPivotTableModel()
model for pivot table selection should be retrieved using getDataModel() |
oracle.adf.view.faces.bi.component.pivotTable.SelectionSet.getPivotTableModel()
model for pivot table selection set should be retrieved using getDataModel() |
oracle.dss.dataView.ViewPrinter.getPrintJob()
As of 3.2.0.16, replaced by 2D printing API |
oracle.dss.dataView.ViewPrinter.getPrintScaleType()
As of 3.2.0.1, replaced by ViewPrinter.getGraphPrintScaleType() ,
ViewPrinter.getGridViewPrintScaleType() |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.getRtlSource()
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.getSource()
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.graph.Graph.getStartColumn()
As of 2.6.0.27, replaced by Graph.getStartGroup() or by
Graph.getStartSeries() . |
oracle.dss.graph.CommonGraph.getStartColumn()
As of 2.6.0.27, replaced by CommonGraph.getStartGroup() or by
CommonGraph.getStartSeries() . |
oracle.adf.view.faces.bi.component.pivotTable.DataCellRange.getStartIndex()
|
oracle.dss.gauge.Gauge.getStartRow()
As of 2.6.0.27, replaced by #getStartSeries or by
#getStartGroup . |
oracle.dss.graph.Graph.getStartRow()
As of 2.6.0.27, replaced by Graph.getStartSeries() or by
Graph.getStartGroup() . |
oracle.dss.graph.CommonGraph.getStartRow()
As of 2.6.0.27, replaced by CommonGraph.getStartSeries() or by
CommonGraph.getStartGroup() . |
oracle.dss.dataView.HeaderAndFooterPainter.getString()
As of 1.6.0.9, replaced by HeaderAndFooterPainter.getStrings() |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getSuppressFontName()
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.imageView.UIImageView.getSvgDisposition()
use getDisposition instead |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.getThreshold()
Use getThresholdSet() instead. |
oracle.dss.util.ColumnSortInfo.getType()
As of 11.0.0.0.2 |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getWaitDataForRow(int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.getWidth()
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.dataView.UIDataView.getZoomFactor()
As of 11.1.1.0.0, no replacement |
oracle.dss.dataView.ViewPrinter.goToFirstPage()
As of 1.6.0.9, replaced by ViewPrinter.prepareFirstPage(Graphics) |
oracle.dss.graph.GraphPrinter.goToFirstPage()
As of 1.6.0.9, replaced by GraphPrinter.prepareFirstPage(Graphics) |
oracle.dss.dataView.ViewPrinter.goToNextPage()
As of 1.6.0.9, replaced by ViewPrinter.prepareNextPage(Graphics) |
oracle.dss.graph.GraphPrinter.goToNextPage()
As of 1.6.0.9, replaced by GraphPrinter.prepareNextPage(Graphics) |
oracle.dss.dataView.ViewPrinter.goToPrevPage()
As of 1.6.0.9, replaced by ViewPrinter.preparePrevPage(Graphics) |
oracle.dss.graph.GraphPrinter.goToPrevPage()
As of 1.6.0.9, replaced by GraphPrinter.preparePrevPage(Graphics) |
oracle.dss.dataView.DataviewUtils.hexStringToInt(String)
in favor of hexStringToColor |
oracle.adf.view.faces.bi.component.dataView.UIDataView.initialize(Hashtable)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.initialize(Hashtable)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.graph.CoreGraph.initialize(Hashtable)
As of 11.1.1.0.0, no replacement |
oracle.dss.dataView.managers.ViewFormat.isDateFormatUsed()
As of 1.6.0.24, replaced by BaseViewFormat.isJavaDateFormatUsed() |
oracle.adf.view.faces.bi.component.dataView.UIDataView.isEnabled()
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.isLayerMetadataLabelTypeSupported(String)
As of 11.1.1.0.0, no replacement |
oracle.dss.graph.Graph.isMarkerShapeInLegend()
As of 11.1.1.0.10, replaced by Graph.getMarkerShapeInLegend() . |
oracle.adf.view.faces.bi.component.dataView.UIDataView.isMemberMetadataLabelTypeSupported(String)
As of 11.1.1.0.0, no replacement |
oracle.dss.util.format.BaseViewFormat.isPercentUsed()
As of 3.2.0.22, replaced by #getNumberType(int) |
oracle.dss.graph.CommonGraph.isScatterDataLineDisplayed()
Use getScatterLineType instead |
oracle.dss.dataView.HeaderAndFooterPainter.isShowDate()
As of 1.6.0.9, replaced by HeaderAndFooterPainter.getContentType() |
oracle.dss.dataView.HeaderAndFooterPainter.isShowPageNumber()
As of 1.6.0.9, replaced by HeaderAndFooterPainter.getContentType() |
oracle.dss.dataView.HeaderAndFooterPainter.isShowString()
As of 1.6.0.9, replaced by HeaderAndFooterPainter.getContentType() |
oracle.dss.graph.Y2MajorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.graph.Y1MajorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.graph.X1MajorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.graph.BaseMinorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.graph.BaseMajorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.graph.O1MajorTick.isVisible()
As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
oracle.dss.util.xdo.common.log.Logger.log(String)
|
oracle.dss.dataView.HeaderAndFooterPainter.paint(Graphics, int, int, int, int)
As of 1.6.0.9, replaced by
HeaderAndFooterPainter.paint(Graphics, int, int, int, int, CustomHeaderAndFooterCallback, int, int[]) |
oracle.dss.dataView.ViewPrinter.print(boolean)
As of 3.2.0.16, replaced by ViewPrinter.print(Graphics, PageFormat, int) |
oracle.dss.dataView.ViewPrinter.print(boolean, boolean)
As of 3.2.0.16, replaced by 2D printing API |
oracle.dss.dataView.ViewPrinter.printPages(PrintJob, boolean)
As of 3.2.0.16, replaced by 2D printing API |
oracle.dss.graph.GraphPrinter.printPages(PrintJob, boolean)
As of 3.2.0.16, replaced by 2D printing API |
oracle.adf.view.faces.bi.event.pivotTable.CellImageClickListener.processCellImageClick(CellImageClickEvent)
|
oracle.dss.gauge.Gauge.readXML(InputStream, boolean)
As of 1.7.0.12, replaced by Gauge.readXML(InputStream, int) |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.removeCellImageClickListener(CellImageClickListener)
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.setCellImageClickAction(MethodExpression)
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.setCellImageClickListener(MethodExpression)
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.imageView.UIImageView.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.UIGantt.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.Legend.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.gantt.TimeAxis.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.geoMap.UIGeoMap.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.hierarchyViewer.UIHierarchyViewer.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.hierarchyViewer.Search.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.pivotTable.UIDataCell.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.setCustomizationId(String)
The 'id' attribute should be used when applying persistent customizations.
This attribute will be removed in the next release. |
oracle.dss.graph.Graph.setDataDirectorType(int)
As of 4.0.0.11, no replacement |
oracle.dss.dataView.managers.ViewFormat.setDateFormat(String)
As of 1.6.0.24, replaced by BaseViewFormat.setJavaDateFormat(java.lang.String) . |
oracle.dss.dataView.managers.ViewFormat.setDateFormatUsed(boolean)
As of 1.6.0.24, replaced by BaseViewFormat.setJavaDateFormatUsed(boolean) |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setDescription(String)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setEnabled(boolean)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.pivotTable.DataCellRange.setEndIndex(DataCellIndex)
|
oracle.dss.graph.CommonGraph.setFunnelHeightRatio(double)
Sets the ratio of the left surface height to the right surface height for
a funnel chart.
The default ratio is 2/3. |
oracle.dss.graph.CommonGraph.setFunnelRotateAngle(double)
Sets the funnel rotate angle. By setting this angle different than the
view angle, the funnel can be rotated from 0 to 360 degrees. |
oracle.dss.graph.CommonGraph.setFunnelViewAngle(double)
Sets the view angle to be used to render a funnel chart. The value can
vary from 0 to 360 degree. The default value is 30 degree. |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.setGaugeDataModel(GaugeDataModel)
setDataModel() should be used instead. |
oracle.adf.view.faces.bi.component.graph.CoreGraph.setGraphDataModel(GraphDataModel)
setDataModel() should be used instead. |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.setHeight(int)
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.util.ColumnSortInfo.setHidden(boolean)
As of 11.0.0.0.2 |
oracle.adf.view.faces.bi.component.pivotTable.CellFormat.setImages(CellImage[])
Use <dvt:dataCell> with child tag <af:image> or <af:commandImageLink> instead |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setLayerMetadataLabelType(int, String)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setLayerMetadataLabelType(String)
As of 11.1.1.0.0, no replacement |
oracle.dss.graph.FunnelFrame.setLineStyle(int)
This is not a supported feature for the funnel frame. |
oracle.dss.graph.Graph.setMarkerShapeInLegend(boolean)
As of 11.1.1.0.10, replaced by Graph.setMarkerShapeInLegend(int) . |
oracle.dss.util.LayoutAccess.setMeasures(String[])
As of 4.0.0.0, replaced by #LayoutAccess2.setItems() |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setMemberMetadataLabelType(int, String)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setMemberMetadataLabelType(String)
As of 11.1.1.0.0, no replacement |
oracle.dss.util.format.BaseViewFormat.setPercentUsed(boolean)
As of 3.2.0.22, replaced by BaseViewFormat.setNumberType(int) |
oracle.adf.view.faces.bi.component.pivotTable.Selection.setPivotTableModel(PivotTableModel)
model for pivot table selection should be set using setDataModel(DataModel) |
oracle.adf.view.faces.bi.component.pivotTable.SelectionSet.setPivotTableModel(PivotTableModel)
model for pivot table selection set should be set using setDataModel(DataModel) |
oracle.dss.dataView.ViewPrinter.setPrintJob(PrintJob)
As of 3.2.0.16, replaced by 2D printing API |
oracle.dss.dataView.ViewPrinter.setPrintScaleType(int)
As of 3.2.0.1, replaced by ViewPrinter.setGraphPrintScaleType(int) ,
ViewPrinter.setGridViewPrintScaleType(int) |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.setRtlSource(String)
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.graph.CommonGraph.setScatterDataLineDisplayed(boolean)
Use setScatterLineType instead |
oracle.dss.dataView.HeaderAndFooterPainter.setShowDate(boolean)
As of 1.6.0.9, replaced by HeaderAndFooterPainter.setContentType(int) |
oracle.dss.dataView.HeaderAndFooterPainter.setShowPageNumber(boolean)
As of 1.6.0.9, replaced by HeaderAndFooterPainter.setContentType(int) |
oracle.dss.dataView.HeaderAndFooterPainter.setShowString(boolean)
As of 1.6.0.9, replaced by HeaderAndFooterPainter.setContentType(int) |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.setSource(String)
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.graph.Graph.setStartColumn(int)
As of 2.2.0.14, replaced by Graph.setStartGroup(int) or by
Graph.setStartSeries(int) |
oracle.dss.graph.CommonGraph.setStartColumn(int)
As of 2.2.0.14, replaced by CommonGraph.setStartGroup(int) or by
CommonGraph.setStartSeries(int) |
oracle.adf.view.faces.bi.component.pivotTable.DataCellRange.setStartIndex(DataCellIndex)
|
oracle.dss.graph.Graph.setStartRow(int)
As of 2.2.0.14, replaced by Graph.setStartSeries(int) or by
Graph.setStartGroup(int) |
oracle.dss.graph.CommonGraph.setStartRow(int)
As of 2.2.0.14, replaced by CommonGraph.setStartSeries(int) or by
CommonGraph.setStartGroup(int) |
oracle.dss.dataView.HeaderAndFooterPainter.setString(String)
As of 1.6.0.9, replaced by HeaderAndFooterPainter.setStrings(String[]) |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setSuppressFontName(int)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.imageView.UIImageView.setSvgDisposition(int)
use setDisposition instead |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.setThreshold(Threshold)
Use setThresholdSet() instead. |
oracle.dss.util.ColumnSortInfo.setType(int)
As of 11.0.0.0.2 |
oracle.dss.graph.Y2MajorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.dss.graph.Y1MajorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.dss.graph.X1MajorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.dss.graph.BaseMinorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.dss.graph.BaseMajorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.dss.graph.O1MajorTick.setVisible(boolean)
As of 11.1.1.0.16, replaced by new constants to setTickStyle() |
oracle.adf.view.faces.bi.component.dataView.UIDataView.setWaitDataForRow(int, WaitData)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.pivotTable.CellImage.setWidth(int)
custom images should be specified via <dvt:dataCell> with child tag <af:image> , <af:icon> or <af:commandImageLink> instead |
oracle.dss.dataView.ViewPrinter.showPrintJob()
As of 3.2.0.16, replaced by 2D printing API |
oracle.adf.view.faces.bi.component.dataView.UIDataView.specifyPersistableAttributes(PersistableAttributes)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.gauge.CoreGauge.specifyPersistableAttributes(PersistableAttributes)
As of 11.1.1.0.0, no replacement |
oracle.adf.view.faces.bi.component.graph.CoreGraph.specifyPersistableAttributes(PersistableAttributes)
As of 11.1.1.0.0, no replacement |