Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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.

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.
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.
 
Method Summary
 BaseSearchAction getDefaultAction()
          Get the Default action.
 java.lang.String getFixedContent()
          Get the fixed content.
 java.util.Map<java.lang.String,java.io.Serializable> getOrderingAttributes()
          Get a Map of ordering attribute name, and the value for this Search result.
 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.

SearchResultItem

public 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.

Parameters:
defaultAction - default action.
otherActions - other actions (ont including default).
fixedContent - fixed content.
variableContent - variable content.
orderingAttributeValues - ordering attribute values. Cannot be null.
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.

getOrderingAttributes

public java.util.Map<java.lang.String,java.io.Serializable> getOrderingAttributes()
Get a Map of ordering attribute name, and the value for this Search result.

Returns:
attribute values

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.