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

E22562-02

oracle.apps.fnd.applcore.globalSearch.ui.ecsf
Class WCURLInHomepageSearchAction

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.BaseSearchAction
      extended by oracle.apps.fnd.applcore.globalSearch.ui.TaskSearchAction
          extended by oracle.apps.fnd.applcore.globalSearch.ui.ecsf.WCURLInHomepageSearchAction
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BaseSearchAction>

public class WCURLInHomepageSearchAction
extends TaskSearchAction

A Search Action for Web Center URL shown in a homepage containing an IFRAME.

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

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.globalSearch.ui.TaskSearchAction
_applicationStripe, _navTaskFile, _navTaskKeyList, _navTaskLabel, _navTaskName, _navTaskParametersList, _pageDefinition, _pageParametersList, _taskFlowURL, _viewId, _webApp
 
Fields inherited from class oracle.apps.fnd.applcore.globalSearch.ui.BaseSearchAction
_iconURL, _title, _toolTip, DEFAULT_TASK_FILE, DEFAULT_TASK_NAME, DEFAULT_UNRESOLVED_TITLE, PARAMETER_APPLICATION_STRIPE, PARAMETER_ICON_URL, PARAMETER_NAV_TASK_KEY_LIST, PARAMETER_NAV_TASK_LABEL, PARAMETER_NAV_TASK_PARAMETERS_LIST, PARAMETER_NEW_BROWSER_TAB, PARAMETER_PAGE_DEFINITION, PARAMETER_PAGE_PARAMETERS_LIST, PARAMETER_REQUEST_CONTEXT_PATH, PARAMETER_TASK_FILE, PARAMETER_TASK_NAME, PARAMETER_TOOLTIP, PARAMETER_VIEW_ID, PARAMETER_WEB_APP
 
Constructor Summary
WCURLInHomepageSearchAction(java.lang.String title, java.lang.String url, java.lang.String icon, java.lang.String additionalPreferenceParams)
          Default Constructor.
 
Method Summary
 java.lang.String getPageParametersList()
          Get the pageParametersList property value.
 java.lang.String getWebApp()
          Get the webApp property value.
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.TaskSearchAction
defaultParamsToCurrentPage, evaluateParams, evaluateTitle, getMethodParameters, getNavTaskFlowId, getNavTaskKeyList, getNavTaskLabel, getNavTaskParametersList, getNavTaskParametersMap, getViewId
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.BaseSearchAction
compareTo, getDefaultSearchAction, getIconURL, getIconURLExists, getTitle, getToolTip, getUnformattedTitle, isTaskAction, setDefaultSearchAction, setToolTip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCURLInHomepageSearchAction

public WCURLInHomepageSearchAction(java.lang.String title,
                                   java.lang.String url,
                                   java.lang.String icon,
                                   java.lang.String additionalPreferenceParams)
Default Constructor.

Parameters:
title - title.
url - url.
icon - possibly null icon.
additionalPreferenceParams - additonal params of the form name1=value1&name2=value2
Method Detail

getWebApp

public java.lang.String getWebApp()
Get the webApp property value.

Overrides:
getWebApp in class TaskSearchAction
Returns:
webApp property value.

getPageParametersList

public java.lang.String getPageParametersList()
Get the pageParametersList property value.

Overrides:
getPageParametersList in class TaskSearchAction
Returns:
pageParametersList property value.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.