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


oracle.dss.thin.beans.persistence
Class ExplorerSearch

java.lang.Object
  |
  +--oracle.dss.thin.beans.BaseThinBeanUI
        |
        +--oracle.dss.thin.beans.persistence.Explorer
              |
              +--oracle.dss.thin.beans.persistence.ExplorerDetail
                    |
                    +--oracle.dss.thin.beans.persistence.ExplorerSearch
All Implemented Interfaces:
CheckpointState, ErrorHandlerCallback, ThinBean, ThinBeanUI

public class ExplorerSearch
extends ExplorerDetail

ExplorerSearch thin bean. ExplorerSearch is used to display results of searching the BI Beans Catalog.

Setting up the ExplorerSearch

To set up the ExplorerSearch, application developer needs to set an implementation of the oracle.dss.bicontext.BIContext interface onto it. For more details, see BIContext.

ExplorerSearch can be used standalone or in conjunction with the ExplorerTree. It is typically placed in its own page in the application, but can be launched from the ExplorerTree. To combine ExplorerSearch with ExplorerTree, set the EventTarget for BIConstants.SEARCH_EVENT on the ExplorerTree. For more details, see ExplorerTree.

ExplorerSearch fires ExplorerEvents to notify the registered ExplorerListeners when an http event has occured. For more details, see ExplorerListener, ExplorerEvent.

The ExplorerSearch generates the following events:

The ExplorerSearch handles the following events:

For more information about using the ExplorerSearch, see the "Explorer Search" topic in the BI Beans Help system.

See Also:
Explorer, ExplorerDetail, ExplorerTree, ExplorerListener, ExplorerEvent

Fields inherited from interface oracle.dss.thin.beans.ThinBeanUI
EVENT_HANDLED, EVENT_NOT_HANDLED, EVENT_RESPONSE_DONE

 

Constructor Summary
ExplorerSearch()
          Constructor.

 

Methods inherited from class oracle.dss.thin.beans.persistence.ExplorerDetail
checkpointState, getCheckpointState, getColumnNames, getColumns, getCurrentFolder, getCurrentFolderName, getSearchCriterion, getSearchString, getState, handleEvent, isBreadCrumbsVisible, isDeleteEnabled, isHeaderVisible, refreshModel, setBaseState, setBreadCrumbsVisible, setCheckpointState, setColumnNames, setColumns, setCurrentFolder, setDeleteEnabled, setHeaderVisible, setSearchCriterion, setSearchString, setSelectedPath, setState

 

Methods inherited from class oracle.dss.thin.beans.persistence.Explorer
addExplorerListener, getBIContext, getLastSelectedPath, getObjectType, getObjectTypeNames, getObjectTypes, getRootName, getRowBlockSize, getSaveAs, getSearchControls, getSearchFilters, getSearchFoldersLimit, getSelectedObjectType, getSelectedPath, getStartRow, isFoldersVisible, isObjectFilterVisible, isSearchVisible, removeExplorerListener, setBIContext, setFoldersVisible, setObjectFilterVisible, setObjectType, setObjectTypeNames, setObjectTypes, setRootName, setRowBlockSize, setSaveAs, setSearchControls, setSearchFilters, setSearchFoldersLimit, setSearchVisible, setStartRow

 

Methods inherited from class oracle.dss.thin.beans.BaseThinBeanUI
addErrorHandler, generateOnClickSubmit, getEventTarget, getLocale, getThinBeanName, removeErrorHandler, setEventTarget, setLocale, setThinBeanName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExplorerSearch

public ExplorerSearch()
Constructor.

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


Copyright © 2003, Oracle. All Rights Reserved.