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

E22562-05

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
 java.util.List getRecentSearchesCM()
          Get the List used by the UI to show the recent searches.
 void recentSearchesSelection(org.apache.myfaces.trinidad.event.SelectionEvent e)
          A recent search was selected - run it.
 void savedSearchesSelection(org.apache.myfaces.trinidad.event.SelectionEvent e)
          A saved search was selected - run it.
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.managed.GlobalSearchBaseBean
getCallerContextSavedSearches, getGlobalContextSavedSearches, getGlobalScopeSearchResultsExist, getSearchLabel, getSelectedSavedSearch, getSessionBean, isCallerContextSavedSearchesExist, isGlobalContextSavedSearchesExist, isRecentSearchesExist, performGlobalContextSavedSearch, performRecentSearch, refreshSearchUI, runSavedSearch, 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

savedSearchesSelection

public void savedSearchesSelection(org.apache.myfaces.trinidad.event.SelectionEvent e)
A saved search was selected - run it.

Parameters:
e - event from table.

getRecentSearchesCM

public java.util.List getRecentSearchesCM()
Get the List used by the UI to show the recent searches.

Returns:
List of recent searches.

recentSearchesSelection

public void recentSearchesSelection(org.apache.myfaces.trinidad.event.SelectionEvent e)
A recent search was selected - run it.

Parameters:
e - event from table.

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.