|
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
|
+--java.util.EventObject
|
+--oracle.dss.thin.beans.dataView.SaveEvent
Describes a Save operation. A thin presentation bean sends a SaveEvent to ThinViewListener implementation that have been registered with the presentation.
ThinViewListener, Serialized Form| Constructor Summary | |
SaveEvent(java.lang.Object source, java.lang.String name, java.lang.String description, java.lang.String keywords, java.lang.String location, java.lang.String overwrite, QueryParameterProvider provider)Constructor. | |
| Method Summary | |
void |
confirmationRequested()Requests a save confirmation event. |
void |
consume()Consumes this event. |
java.lang.String |
getDescription()Retrieves the description for the view. |
java.lang.String |
getKeywords()Retrieves the keywords for the view. |
java.lang.String |
getLocation()Retrieves the folder in which to save the view. |
java.lang.String |
getName()Retrieves the name under which to save the view. |
java.lang.String |
getOverwrite()Retrieves an indication of the use of the SAVE_EVENT. |
QueryParameterProvider |
getQueryParameterProvider()Retrieves the QueryParameterProvider for this event. |
boolean |
isConfirmationRequested()Indicates whether the ThinViewListener requested a save confirmation event. |
boolean |
isConsumed()Indicates whether this event has been consumed. |
| 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 |
public SaveEvent(java.lang.Object source,
java.lang.String name,
java.lang.String description,
java.lang.String keywords,
java.lang.String location,
java.lang.String overwrite,
QueryParameterProvider provider)
source - The view that generates this SaveEvent.name - The name for the saved view.description - The description for the saved view.keywords - The keywords for the saved view.location - The folder in which to save the view.overwrite - The value of the Overwrite property.provider - The QueryParameterProvider for the current request| Method Detail |
public java.lang.String getName()
SAVE_NAME+ORIGIN parameter of the SAVE_EVENT.BIConstants.SAVE_EVENTpublic java.lang.String getDescription()
DESCRIPTION+ORIGIN parameter of the SAVE_EVENT.BIConstants.SAVE_EVENTpublic java.lang.String getKeywords()
KEYWORDS+ORIGIN parameter of the SAVE_EVENT.BIConstants.SAVE_EVENTpublic java.lang.String getLocation()
LOCATION+ORIGIN parameter of the SAVE_EVENT.BIConstants.SAVE_EVENTpublic java.lang.String getOverwrite()
SAVE_EVENT. This value comes from the SAVE_OVERWRITE+ORIGIN parameter of the SAVE_EVENT.BIConstants.SAVE_EVENT, BIConstants.SAVE_OVERWRITE_YES, BIConstants.SAVE_OVERWRITE_NOpublic QueryParameterProvider getQueryParameterProvider()
QueryParameterProvider for this event.QueryParameterProvider of the current request.BIConstants.SAVE_EVENTpublic void consume()
public boolean isConsumed()
true if this event has been consumed, false if it has not.public void confirmationRequested()
ThinViewListener to have the view call the saveConfirmationRequested method of registered listeners.ThinViewListener.saveConfirmationRequested(oracle.dss.thin.beans.dataView.SaveEvent)public boolean isConfirmationRequested()
ThinViewListener requested a save confirmation event. This method returns true after a call to confirmationRequested. If this method returns true, then the view calls the saveConfirmationRequested method of any registered listeners.true if a save confirmation has been requested, false if it has not.ThinViewListener.saveConfirmationRequested(oracle.dss.thin.beans.dataView.SaveEvent)
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||