|
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.datautil.gui.DefaultGuiContext | +--oracle.dss.datautil.gui.DefaultComponentContext | +--oracle.dss.datautil.gui.DefaultBuilderContext | +--oracle.dss.queryBuilder.QueryBuilder
This class is the main class of the QueryBuilder bean. The QueryBuilder bean is a customizer of the QueryManager bean that lets users query data against a multidimensional model and have access to the advanced analytical query capabilities of Oracle OLAP.
Field Summary | |
static int |
ADD The add action, which adds new members. |
static int |
CONDITIONS The Conditions panel. |
static int |
DEFAULT The default label type. |
static int |
DEFAULT_CONDITIONS Indicates that the Conditions panel is visible by default. |
static int |
DEFAULT_FAVORITES Indicates that the Favorites panel is visible by default. |
static int |
DEFAULT_MEMBERS Indicates that the Members panel is visible by default. |
static int |
DEFAULT_PREVIEW Indicates that the Preview panel is visible by default. |
static int |
DEFAULT_STEPS Indicates that the Steps panel is visible by default. |
static java.lang.String |
DIMENSION_PANEL_ID The identifier for the Dimensions panel. |
static int |
DIMENSIONS The Dimension panel. |
static int |
FAVORITES The Favorites panel. |
static int |
HIDDEN_DIMENSIONS The Hidden Dimensions panel. |
static java.lang.String |
HIDDEN_DIMENSIONS_PANEL_ID The identifier for the Hidden Dimensions panel. |
static int |
ITEMS The Items panel. |
static java.lang.String |
ITEMS_PANEL_ID The identifier for the Items panel. |
static int |
KEEP The keep action, which keeps the new members in the current selection and discards the others. |
static int |
LAYOUT The Layout panel. |
static java.lang.String |
LAYOUT_PANEL_ID The identifier for the Layout panel. |
static int |
MEMBERS The Members panel. |
static int |
PREVIEW The Preview panel. |
static int |
REMOVE The remove action, which removes the new members from the current selection and keeps the others. |
static int |
STEPS The Steps panel. |
static int |
WELCOME The Welcome panel. |
static java.lang.String |
WELCOME_PANEL_ID The identifier for the Welcome panel. |
Fields inherited from interface oracle.dss.datautil.gui.BuilderContext |
APPLY_MEASURE_FILTER, EVALUATE_MEASURE_DIMENSION, TABBED, WIZARD |
Constructor Summary | |
QueryBuilder() Deprecated. As of 2.6.0.20, replaced by QueryBuilder(Dialog) or by QueryBuilder(Frame) . | |
QueryBuilder(java.awt.Dialog owner) Constructor that specifies the dialog that serves as the parent for the QueryBuilder . | |
QueryBuilder(java.awt.Frame owner) Constructor that specifies the frame that serves as the parent for the QueryBuilder . |
Method Summary | |
boolean |
addPanel(StandardPanel panel, java.lang.String panelId) Adds a panel to this QueryBuilder object, before the specified panel. |
void |
applyChanges() Applies the changes made in this QueryBuilder object to the query in the Query object and creates a new query, if necessary. |
boolean |
doApply() Signals that the user selected the Apply button. |
boolean |
doCancel() Signals that the user selected the Cancel button. |
boolean |
doOK() Signals that the user selected the OK button. |
int |
getDefaultAction() Retrieves the default action that appears in the Action box in the Conditions panel and the Favorites panel. |
int |
getDefaultAvailableDimensionsPanel() Retrieves which panel, in the group of panels on the left side of the Dimension panel (that is, the Members, Conditions, or Favorites panel), is visible by default. |
int |
getDefaultSelectedDimensionsPanel() Retrieves which panel, in the group of panels on the right side of the Dimension panel (that is, the Steps or Preview panel), is visible by default. |
java.util.Vector |
getDimensionPanels() Retrieves the DimensionPanel objects for this QueryBuilder object. |
java.lang.String[] |
getFavoriteSearchPathNames() Retrieves the array of names for renaming folders in the Favorites tab in the QueryBuilder. |
java.lang.String[] |
getFavoriteSearchPaths() Retrieves the array of folders for the Favorites tab in the QueryBuilder. |
HiddenDimensionsPanel |
getHiddenDimensionsPanel() Retrieves the HiddenDimensionsPanel object for this QueryBuilder object. |
java.lang.String[] |
getItemSearchPathNames() Retrieves the array of names for renaming folders in the Items panel in the QueryBuilder. |
java.lang.String[] |
getItemSearchPaths() Retrieves the array of folders for the Items panel in the QueryBuilder. |
ItemsPanel |
getItemsPanel() Retrieves the ItemsPanel object for this QueryBuilder object. |
QueryBuilderLayoutPanel |
getLayoutPanel() Retrieves the LayoutPanel object for this QueryBuilder object. |
int |
getPanelCount() Retrieves the number of panels in this QueryBuilder object. |
java.util.Vector |
getPanelList() Retrieves the list of panels for this QueryBuilder object. |
QueryContext |
getQuery() Retrieves the Query object for this QueryBuilder object. |
Layout |
getViewLayoutPanel() Retrieves the view Layout object that appears in the QueryBuilderPanel object. |
int |
getVisibleDimensionPanels() Retrieves which of the panels that are contained by the Dimension panel (that is, Members, Conditions, Favorites, Steps, and Preview) are visible in this QueryBuilder object. |
java.lang.String[] |
getVisibleDimensions() Retrieves the list of visible dimensions. |
int |
getVisiblePanels() Retrieves which top-level panels (that is, Welcome, Items, Layout, Dimension, and Hiddens Dimensions) are visible in the QueryBuilderDialog object that is used to display this QueryBuilder object. |
boolean |
initialize() Signals the QueryBuilder to create the graphical components. |
void |
initialize(java.util.Hashtable env) Initializes the implementation of the Persistable interface. |
boolean |
isAbstractConditionsEnabled() Indicates whether abstract names(such as Measure1 > Measure2) or actual names (such as Sales > Costs) are used to identify measures in conditions. |
boolean |
isApplyAllowed() Indicates whether the Apply button in the QueryBuilderDialog object is displayed, in tabbed mode only. |
boolean |
isConditionGroupingEnabled() Indicates whether the available conditions in the Conditions panel are grouped into folders. |
boolean |
isConditionsPanelVisible() Indicates whether the Conditions panel is visible. |
boolean |
isDimensionsPanelVisible() Indicates whether the Dimension panel is visible. |
boolean |
isDimensionVisible() Retrieves whether the Choose box on the Dimension panel is displayed. |
boolean |
isFavoritesPanelVisible() Indicates whether the Favorites panel is visible. |
boolean |
isHiddenDimensionsPanelVisible() Indicates whether the Hidden Dimensions panel is visible. |
boolean |
isHierarchyVisible() Indicates whether the Level/Hierarchy box in the appropriate Edit Step dialog boxes is displayed. |
boolean |
isItemsPanelVisible() Indicates whether the Items panel is visible. |
boolean |
isLayoutPanelVisible() Indicates whether the Layout panel is visible. |
boolean |
isManualSortAllowed() Indicates whether manual sorting is allowed in the Sort Items dialog box and whether drag-and-drop sorting is allowed in the Preview panel. |
boolean |
isMembersPanelVisible() Indicates whether the Members panel is visible. |
boolean |
isPreviewPanelVisible() Indicates whether the Preview panel is visible. |
boolean |
isQualifierVisible() Indicates whether, for each measure in a condition, the For box and the Qualify button in the Edit Condition dialog box are displayed. |
boolean |
isSaveAllowed() Indicates whether the Save button in the Dimension panel is displayed. |
boolean |
isSortAllowed() Indicates whether the Sort button in the Dimension panel is displayed. |
boolean |
isStartCollapsed() Indicates whether the dimension lists in the Dimensions panel first appear collapsed or expanded. |
boolean |
isStepsPanelVisible() Indicates whether the Steps panel is visible. |
boolean |
isVisible() Indicates whether this QueryBuilder object is displayed in a QueryBuilderDialog object. |
boolean |
isWelcomePanelVisible() Indicates whether the Welcome panel is visible. |
boolean |
removePanel(java.lang.String panelId) Removes the panel from the list of panels in the panel context. |
boolean |
run() Displays the QueryBuilder object. |
void |
setAbstractConditionsEnabled(boolean blnAbstractConditions) Specifies whether to use abstract names(such as Measure1 > Measure2) or actual names (such as Sales > Costs) to identify measures in conditions. |
void |
setApplyAllowed(boolean blnApplyAllowed) Specifies whether to display the Apply button in the QueryBuilderDialog |
void |
setConditionGroupingEnabled(boolean blnGroupConditions) Specifies whether to group the available conditions in the Conditions panel into folders. |
void |
setDefaultAction(int intDefaultAction) Specifies the default action to appear in the Action box in the Conditions panel and the Favorites panel. |
void |
setDefaultAvailableDimensionsPanel(int intDefaultAvailableDimensionsPanel) Specifies which panel, in the group of panels on the left side of the Dimension panel (that is, the Members, Conditions, or Favorites panel), is to be visible by default. |
void |
setDefaultSelectedDimensionsPanel(int intDefaultSelectedDimensionsPanel) Specifies which panel, in the group of panels on the right side of the Dimension panel (that is, the Steps or Preview panel), is to be visible by default. |
void |
setDimensionPanels(java.util.Vector dimensions) Specifies the DimensionPanel objects for this QueryBuilder object. |
void |
setDimensionVisible(boolean blnDimensionVisible) Specifies whether to display the Choose box in the Dimension panel. |
void |
setFavoriteSearchPathNames(java.lang.String[] pathNames) Specifies an array of names to use for renaming folders for display in the Favorites tab in the QueryBuilder. |
void |
setFavoriteSearchPaths(java.lang.String[] paths) Specifies an array of folders whose names are not displayed in the Favorites tab in the QueryBuilder. |
void |
setHierarchyVisible(boolean blnHierarchyVisible) Specifies whether to display the Level/Hierarchy box in the appropriate Edit Step dialog boxes. |
void |
setItemSearchPathNames(java.lang.String[] pathNames) Specifies an array of names to use for renaming folders for display in the Items panel in the QueryBuilder. |
void |
setItemSearchPaths(java.lang.String[] paths) Specifies an array of folders whose names are not displayed in the Items panel in the QueryBuilder. |
void |
setLocale(java.util.Locale locale) Specifies the locale for this QueryBuilder object. |
void |
setManualSortAllowed(boolean blnManualSortAllowed) Specifies whether to allow manual sorting in the Sort Items dialog box and to allow drag-and-drop sorting in the Preview panel. |
void |
setQualifierVisible(boolean blnQDRVisible) Specifies whether to display, for each measure in a condition, the For box and the Qualify button in the Edit Condition dialog box. |
void |
setQuery(QueryContext queryContext) Specifies the QueryContext object for this QueryBuilder object. |
void |
setQueryContext(QueryContext queryContext) Specifies the QueryContext object. |
void |
setSaveAllowed(boolean blnSaveAllowed) Specifies whether to display the Save button in the Dimension panel. |
void |
setSortAllowed(boolean blnSortAllowed) Specifies whether to display the Sort button in the Dimension panel. |
void |
setStartCollapsed(boolean blnStartCollapsed) Specifies whether the dimension lists in the Dimensions panel should first appear expanded or collapsed. |
void |
setViewLayoutPanel(Layout viewLayoutPanel) Specifies the view Layout object to appear in the QueryBuilderPanel object. |
void |
setVisible(boolean blnVisible) Specifies whether to display this QueryBuilder object in a QueryBuilderDialog object. |
void |
setVisibleDimensionPanels(int intVisibleDimensionPanels) Specifies which of the panels that are contained by the Dimension panel (that is, Members, Conditions, Favorites, Steps, and Preview) are to be visible in this QueryBuilder object. |
void |
setVisibleDimensions(java.lang.String[] strVisibleDimensions) Specifies the dimensions that are to be accessible from this QueryBuilder object. |
void |
setVisiblePanels(int intVisiblePanels) Specifies which top-level panels (that is, Welcome, Items, Layout, Dimension, and Hidden Dimensions) are to be visible in the QueryBuilderDialog object that is used to display this QueryBuilder object. |
Methods inherited from class oracle.dss.datautil.gui.DefaultBuilderContext |
addErrorHandler, getBuilderContent, getContainer, getDefaultPanelId, getErrorHandler, getHelpProvider, getLocale, getMode, getPanel, getResourcesLocation, getSize, getTitle, isPanelVisible, isShowWelcomeNextTime, removeErrorHandler, setBuilderContent, setContainer, setDefaultPanelId, setHelpProvider, setMode, setPanelVisible, setShowWelcomeNextTime, setSize, setTitle |
Methods inherited from class oracle.dss.datautil.gui.DefaultComponentContext |
getDimensionContext, getDisplayLabelType, getDisplayMemberLabelType, getMeasureContext, getParent, getPopupItemCount, setDimensionContext, setDisplayLabelType, setDisplayMemberLabelType, setMeasureContext, setParent, setPopupItemCount |
Methods inherited from class oracle.dss.datautil.gui.DefaultGuiContext |
getMetadataManager, getParentFrame, getQueryContext, setMetadataManager, setParentFrame |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.dss.datautil.gui.ComponentContext |
getDimensionContext, getDisplayLabelType, getDisplayMemberLabelType, getMeasureContext, getParent, getPopupItemCount, setDimensionContext, setDisplayLabelType, setDisplayMemberLabelType, setMeasureContext, setParent, setPopupItemCount |
Methods inherited from interface oracle.dss.datautil.gui.GuiContext |
getMetadataManager, getParentFrame, getQueryContext, setMetadataManager, setParentFrame |
Field Detail |
public static final int ADD
public static final int KEEP
public static final int REMOVE
public static final java.lang.String ITEMS_PANEL_ID
public static final java.lang.String LAYOUT_PANEL_ID
public static final java.lang.String DIMENSION_PANEL_ID
public static final java.lang.String HIDDEN_DIMENSIONS_PANEL_ID
public static final java.lang.String WELCOME_PANEL_ID
public static final int WELCOME
public static final int ITEMS
public static final int LAYOUT
public static final int DIMENSIONS
public static final int HIDDEN_DIMENSIONS
public static final int DEFAULT_MEMBERS
public static final int DEFAULT_CONDITIONS
public static final int DEFAULT_FAVORITES
public static final int DEFAULT_STEPS
public static final int DEFAULT_PREVIEW
public static final int MEMBERS
public static final int CONDITIONS
public static final int FAVORITES
public static final int STEPS
public static final int PREVIEW
public static final int DEFAULT
Constructor Detail |
public QueryBuilder(java.awt.Dialog owner)
QueryBuilder
.owner
- The dialog to serve as the parent.public QueryBuilder(java.awt.Frame owner)
QueryBuilder
.owner
- The frame to serve as the parent.public QueryBuilder()
QueryBuilder(Dialog)
or by QueryBuilder(Frame)
.Method Detail |
public void setQueryContext(QueryContext queryContext)
QueryContext
object.setQueryContext
in class DefaultGuiContext
queryContext
- The QueryContext
object.public void setSaveAllowed(boolean blnSaveAllowed)
blnSaveAllowed
- true
if the Save button is to be displayed, false
if it is not.public boolean isSaveAllowed()
true
if the Save button is displayed, false
if it is not.public void setManualSortAllowed(boolean blnManualSortAllowed)
blnManualSortAllowed
- true
if manual sorting is allowed, false
if it is not.public boolean isManualSortAllowed()
true
if manual sorting is allowed, false
if it is not.public void setSortAllowed(boolean blnSortAllowed)
blnSortAllowed
- true
if the Sort button is to be displayed, false
if it is not.public boolean isSortAllowed()
true
if the Sort button is displayed, false
if it is not.public void setApplyAllowed(boolean blnApplyAllowed)
QueryBuilderDialog
Apply button applies all previously unapplied changes without closing the QueryBuilder.blnApplyAllowed
- true
if the Apply button is to be displayed, false
if it is not.public boolean isApplyAllowed()
QueryBuilderDialog
object is displayed, in tabbed mode only. The Apply button applies all previously unapplied changes, without closing the QueryBuilder.true
if the Apply button is displayed, false
if it is not.public void setDimensionVisible(boolean blnDimensionVisible)
QueryBuilder
object is wizard, then set this method to false
, because a separate Dimension panel appears for each dimension, which eliminates the need for the Choose box.blnDimensionsVisible
- true
if the Choose box is to be displayed, false
if it is not.public void setVisibleDimensions(java.lang.String[] strVisibleDimensions)
QueryBuilder
object. By default, all dimensions in the cube are accessible.dimensions
- The unique dimension identifiers for the dimensions that are to be accessible. See your administrator for the unique dimension identifiers for your dimensions.public java.lang.String[] getVisibleDimensions()
String
that specifies the list of visible dimensions.public boolean isDimensionVisible()
true
if the Choose box is displayed, false
if it is not.public void setHierarchyVisible(boolean blnHierarchyVisible)
blnHierarchyVisible
- true
if the Level/Hierarchy box is to be displayed, false
if it is not.public boolean isHierarchyVisible()
true
if the Level/Hierarchy box is displayed, false
if it is not.public void setStartCollapsed(boolean blnStartCollapsed)
blnStartCollapsed
- true
if the dimension lists should first appear collapsed, false
if they should not.public boolean isStartCollapsed()
true
if the dimension lists first appear collapsed, false
if they do not.public void setDefaultAction(int intDefaultAction)
intDefaultAction
- A constant that represents the action.ADD
, KEEP
, REMOVE
public int getDefaultAction()
ADD
, KEEP
, REMOVE
public void setQualifierVisible(boolean blnQDRVisible)
blnQDRVisible
- true
if, for each measure in a condition, the For box and the Qualify button are to be displayed in the Edit Condition dialog box; false
if they are not.public boolean isQualifierVisible()
true
if, for each measure in a condition, the For box and the Qualify button are displayed; false
if they are not.public void setVisible(boolean blnVisible)
QueryBuilder
object in a QueryBuilderDialog
object. If you do not display this QueryBuilder
object in a QueryBuilderDialog
object, then you must create your own container in which to display this QueryBuilder
object.blnVisible
- true
if the this QueryBuilder
object is to be displayed in a QueryBuilderDialog
object; false
if it is not.public boolean isVisible()
QueryBuilder
object is displayed in a QueryBuilderDialog
object.true
if the this QueryBuilder
object is displayed in a QueryBuilderDialog
object; false
if it is not.public boolean isWelcomePanelVisible()
true
if the Welcome panel is visible, false
if it is not.public boolean isItemsPanelVisible()
true
if the Items panel is visible, false
if it is not.public boolean isLayoutPanelVisible()
true
if the Layout panel is visible, false
if it is not.public boolean isDimensionsPanelVisible()
true
if the Dimension panel is visible, false
if it is not.public boolean isHiddenDimensionsPanelVisible()
true
if the Hidden Dimensions panel is visible, false
if it is not.public void setDefaultAvailableDimensionsPanel(int intDefaultAvailableDimensionsPanel)
intDefaultAvailableDimensionsPanel
- A constant that represents the panel.DEFAULT_CONDITIONS
, DEFAULT_FAVORITES
, DEFAULT_MEMBERS
public int getDefaultAvailableDimensionsPanel()
DEFAULT_CONDITIONS
, DEFAULT_FAVORITES
, DEFAULT_MEMBERS
public boolean isFavoritesPanelVisible()
true
if the Favorites panel is visible, false
if it is not.public boolean isMembersPanelVisible()
true
if the Members panel is visible, false
if it is not.public boolean isConditionsPanelVisible()
true
if the Conditions panel is visible, false
if it is not.public void setDefaultSelectedDimensionsPanel(int intDefaultSelectedDimensionsPanel)
intDefaultSelectedDimensionsPanel
- A constant that represents the panel.DEFAULT_PREVIEW
, DEFAULT_STEPS
public int getDefaultSelectedDimensionsPanel()
DEFAULT_PREVIEW
, DEFAULT_STEPS
public boolean isStepsPanelVisible()
true
if the Steps panel is visible, false
if it is not.public boolean isPreviewPanelVisible()
true
if the Preview panel is visible, false
if it is not.public void setQuery(QueryContext queryContext)
QueryContext
object for this QueryBuilder
object.queryContext
- The QueryContext
object that implements the QueryContext interface.public QueryContext getQuery()
Query
object for this QueryBuilder
object.Query
object that implements the QueryContext
interface.public void applyChanges() throws DataUtilException
QueryBuilder
object to the query in the Query
object and creates a new query, if necessary.blnApplySelections
- true
if the changes are to be applied, false
if they are not.DataUtilException
- If an error occurs.public int getPanelCount()
QueryBuilder
object.public ItemsPanel getItemsPanel()
ItemsPanel
object for this QueryBuilder
object.ItemsPanel
object.public QueryBuilderLayoutPanel getLayoutPanel()
LayoutPanel
object for this QueryBuilder
object.LayoutPanel
object.public Layout getViewLayoutPanel()
Layout
object that appears in the QueryBuilderPanel
object.Layout
object.public void setViewLayoutPanel(Layout viewLayoutPanel)
Layout
object to appear in the QueryBuilderPanel
object.viewLayoutPanel
- The Layout
object.public java.util.Vector getDimensionPanels()
DimensionPanel
objects for this QueryBuilder
object.DimensionPanel
objects.public void setDimensionPanels(java.util.Vector dimensions)
DimensionPanel
objects for this QueryBuilder
object.dimensions
- The unique dimension identifiers for the dimensions that are to be displayed in a DimensionPanel
object. See your administrator for the unique dimension identifiers for your dimensions.public HiddenDimensionsPanel getHiddenDimensionsPanel()
HiddenDimensionsPanel
object for this QueryBuilder
object.HiddenDimensionsPanel
object.public void setVisiblePanels(int intVisiblePanels)
QueryBuilderDialog
object that is used to display this QueryBuilder
object.intVisiblePanels
- A constant that represents the panels that are to be visible.DIMENSION_PANEL_ID
, HIDDEN_DIMENSIONS_PANEL_ID
, ITEMS_PANEL_ID
, LAYOUT_PANEL_ID
, WELCOME_PANEL_ID
public int getVisiblePanels()
QueryBuilderDialog
object that is used to display this QueryBuilder
object.DIMENSION_PANEL_ID
, HIDDEN_DIMENSIONS_PANEL_ID
, ITEMS_PANEL_ID
, LAYOUT_PANEL_ID
, WELCOME_PANEL_ID
, isDimensionsPanelVisible()
, isHiddenDimensionsPanelVisible()
, isItemsPanelVisible()
, isLayoutPanelVisible()
, isWelcomePanelVisible()
public void setVisibleDimensionPanels(int intVisibleDimensionPanels)
QueryBuilder
object.intVisibleDimensionPanels
- A constant that represents the panels that are to be visible.DEFAULT_MEMBERS
, DEFAULT_CONDITIONS
, DEFAULT_FAVORITES
, DEFAULT_STEPS
public int getVisibleDimensionPanels()
QueryBuilder
object.DEFAULT_MEMBERS
, DEFAULT_CONDITIONS
, DEFAULT_FAVORITES
, DEFAULT_STEPS
public boolean isConditionGroupingEnabled()
true
if the available conditions are grouped into folders; false
if they are not.public void setConditionGroupingEnabled(boolean blnGroupConditions)
blnGroupConditions
- true
if the available conditions are to be grouped into folders, false
if they are not.public boolean isAbstractConditionsEnabled()
true
if abstract names are used, false
if actual names are used.public void setAbstractConditionsEnabled(boolean blnAbstractConditions)
blnAbstractConditions
- true
if abstract names are to be used, false
if actual names are to be used.public void initialize(java.util.Hashtable env)
Persistable
interface.public boolean addPanel(StandardPanel panel, java.lang.String panelId)
QueryBuilder
object, before the specified panel. See the BI Beans Help system for important information about adding panels, especially before the Welcome panel.addPanel
in class DefaultBuilderContext
panel
- The panel to add.panelId
- The ID of the panel that appears after the new panel.public boolean removePanel(java.lang.String panelId)
removePanel
in class DefaultBuilderContext
panelId
- The ID of the panel to be removed.true
if the remove operation is successful, false
if the remove operation is not successful.public boolean doApply() throws DataUtilException
doApply
in class DefaultBuilderContext
true
if the apply operation is successful, false
if it is not.DataUtilException
- If an error occurs.public boolean doOK() throws DataUtilException
doOK
in class DefaultBuilderContext
true
if the apply and cleanup operations are successful, false
if they are not.DataUtilException
- If an error occurs.public boolean doCancel()
doCancel
in class DefaultBuilderContext
true
if the cleanup operation is successful, false
if it is not.public java.util.Vector getPanelList()
QueryBuilder
object.getPanelList
in class DefaultBuilderContext
QueryBuilder
object.public boolean initialize()
initialize
in class DefaultBuilderContext
true
if no problems were encountered, false
if a problem was encountered.public boolean run() throws DataUtilException
QueryBuilder
object.run
in class DefaultBuilderContext
DataUtilException
- If an error occurs.public void setLocale(java.util.Locale locale)
QueryBuilder
object.setLocale
in class DefaultBuilderContext
locale
- The locale
object for this QueryBuilder
object.public void setItemSearchPaths(java.lang.String[] paths)
paths
- The folder names.public java.lang.String[] getItemSearchPaths()
public void setItemSearchPathNames(java.lang.String[] pathNames)
paths
- The folder names.public java.lang.String[] getItemSearchPathNames()
public void setFavoriteSearchPaths(java.lang.String[] paths)
paths
- The folder names.public java.lang.String[] getFavoriteSearchPaths()
public void setFavoriteSearchPathNames(java.lang.String[] pathNames)
paths
- The folder names.public java.lang.String[] getFavoriteSearchPathNames()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |