com.bea.p13n.usermgmt.profile
Class ProfileValueCache

java.lang.Object
  extended by com.bea.p13n.usermgmt.profile.ProfileValueCache

public class ProfileValueCache
extends Object

This class provides access to all cached properties values of a profile


Constructor Summary
ProfileValueCache(String profileName, EntityPropertyCache profileValues)
           
 
Method Summary
 String getName()
           
 EntityPropertyCache getProperties()
           
 Object getProperty(String propertySet, String propertyName)
          Get the value of a specific property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileValueCache

public ProfileValueCache(String profileName,
                         EntityPropertyCache profileValues)
Method Detail

getName

public String getName()
Returns
name of the profile

getProperties

public EntityPropertyCache getProperties()
Returns
all properties values

getProperty

public Object getProperty(String propertySet,
                          String propertyName)
Get the value of a specific property

Parameters
propertySet - name of property set
propertyName - name of the property within property set
Returns
property value, null if property does not exists


Copyright © 2011, Oracle. All rights reserved.