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

E22562-03

Uses of Class
oracle.apps.fnd.applcore.globalSearch.ui.BaseSearchAction

Packages that use BaseSearchAction
oracle.apps.fnd.applcore.globalSearch.ui This package is for Global Search UI classes. 
oracle.apps.fnd.applcore.globalSearch.ui.ecsf This package is for classes implementing ECSF specific searching within Global Search. 
 

Uses of BaseSearchAction in oracle.apps.fnd.applcore.globalSearch.ui
 

Subclasses of BaseSearchAction in oracle.apps.fnd.applcore.globalSearch.ui
 class TaskSearchAction
          A Search Action for ECSF Task Types.
 class URLSearchAction
          A Search Action for URL Task Types.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui that return BaseSearchAction
 BaseSearchAction SearchResultItem.getDefaultAction()
          Get the Default action.
 BaseSearchAction BaseSearchAction.getDefaultSearchAction()
          Get the default Search Action.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui that return types with arguments of type BaseSearchAction
 java.util.List<BaseSearchAction> SearchResultItem.getOtherActions()
          Get the other actions.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui with parameters of type BaseSearchAction
 int BaseSearchAction.compareTo(BaseSearchAction thatSearchAction)
          Do comparison of this category to thatSearchAction based on the lowercase Display name.
 void BaseSearchAction.setDefaultSearchAction(BaseSearchAction defaultSearchAction)
          Set the default Search Action.
 

Constructors in oracle.apps.fnd.applcore.globalSearch.ui with parameters of type BaseSearchAction
SearchResultItem(BaseSearchAction defaultAction, java.util.List<BaseSearchAction> otherActions, java.lang.String fixedContent, java.lang.String variableContent)
          Construct this search results item.
SearchResultItem(BaseSearchAction defaultAction, java.util.List<BaseSearchAction> otherActions, java.lang.String fixedContent, java.lang.String variableContent, java.util.Map<java.lang.String,java.io.Serializable> orderingAttributeValues)
          Construct this search results item.
 

Constructor parameters in oracle.apps.fnd.applcore.globalSearch.ui with type arguments of type BaseSearchAction
SearchResultItem(BaseSearchAction defaultAction, java.util.List<BaseSearchAction> otherActions, java.lang.String fixedContent, java.lang.String variableContent)
          Construct this search results item.
SearchResultItem(BaseSearchAction defaultAction, java.util.List<BaseSearchAction> otherActions, java.lang.String fixedContent, java.lang.String variableContent, java.util.Map<java.lang.String,java.io.Serializable> orderingAttributeValues)
          Construct this search results item.
 

Uses of BaseSearchAction in oracle.apps.fnd.applcore.globalSearch.ui.ecsf
 

Subclasses of BaseSearchAction in oracle.apps.fnd.applcore.globalSearch.ui.ecsf
 class ECSFTaskSearchAction
          A Search Action for Task flow for ECSF.
 class ECSFURLInTaskSearchAction
          A Search Action for URLs shown in Task flow for ECSF.
 class ECSFURLSearchAction
          A Search Action for URLs shown seperate browser windows for ECSF.
 class WCURLInHomepageSearchAction
          A Search Action for Web Center URL shown in a homepage containing an IFRAME.
 


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.