Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.globalSearch.ui.managed
Class GlobalSearchSummaryBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.managed.GlobalSearchBaseBean
      extended by oracle.apps.fnd.applcore.globalSearch.ui.managed.GlobalSearchSummaryBean

public class GlobalSearchSummaryBean
extends GlobalSearchBaseBean

Backing bean for global search Summary popups. Note that both the summary popup in UIShell (with the show results of last search commandLink), and in the results popup (without last search commandLink) are bound to this bean. They will run independently and have their own class instances, as required by being within af:declarativeComponents. In this second case any bindings related to the "last search results" ui (currently none) will be null.

Author:
David Groves <david.groves@oracle.com>

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.globalSearch.ui.managed.GlobalSearchBaseBean
_sessionBean
 
Constructor Summary
GlobalSearchSummaryBean()
          Public constructor.
 
Method Summary
 boolean getSearchResultsExist()
          Do any Search Results exist?
 void searchResultsSavedSelectionChanged(javax.faces.event.ValueChangeEvent vce)
          React to a change in the selection of a saved search in the search results area.
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.managed.GlobalSearchBaseBean
getSavedSearches, getSearchLabel, getSelectedSavedSearch, getSessionBean, isSavedSearchesExist, performSavedSearch, refreshSearchUI, savedSearchSelectionChanged, setSelectedSavedSearch, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalSearchSummaryBean

public GlobalSearchSummaryBean()
Public constructor.

Method Detail

getSearchResultsExist

public boolean getSearchResultsExist()
Do any Search Results exist?

Returns:
true if so, false otherwise.

searchResultsSavedSelectionChanged

public void searchResultsSavedSelectionChanged(javax.faces.event.ValueChangeEvent vce)
React to a change in the selection of a saved search in the search results area. This will run the selected search in the current callerContext.

Parameters:
vce - event.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.