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


oracle.dss.dataSource.common
Class CellsSubmitEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataSource.common.QueryEvent
              |
              +--oracle.dss.dataSource.common.CellsSubmitEvent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
CellsSubmittedEvent, CellsSubmittingEvent

public abstract class CellsSubmitEvent
extends QueryEvent

Base class for cell submit events. These events are related to the submission to the database of the QDR overrides in the writeback collection. Each QDR override represents a cell that has been edited.

See Also:
Serialized Form

Constructor Summary
CellsSubmitEvent(java.lang.Object source, com.sun.java.util.collections.List qdrOverrideCollection)
          Constructor.

 

Method Summary
 com.sun.java.util.collections.List getQDROverrideCollection()
          Retrieves a list of the QDR overrides in the writeback collection.

 

Methods inherited from class oracle.dss.dataSource.common.QueryEvent
clone

 

Methods inherited from class java.util.EventObject
getSource, toString

 

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

 

Constructor Detail

CellsSubmitEvent

public CellsSubmitEvent(java.lang.Object source,
                        com.sun.java.util.collections.List qdrOverrideCollection)
Constructor.
Parameters:
source - The source of the event, that is, the object that fired the event.
qdrOverrideCollection - A writeback collection that contains a QDR override for each cell that was edited.
Method Detail

getQDROverrideCollection

public com.sun.java.util.collections.List getQDROverrideCollection()
Retrieves a list of the QDR overrides in the writeback collection.

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


Copyright © 2003, Oracle. All Rights Reserved.