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


oracle.dss.dataSource.common
Class CellsSubmittedEvent

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

public class CellsSubmittedEvent
extends CellsSubmitEvent

Informs listeners that a cell submission event has occurred. This event indicates that the QDR overrides in the writeback collection have been submitted for update to the database. If auto submission is set for cell editing, then each QDRoverride is submitted to the database immediately after the cell is edited. 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
CellsSubmittedEvent(java.lang.Object source, com.sun.java.util.collections.List qdrOverrideCollection)
          Constructor.

 

Methods inherited from class oracle.dss.dataSource.common.CellsSubmitEvent
getQDROverrideCollection

 

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

CellsSubmittedEvent

public CellsSubmittedEvent(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.

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


Copyright © 2003, Oracle. All Rights Reserved.