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

E22562-02

oracle.apps.fnd.applcore.profiles.model.util
Class ProfileMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.String>
          extended by oracle.apps.fnd.applcore.profiles.model.util.ProfileMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>

public class ProfileMap
extends java.util.HashMap<java.lang.String,java.lang.String>

A simple map that retrieves profile options for a managed bean.

Author:
david.groves@oracle.com
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ProfileMap()
           
ProfileMap(ProfileServiceAMImpl pAM)
           
 
Method Summary
 java.lang.String get(java.lang.String key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ProfileMap

public ProfileMap(ProfileServiceAMImpl pAM)
Parameters:
pAM -

ProfileMap

public ProfileMap()
Method Detail

get

public java.lang.String get(java.lang.String key)
Parameters:
key -
Returns:

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.