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

E22562-01

oracle.apps.fnd.applcore.trees.ui.managed
Class HierarchyPicker

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
      extended by oracle.apps.fnd.applcore.trees.ui.managed.HierarchyPicker
All Implemented Interfaces:
java.io.Serializable

public class HierarchyPicker
extends TreeBackingBean

JSF managed bean for working with hierarchies.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>
See Also:
Serialized Form

Constructor Summary
HierarchyPicker()
          Constructs the Hierarchy Node picker componenent.
 
Method Summary
 void changeTree(javax.faces.event.ValueChangeEvent event)
           
 void changeTreeVersion(javax.faces.event.ValueChangeEvent event)
           
 void changeTs(javax.faces.event.ValueChangeEvent event)
           
 java.util.List<javax.faces.model.SelectItem> getAvailableTrees()
          Gets the available trees.
 java.util.List<javax.faces.model.SelectItem> getAvailableTreeStructures()
          Gets the available trees.
 java.util.List<javax.faces.model.SelectItem> getAvailableTreeVersions()
          Given the tree structure and tree code, get the available tree versions.
 void hierarchyListener(oracle.adf.view.rich.event.DialogEvent dEvent)
          Dialog listener for set inactive status popup dialog.
 void pickerActionListener(javax.faces.event.ActionEvent aEvent)
           
 void searchHierarchy(javax.faces.event.ActionEvent searchEvent)
           
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
evaluateExpr, getBindingContainer, getCentralTreeNodeAM, getCreateTreeAM, getHierarchyAM, getRootAM, getTreeStructureAM, getTreeStructureAuditAM, noActionMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyPicker

public HierarchyPicker()
Constructs the Hierarchy Node picker componenent. Constructor for the Hierarchy

Method Detail

getAvailableTreeStructures

public java.util.List<javax.faces.model.SelectItem> getAvailableTreeStructures()
Gets the available trees.

Returns:
List of available trees as select items

getAvailableTrees

public java.util.List<javax.faces.model.SelectItem> getAvailableTrees()
Gets the available trees.

Returns:
List of available trees as select items

getAvailableTreeVersions

public java.util.List<javax.faces.model.SelectItem> getAvailableTreeVersions()
Given the tree structure and tree code, get the available tree versions.

Returns:
List of avaliable tree versions as the select items.

searchHierarchy

public void searchHierarchy(javax.faces.event.ActionEvent searchEvent)

hierarchyListener

public void hierarchyListener(oracle.adf.view.rich.event.DialogEvent dEvent)
Dialog listener for set inactive status popup dialog.

Parameters:
dEvent - Dialog Event

pickerActionListener

public void pickerActionListener(javax.faces.event.ActionEvent aEvent)

changeTs

public void changeTs(javax.faces.event.ValueChangeEvent event)

changeTree

public void changeTree(javax.faces.event.ValueChangeEvent event)

changeTreeVersion

public void changeTreeVersion(javax.faces.event.ValueChangeEvent event)

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.