| 
 Oracle™ Business Intelligence Beans Java API Reference  | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.dataSource.common.QueryAdapter
Class implementing DataSourceListener for use by clients.
| Constructor Summary | |
QueryAdapter() | |
| Method Summary | |
 void | 
cellOverridden(CellOverriddenEvent e)Responds when the data in a cell has been overwritten.  | 
 void | 
cellOverriding(CellOverridingEvent e)Responds when the data in a cell is about to be overwritten.  | 
 void | 
cellsSubmitted(CellsSubmittedEvent e)Responds when changes to the data in cells have been submitted for update in the database.  | 
 void | 
cellsSubmitting(CellsSubmittingEvent e)Responds when changes to the data in cells are about to be submitted for update in the database.  | 
 void | 
dataAvailable(DataAvailableEvent e)Called when data and/or metadata is either available or revoked.  | 
 void | 
dataChanged(DataChangedEvent e)Called when data and/or metadata has changed.  | 
 void | 
dataChanging(DataChangingEvent e)Called when an operation will change data if it succeeds.  | 
 void | 
dimensionalityChanged(DimensionalityChangedEvent e)Called when a query's dimensionality changes.  | 
 void | 
drillRequested(DrillRequestedEvent e)Called when a drill will be executed.  | 
 void | 
drillRequesting(DrillRequestingEvent e)Call when a drill has been requested.  | 
 void | 
layoutChanged(LayoutChangedEvent e)Called when a layout change will be executed.  | 
 void | 
layoutChanging(LayoutChangingEvent e)Called when a layout change has been requested.  | 
 void | 
nullStatus(NullStatusEvent e)Called when one or more of the query's edges evaluate to null.  | 
 void | 
selectionChanged(SelectionChangedEvent e)Called when a selection will be changed.  | 
 void | 
selectionChanging(SelectionChangingEvent e)Called when a selection has been requested to change.  | 
 void | 
stateChanged(StateChangedEvent e)Called when the state of the data source has been changed through the use of the undo mechanism.  | 
 void | 
stateChanging(StateChangingEvent e)Called when the state of the data source has been asked to change through the use of the undo mechanism.  | 
 void | 
undoAvailable(UndoAvailableEvent e)Called when a new undoable edit is available from the Query  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public QueryAdapter()
| Method Detail | 
public void dataAvailable(DataAvailableEvent e)
dataAvailable in interface QueryListenere - DataAvailableEventpublic void dataChanged(DataChangedEvent e)
dataChanged in interface QueryListenere - DataChangedEventpublic void dataChanging(DataChangingEvent e)
dataChanging in interface QueryListenere - DataChangingEventpublic void dimensionalityChanged(DimensionalityChangedEvent e)
dimensionalityChanged in interface QueryListenere - DimensionalityChangedEventpublic void drillRequested(DrillRequestedEvent e)
drillRequested in interface QueryListenere - DrillRequestedEventpublic void drillRequesting(DrillRequestingEvent e)
drillRequesting in interface QueryListenere - DrillRequestingEventpublic void layoutChanged(LayoutChangedEvent e)
layoutChanged in interface QueryListenere - LayoutChangedEventpublic void layoutChanging(LayoutChangingEvent e)
layoutChanging in interface QueryListenere - LayoutChangingEventpublic void nullStatus(NullStatusEvent e)
nullStatus in interface QueryListenere - NullStatusEventpublic void selectionChanged(SelectionChangedEvent e)
selectionChanged in interface QueryListenere - SelectionChangedEventpublic void selectionChanging(SelectionChangingEvent e)
selectionChanging in interface QueryListenere - SelectionChangingEventpublic void stateChanging(StateChangingEvent e)
stateChanging in interface QueryListenere - StateChangingEventpublic void stateChanged(StateChangedEvent e)
stateChanged in interface QueryListenere - StateChangedEventpublic void undoAvailable(UndoAvailableEvent e)
undoAvailable in interface QueryListenere - UndoAvailableEventpublic void cellOverriding(CellOverridingEvent e)
QueryListenerconsume method.cellOverriding in interface QueryListeneroracle.dss.dataSource.common.QueryListenere - CellOverridingEventpublic void cellOverridden(CellOverriddenEvent e)
QueryListenercellOverridden in interface QueryListeneroracle.dss.dataSource.common.QueryListenere - CellOverriddenEventpublic void cellsSubmitting(CellsSubmittingEvent e)
QueryListenerconsume method.cellsSubmitting in interface QueryListeneroracle.dss.dataSource.common.QueryListenere - CellsSubmittingEventpublic void cellsSubmitted(CellsSubmittedEvent e)
QueryListenercellsSubmitted in interface QueryListeneroracle.dss.dataSource.common.QueryListenere - CellsSubmittedEvent 
  | 
 Oracle™ Business Intelligence Beans Java API Reference  | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||