| 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.adf.view.faces.bi.component.graph.CoreGraph.addZoomAndScrollListener(ZoomAndScrollListener) replace by ZoomListener and ScrollListener
 | 
| 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
 ClientRowKeyManagerFactoryand create your ownUIGrid.DefaultClientKeyManagerinstances. 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.graph.GraphConstants.InteractivityBehavior.convertEnumSetToString(EnumSet) Use InteractiveSliceBehavior instead.
 | 
| oracle.dss.graph.GraphConstants.InteractivityBehavior.convertStringToEnumSet(String) Use InteractiveSliceBehavior instead.
 | 
| 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.gauge.CommonGauge.exportToSWFWithException(OutputStream, int, String) use the BI Publisher Flash Processor directly
 | 
| oracle.dss.graph.CommonGraph.exportToSWFWithException(OutputStream, int, String) use the BI Publisher Flash Processor directly
 | 
| oracle.dss.gauge.CommonGauge.exportToSWFWithException(String, OutputStream, int, String) use the BI Publisher Flash Processor directly
 | 
| oracle.dss.graph.CommonGraph.exportToSWFWithException(String, OutputStream, int, String) use the BI Publisher Flash Processor directly
 | 
| 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.graph.CoreGraph.getBarShape() Replaced by
 SeriesSet.getBarShape(). | 
| 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.graph.CoreGraph.getContinuousTimeAxisInterval() Replaced by
 CoreGraph.getTimeAxisInterval(). | 
| 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.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.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.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.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.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.adf.view.faces.bi.component.pivotTable.UIDataCell.getDataAttribute() an af:switcher should be used instead of this attribute
 
 Returns the data attribute ( e.g Sales, Costs, ... ) that has its data cell content determined
 by this DataCell instance.
 | 
| oracle.adf.view.faces.bi.component.graph.GraphSelection.getDataContext() getDataContext is deprecated and should not be used.  It is not restored upon deserialization.
 | 
| oracle.dss.graph.Graph.getDataDirectorType() As of 4.0.0.11, no replacement
 | 
| oracle.dss.graph.DataStyleContext.getDataStyle() replaced with getStyle()
 This style value is automatically assigned by the graph based on
 the specified attribute name/value pair and can be overwritten by a
 DataStyleCallbackObject type depends ongetType. For shape-based type, a
 MarkerTemplate object is returned and for a color-based type, 
 a Color object | 
| oracle.dss.dataView.managers.ViewFormat.getDateFormat() As of 1.6.0.24, replaced by
 BaseViewFormat.getJavaDateFormat(). | 
| oracle.dss.util.LocaleUtils.getDefaultableLocale(Component) Please use
 oracle.bali.share.nls.LocaleUtils.getDefaultableLocale()
 | 
| oracle.dss.graph.DataStyleContext.getDefaultValue() 
 | 
| 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.graph.CoreGraph.getExplicitTimeRangeEnd() Replaced by
 CoreGraph.getTimeRangeEnd(). | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getExplicitTimeRangeStart() Replaced by
 CoreGraph.getTimeRangeStart(). | 
| 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 
 ) 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.dss.graph.CommonGraph.getHideShowSeriesBehavior() Use getHideAndShowBehavior() instead.
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getHideShowSeriesBehavior() Use getHideAndShowBehavior() instead
 | 
| oracle.adf.view.faces.bi.component.pivotTable.CellFormat.getImages() Use
 <dvt:dataCell>with child tag<af:image>or<af:commandImageLink>instead | 
| oracle.dss.graph.CommonGraph.getInteractivityBehavior() Use getInteractiveSliceBehavior 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.adf.view.faces.bi.component.gauge.TickMark.getMajorTickCount() Replaced by getMajorIncrement()
 | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.getMajorTickStep() Use majorIncrement APIs
 | 
| 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.graph.CoreGraph.getNoDataErrorText() 
 | 
| oracle.adf.view.faces.bi.component.gauge.TickLabel.getNumberFormat() Use Converter
 Gets the number format
 | 
| oracle.adf.view.faces.bi.component.gauge.MetricLabel.getNumberFormat() Use Converter
 Gets the number format
 | 
| oracle.adf.view.faces.bi.component.graph.BaseFormat.getNumberFormat() Use Converter
 Retrieves the number format for data axis
 | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.getNumberFormat() Use getConverter in the associated tick label
 Gets the number format
 | 
| oracle.adf.view.faces.bi.component.graph.SliceLabel.getNumberFormat() Use Converter
 Retrieves the number format for data axis
 | 
| oracle.adf.view.faces.bi.component.geoMap.ThemeFOI.getNumberFormat() Use Converter
 | 
| oracle.adf.view.faces.bi.component.pivotTable.SelectionSet.getPivotTableModel() model for pivot table selection set should be retrieved using getDataModel()
 | 
| oracle.adf.view.faces.bi.component.pivotTable.Selection.getPivotTableModel() model for pivot table selection 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.dss.util.LocaleUtils.getReadingDirectionForLocale(Locale) Please use
 oracle.bali.share.nls.LocaleUtils.getDefaultableLocale()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getRelativeTimeRange() 
 | 
