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

E22562-07

oracle.apps.fnd.applcore.customization.uiPublic.menu.taskslist
Class ApplcoreCustomizationUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.menu.taskslist.ApplcoreCustomizationUtils

public class ApplcoreCustomizationUtils
extends java.lang.Object


Constructor Summary
ApplcoreCustomizationUtils()
           
 
Method Summary
static boolean getBoolean(java.lang.String value, boolean defaultValue)
           
static java.lang.Object[] getCurrentTreeSelection(oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
static java.lang.Object getFirstSelectedTreePath(org.apache.myfaces.trinidad.component.UIXTree tree)
           
static java.lang.String getPagePath(org.apache.myfaces.trinidad.component.UIXComponentBase uiComponent)
           
static ItemNode getRootItemNode(TasksListCustomizationBean tasksListBean, oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
static ItemNode getSelectedItemNode(TasksListCustomizationBean tasksListBean, oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
static ItemNode getSelectedItemNodeParent(TasksListCustomizationBean tasksListBean, oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
static boolean isEmpty(java.lang.String value)
           
static java.lang.Object resolveExpression(java.lang.String expression)
           
static void setCurrentTreeSelection(java.lang.Object[] selection, oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreCustomizationUtils

public ApplcoreCustomizationUtils()
Method Detail

getPagePath

public static java.lang.String getPagePath(org.apache.myfaces.trinidad.component.UIXComponentBase uiComponent)

getBoolean

public static boolean getBoolean(java.lang.String value,
                                 boolean defaultValue)

isEmpty

public static boolean isEmpty(java.lang.String value)

getCurrentTreeSelection

public static java.lang.Object[] getCurrentTreeSelection(oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

setCurrentTreeSelection

public static void setCurrentTreeSelection(java.lang.Object[] selection,
                                           oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

getFirstSelectedTreePath

public static java.lang.Object getFirstSelectedTreePath(org.apache.myfaces.trinidad.component.UIXTree tree)

getSelectedItemNodeParent

public static ItemNode getSelectedItemNodeParent(TasksListCustomizationBean tasksListBean,
                                                 oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

getSelectedItemNode

public static ItemNode getSelectedItemNode(TasksListCustomizationBean tasksListBean,
                                           oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

getRootItemNode

public static ItemNode getRootItemNode(TasksListCustomizationBean tasksListBean,
                                       oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

resolveExpression

public static java.lang.Object resolveExpression(java.lang.String expression)

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.