Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataSource.common
Class QDRoverride

java.lang.Object
  |
  +--oracle.dss.util.QDR
        |
        +--oracle.dss.dataSource.common.QDRoverride
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class QDRoverride
extends QDR

Represents an edited cell that is specified by a QDR. A QDRoverride object is added to the writeback collection as soon as a cell is edited. If auto submission is set for cell editing, then each QDRoverride is submitted to the database immediately. If auto submission is not set for cell editing, then the QDRoverride objects accumulate in the writeback collection until changes are submitted explicitly to the database.

See Also:
DataAccess.isAutoSubmit(), DataAccess.setAutoSubmit(boolean), DataAccess.submitChanges(), Serialized Form

Constructor Summary
QDRoverride(QDR qdr)
          Constructor for this class.

 

Method Summary
 java.lang.Object getData()
          Retrieves the edited data from the cell that is represented by the QDR object.
 void setData(java.lang.Object data)
          Specifies the edited data for the cell that is represented by the QDR object.
 java.lang.String toString()
          Generates a String representation of this QDR.

 

Methods inherited from class oracle.dss.util.QDR
addDimMemberPair, addDimMemberPair, clone, equals, equals, getDimensions, getDimMember, getDimMemberPairs, getMeasureDim, getTarget, isDimensionOnlyQDR, isProperSubsetOf, isProperSupersetOf, isSubsetOf, isSupersetOf, removeDimMemberPair, setDimMemberPairs, setTarget, size

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

QDRoverride

public QDRoverride(QDR qdr)
Constructor for this class.
Method Detail

getData

public java.lang.Object getData()
Retrieves the edited data from the cell that is represented by the QDR object.
Returns:
The edited data from the overridden cell.

setData

public void setData(java.lang.Object data)
Specifies the edited data for the cell that is represented by the QDR object.
Parameters:
data - The edited data from the overridden cell.

toString

public java.lang.String toString()
Description copied from class: QDR
Generates a String representation of this QDR. The String that this method returns is suitable to pass to the OLAP Services engine. For example, in a QDR that limits only the Month dimension to May, in the Sales measure, this method would return the following String: "SALES(MONTH 'MAY')"
Overrides:
toString in class QDR

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.