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

E22562-01

oracle.apps.fnd.applcore.trees.ui.util
Class UIHierarchyMethodsMap

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.util.UIHierarchyMethodsMap
All Implemented Interfaces:
java.util.Map

public class UIHierarchyMethodsMap
extends java.lang.Object
implements java.util.Map

Customized map to store and invoke id specific information for the hierarchy.

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
UIHierarchyMethodsMap()
          Constructor for UIHierarchyMethodsMap.
 
Method Summary
 void clear()
          Clears a map.
 boolean containsKey(java.lang.Object key)
          Checks whether it contains the given key.
 boolean containsValue(java.lang.Object value)
          Checks whether it contains the given key.
 java.util.Set entrySet()
          Sets the entry set.
 boolean equals(java.lang.Object o)
          Empty implementation for equals.
 java.lang.Object get(java.lang.Object key)
          Customized method to get and invoke method for given key.
 java.lang.reflect.Method getUIHierarchyMethod()
          Gets the UIHierarchy Method.
 java.lang.Object getUIHierarchyMethodClass()
          Getter for UIHerarchyMethod Class.
 int hashCode()
          Empty implementation of hashCode.
 boolean isEmpty()
          Check if the Map is empty.
 java.util.Set keySet()
          Empty implementation for KeySet.
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
          puts the given key value pair.
 void putAll(java.util.Map t)
          Empty implementation of putAll.
 java.lang.Object remove(java.lang.Object key)
          Empty implementation for remove.
 void setUIHierarchyMethod(java.lang.reflect.Method method)
          Sets the UIHierarchy Method.
 void setUIHierarchyMethodClass(java.lang.Object runClass)
          Setter for UIHerarchyMethod Class.
 int size()
          gets the size similar to base class(java.util.Map).
 java.util.Collection values()
          Empty implementation for Collection values.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIHierarchyMethodsMap

public UIHierarchyMethodsMap()
Constructor for UIHierarchyMethodsMap.

Method Detail

setUIHierarchyMethodClass

public void setUIHierarchyMethodClass(java.lang.Object runClass)
Setter for UIHerarchyMethod Class.

Parameters:
runClass - as class object

getUIHierarchyMethodClass

public java.lang.Object getUIHierarchyMethodClass()
Getter for UIHerarchyMethod Class.

Returns:
uiHierarchyMethodClass as class object

setUIHierarchyMethod

public void setUIHierarchyMethod(java.lang.reflect.Method method)
Sets the UIHierarchy Method.

Parameters:
method - as Method

getUIHierarchyMethod

public java.lang.reflect.Method getUIHierarchyMethod()
Gets the UIHierarchy Method.

Returns:
Hierarchy Method to be invoked as Method

size

public int size()
gets the size similar to base class(java.util.Map).

Specified by:
size in interface java.util.Map
Returns:
size as int

isEmpty

public boolean isEmpty()
Check if the Map is empty.

Specified by:
isEmpty in interface java.util.Map
Returns:
true if it is empty map

containsKey

public boolean containsKey(java.lang.Object key)
Checks whether it contains the given key.

Specified by:
containsKey in interface java.util.Map
Parameters:
key - as object
Returns:
true if given key is found

containsValue

public boolean containsValue(java.lang.Object value)
Checks whether it contains the given key.

Specified by:
containsValue in interface java.util.Map
Parameters:
value - as object
Returns:
true if given key is found

get

public java.lang.Object get(java.lang.Object key)
Customized method to get and invoke method for given key.

Specified by:
get in interface java.util.Map
Parameters:
key - as object
Returns:
object as return result for registered method

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
puts the given key value pair.

Specified by:
put in interface java.util.Map
Parameters:
key - as object
value - as object
Returns:
put object

remove

public java.lang.Object remove(java.lang.Object key)
Empty implementation for remove.

Specified by:
remove in interface java.util.Map
Parameters:
key - as object
Returns:
object removed

putAll

public void putAll(java.util.Map t)
Empty implementation of putAll.

Specified by:
putAll in interface java.util.Map
Parameters:
t - Map

clear

public void clear()
Clears a map.

Specified by:
clear in interface java.util.Map

keySet

public java.util.Set keySet()
Empty implementation for KeySet.

Specified by:
keySet in interface java.util.Map
Returns:
Set for keys

values

public java.util.Collection values()
Empty implementation for Collection values.

Specified by:
values in interface java.util.Map
Returns:
Collection of values

entrySet

public java.util.Set entrySet()
Sets the entry set.

Specified by:
entrySet in interface java.util.Map
Returns:
set as entry set

equals

public boolean equals(java.lang.Object o)
Empty implementation for equals.

Specified by:
equals in interface java.util.Map
Overrides:
equals in class java.lang.Object
Parameters:
o - as object
Returns:
true if object equals

hashCode

public int hashCode()
Empty implementation of hashCode.

Specified by:
hashCode in interface java.util.Map
Overrides:
hashCode in class java.lang.Object
Returns:
hashCode value

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.