| 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.graph.CoreGraph.getScrollbarPresenceGroups() use the scrolling attribute function in the o1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getScrollbarPresenceX1() use the scrolling attribute function in the x1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getScrollbarPresenceY1() use the scrolling attribute function in the y1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getScrollbarPresenceY2() use the scrolling attribute function in the y2axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getSeriesReferenceObjectDisplay() Replaced by
 ReferenceObjectSet.getDisplaySeries(). | 
| 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 byGraph.getStartSeries(). | 
| oracle.dss.graph.CommonGraph.getStartColumn() As of 2.6.0.27, replaced by
 CommonGraph.getStartGroup()or byCommonGraph.getStartSeries(). | 
| oracle.adf.view.faces.bi.component.pivotTable.DataCellRange.getStartIndex() 
 | 
| oracle.dss.gauge.Gauge.getStartRow() As of 2.6.0.27, replaced by
 #getStartSeriesor by#getStartGroup. | 
| oracle.dss.graph.Graph.getStartRow() As of 2.6.0.27, replaced by
 Graph.getStartSeries()or byGraph.getStartGroup(). | 
| oracle.dss.graph.CommonGraph.getStartRow() As of 2.6.0.27, replaced by
 CommonGraph.getStartSeries()or byCommonGraph.getStartGroup(). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.getStockVolumeNumberFormat() Use getStockVolumeFormat().getNumberFormat()
 | 
| oracle.dss.dataView.HeaderAndFooterPainter.getString() As of 1.6.0.9, replaced by
 HeaderAndFooterPainter.getStrings() | 
| oracle.dss.graph.DataStyleContext.getStyleKey() 
 | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.getTimeSelectorListener() Replaced by
 TimeSelector.getTimeSelectorListener(). | 
| 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.graph.MarkerText.getX1NumberFormat() Use getX1Format().getNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getX1ReferenceObjectDisplay() Replaced by
 ReferenceObjectSet.getDisplayX1(). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.getY1NumberFormat() Use getY1Format().getNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getY1ReferenceObjectDisplay() Replaced by
 ReferenceObjectSet.getDisplayY1(). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.getY2NumberFormat() Use getY2Format().getNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getY2ReferenceObjectDisplay() Replaced by
 ReferenceObjectSet.getDisplayY2(). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.getZNumberFormat() Use getZFormat().getNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getZoomAndScrollListener() Replaced by zoomListener and scrollListener
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.getZoomAndScrollListeners() replace by ZoomListener and ScrollListener
 | 
| 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.graph.Graph.isDataRowShownAsASeries() There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| oracle.dss.graph.CommonGraph.isDataRowShownAsASeries() There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.isLineDataLineDisplayed() Replaced by
 SeriesSet.isLineDisplayed(). | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.isMajorTickStepAutomatic() Use majorIncrement APIs
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.isMarkerDisplayed() Replaced by
 SeriesSet.isMarkerDisplayed(). | 
| 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.adf.view.faces.bi.component.geoMap.ThemeFOI.isNumberFormatSpecified() Use Converter
 | 
| 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.Y1MajorTick.isVisible() As of 11.1.1.0.16, replaced by new constants to getTickStyle()
 | 
| oracle.dss.graph.Y2MajorTick.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.X1MajorTick.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.graph.BaseMajorTick.isVisible() As of 11.1.1.0.16, replaced by new constants to getTickStyle()
 | 
| 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.graph.CoreGraph.removeZoomAndScrollListener(ZoomAndScrollListener) replace by ZoomListener and ScrollListener
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setBarShape(int) Replaced by
 SeriesSet.setBarShape(int shape). | 
| 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.graph.CoreGraph.setContinuousTimeAxisInterval(int) Replaced by
 CoreGraph.setTimeAxisInterval(int interval). | 
| 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.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.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.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.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.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.adf.view.faces.bi.component.pivotTable.UIDataCell.setDataAttribute(String) an af:switcher should be used instead of this attribute
 
 Sets the data attribute ( e.g Sales, Costs, ... ) that has its data cell content determined
 by this DataCell instance.
 | 
| oracle.dss.graph.Graph.setDataDirectorType(int) As of 4.0.0.11, no replacement
 | 
| oracle.dss.graph.Graph.setDataRowShownAsASeries(boolean) There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| oracle.dss.graph.CommonGraph.setDataRowShownAsASeries(boolean) There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| oracle.dss.graph.ToolTipTextCallback.setDataRowShownAsASeries(boolean) There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| oracle.dss.graph.DataFilterImpl.setDataRowShownAsASeries(boolean) @deprecated There is no replacement method for this. 
 Application developers are responsible to create the relevant data set.
 | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.setExplicitTimeRangeEnd(Date) Replaced by
 CoreGraph.setTimeRangeEnd(Date date). | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setExplicitTimeRangeStart(Date) Replaced by
 CoreGraph.setTimeRangeStart(Date date) | 
| 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.dss.graph.CommonGraph.setHideShowSeriesBehavior(int) Use getHideAndShowBehavior(int) instead.
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setHideShowSeriesBehavior(int) Use setHideAndShowBehavior(String) instead
 | 
