Save As Dialog

The Save As dialog is a BI Beans thin bean, for use in an HTML-client application. It collects information from users about where to save a thin presentation bean in the BI Beans Catalog.

The ThinBeanUI implementation of the Save As dialog is the oracle.dss.thin.beans.dataView.SaveAs class. The UINode for the Save As dialog is oracle.dss.thin.beans.dataView.SaveAsBean. To render the Save As dialog, your servlet must associate the SaveAs object with the SaveAsBean object.

The JSP tag for this dialog is the SaveAs tag. In the UIX Language, the definition element is the saveAsDef element, and the UINode is the saveAs element.

The SaveAs object should be stored in the session, because it is used in conjunction with the Explorer Detail bean, which is stored in the session.

Events that this bean generates

The Save As dialog generates the following thin-bean events, which are defined in the oracle.dss.thin.beans.BIConstants interface:

Event that this bean handles

The Save As bean handles the BIConstants.INIT_EVENT. The SaveAs object passes this event to any ThinBeanDialogListener implementations that have been registered with it.

Initializing the Save As dialog

Initialize the Save As dialog as you would initialize any thin bean dialog. In your initialization code, complete the following tasks: