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

E22562-07

oracle.apps.fnd.applcore.patterns.ui.managed
Class ApplicationsUABean

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsUABean

public class ApplicationsUABean
extends java.lang.Object


Constructor Summary
ApplicationsUABean()
           
 
Method Summary
 boolean getHelpNotAvailable()
           
 java.util.List<HelpTopicItem> getHelpPortalTopicItems(java.lang.String uapKey)
          Method to get the Help URLS from the Help Portal.
 ValuePasserMap getHelpPortalTopics()
          Using the Map to pass value from the jspx to the bean.
 ValuePasserMap getMoreHelpUrl()
          Using the Map to pass value from the jspx to the bean.
 java.lang.String getMoreHelpUrlValue(java.lang.String uapKey)
          Method to get the Help URLS from the Help Portal.
 ValuePasserMap getSourceFile()
          Using the Map to pass value from the jspx to the bean.
 java.lang.String getSourceFileValue(java.lang.String fileType)
          Method to get the the fileType image for the links.
 oracle.adf.view.rich.component.rich.RichPopup getUaPopup()
           
 void setHelpNotAvailable(boolean helpNotAvailable)
           
 void setUaPopup(oracle.adf.view.rich.component.rich.RichPopup uaPopup)
           
 void userAssistanceListener(javax.faces.event.ActionEvent actionEvent)
           
 void userAssistancePopupListener(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsUABean

public ApplicationsUABean()
Method Detail

userAssistancePopupListener

public void userAssistancePopupListener(javax.faces.event.ActionEvent actionEvent)

userAssistanceListener

public void userAssistanceListener(javax.faces.event.ActionEvent actionEvent)

getHelpPortalTopics

public ValuePasserMap getHelpPortalTopics()
Using the Map to pass value from the jspx to the bean. In this case the value passed is the helpPortalKey to get the HelpPortalUrl's for the given key.

Returns:
valuePasserMap

getHelpPortalTopicItems

public java.util.List<HelpTopicItem> getHelpPortalTopicItems(java.lang.String uapKey)
Method to get the Help URLS from the Help Portal.

Returns:
list of HelpTopicItem's

getMoreHelpUrl

public ValuePasserMap getMoreHelpUrl()
Using the Map to pass value from the jspx to the bean. In this case the value passed is the helpPortalKey to form the more help url.

Returns:
valuePasserMap

getMoreHelpUrlValue

public java.lang.String getMoreHelpUrlValue(java.lang.String uapKey)
Method to get the Help URLS from the Help Portal.

Returns:
list of HelpTopicItem's

getSourceFile

public ValuePasserMap getSourceFile()
Using the Map to pass value from the jspx to the bean. In this case the value passed is the topicType.

Returns:
valuePasserMap

getSourceFileValue

public java.lang.String getSourceFileValue(java.lang.String fileType)
Method to get the the fileType image for the links.

Returns:
image source

setHelpNotAvailable

public void setHelpNotAvailable(boolean helpNotAvailable)

getHelpNotAvailable

public boolean getHelpNotAvailable()

setUaPopup

public void setUaPopup(oracle.adf.view.rich.component.rich.RichPopup uaPopup)

getUaPopup

public oracle.adf.view.rich.component.rich.RichPopup getUaPopup()

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.