| oracle.adf.view.faces.bi.component.pivotTable.CellFormat.setImages(CellImage[]) Use
 <dvt:dataCell>with child tag<af:image>or<af:commandImageLink>instead | 
| oracle.dss.graph.CommonGraph.setInteractivityBehavior(EnumSet) Use setInteractiveSliceBehavior 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.adf.view.faces.bi.component.graph.CoreGraph.setLineDataLineDisplayed(boolean) Replaced by
 SeriesSet.setLineDisplayed( boolean displayed ). | 
| oracle.dss.graph.FunnelFrame.setLineStyle(int) This is not a supported feature for the funnel frame.
 | 
| oracle.adf.view.faces.bi.component.gauge.TickMark.setMajorTickCount(int) Replaced by setMajorIncrement(double tickStep)
 | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.setMajorTickStep(double) Use majorIncrement APIs
 | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.setMajorTickStepAutomatic(boolean) Use majorIncrement APIs
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setMarkerDisplayed(boolean) Replaced by
 SeriesSet.setMarkerDisplayed( boolean displayed ). | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.setNoDataErrorText(String) 
 | 
| oracle.adf.view.faces.bi.component.gauge.TickLabel.setNumberFormat(NumberFormat) Use Converter
 Sets the number format
 | 
| oracle.adf.view.faces.bi.component.gauge.MetricLabel.setNumberFormat(NumberFormat) Use Converter
 Sets the number format
 | 
| oracle.adf.view.faces.bi.component.graph.BaseFormat.setNumberFormat(NumberFormat) Use Converter
 Specifies the number format for data axis
 | 
| oracle.adf.view.faces.bi.component.graph.BaseDataAxis.setNumberFormat(NumberFormat) Use setConverter in the associated tick label
 Sets the number format
 | 
| oracle.adf.view.faces.bi.component.graph.SliceLabel.setNumberFormat(NumberFormat) Use Converter
 Specifies the number format for data axis
 | 
| oracle.adf.view.faces.bi.component.geoMap.ThemeFOI.setNumberFormat(NumberFormat) Use Converter
 | 
| 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.SelectionSet.setPivotTableModel(PivotTableModel) model for pivot table selection set should be set using setDataModel(DataModel)
 | 
| oracle.adf.view.faces.bi.component.pivotTable.Selection.setPivotTableModel(PivotTableModel) model for pivot table selection 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.graph.CoreGraph.setRelativeTimeRange(long) 
 | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.setScrollbarPresenceGroups(int) use the scrolling attribute function in the o1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setScrollbarPresenceX1(int) use the scrolling attribute function in the x1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setScrollbarPresenceY1(int) use the scrolling attribute function in the y1axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setScrollbarPresenceY2(int) use the scrolling attribute function in the y2axis
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setSeriesReferenceObjectDisplay(int) Replaced by
 ReferenceObjectSet.setDisplaySeries(int display). | 
| 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 byGraph.setStartSeries(int) | 
| oracle.dss.graph.CommonGraph.setStartColumn(int) As of 2.2.0.14, replaced by
 CommonGraph.setStartGroup(int)or byCommonGraph.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 byGraph.setStartGroup(int) | 
| oracle.dss.graph.CommonGraph.setStartRow(int) As of 2.2.0.14, replaced by
 CommonGraph.setStartSeries(int)or byCommonGraph.setStartGroup(int) | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.setStockVolumeNumberFormat(NumberFormat) Use getStockVolumeFormat().setNumberFormat()
 | 
| 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.adf.view.faces.bi.component.graph.CoreGraph.setTimeSelectorListener(MethodExpression) Replaced by
 TimeSelector.setTimeSelectorListener(MethodExpression timeSelectorListener). | 
| oracle.dss.util.ColumnSortInfo.setType(int) As of 11.0.0.0.2
 | 
| oracle.dss.graph.Y1MajorTick.setVisible(boolean) As of 11.1.1.0.16, replaced by new constants to setTickStyle()
 | 
| oracle.dss.graph.Y2MajorTick.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.X1MajorTick.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.dss.graph.BaseMajorTick.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.adf.view.faces.bi.component.graph.MarkerText.setX1NumberFormat(NumberFormat) Use getX1Format().setNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setX1ReferenceObjectDisplay(int) Replaced by
 ReferenceObjectSet.setDisplayX1(int display). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.setY1NumberFormat(NumberFormat) Use getY1Format().setNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setY1ReferenceObjectDisplay(int) Replaced by
 ReferenceObjectSet.setDisplayY1(int display). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.setY2NumberFormat(NumberFormat) Use getY2Format().setNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setY2ReferenceObjectDisplay(int) Replaced by
 ReferenceObjectSet.setDisplayY2(int display). | 
| oracle.adf.view.faces.bi.component.graph.MarkerText.setZNumberFormat(NumberFormat) Use getZFormat().setNumberFormat()
 | 
| oracle.adf.view.faces.bi.component.graph.CoreGraph.setZoomAndScrollListener(MethodExpression) Replaced by zoomListener and scrollListener
 | 
| 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
 |