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

E22562-02

oracle.apps.fnd.applcore.globalSearch.ui
Class SearchResultItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.SearchResultItem
All Implemented Interfaces:
java.io.Serializable

public class SearchResultItem
extends java.lang.Object
implements java.io.Serializable

A single search result.

Author:
David Groves <david.groves@oracle.com>
See Also:
Serialized Form

Constructor Summary
SearchResultItem(BaseSearchAction defaultAction, java.util.List<BaseSearchAction> otherActions, java.lang.String fixedContent, java.lang.String variableContent)
          Construct this search results item.
 
Method Summary
 BaseSearchAction getDefaultAction()
          Get the Default action.
 java.lang.String getFixedContent()
          Get the fixed content.
 java.util.List<BaseSearchAction> getOtherActions()
          Get the other actions.
 java.lang.String getVariableContent()
          Get the variable content.
 boolean isOtherActionsExist()
          Do other actions exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultItem

public SearchResultItem(BaseSearchAction defaultAction,
                        java.util.List<BaseSearchAction> otherActions,
                        java.lang.String fixedContent,
                        java.lang.String variableContent)
Construct this search results item.

Parameters:
defaultAction - default action.
otherActions - other actions (ont including default).
fixedContent - fixed content.
variableContent - variable content.
Method Detail

getFixedContent

public java.lang.String getFixedContent()
Get the fixed content.

Returns:
fixed content.

getVariableContent

public java.lang.String getVariableContent()
Get the variable content.

Returns:
variable content.

getDefaultAction

public BaseSearchAction getDefaultAction()
Get the Default action.

Returns:
Default action.

isOtherActionsExist

public boolean isOtherActionsExist()
Do other actions exist.

Returns:
true iff there are other actions.

getOtherActions

public java.util.List<BaseSearchAction> getOtherActions()
Get the other actions.

Returns:
other actions.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.