Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.peopleconnections.profile
Class ProfileFactory

java.lang.Object
  extended by oracle.webcenter.peopleconnections.profile.ProfileFactory


public class ProfileFactory
extends java.lang.Object

Factory from which configuration specific implementations of UserProfileManager and Relationship Manager can be retrieved.


Field Summary
static java.lang.String ERROR_RES_BUNDLE_NAME
           
static java.util.Map<ProfileConstants.Implementations,java.lang.String> implementationMap
           

 

Method Summary
static PreferencesManager getGenericPreferencesManager()
           
static UserProfileManager getProfileManager()
           
static RelationshipManager getRelationshipManager()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

implementationMap

public static java.util.Map<ProfileConstants.Implementations,java.lang.String> implementationMap

ERROR_RES_BUNDLE_NAME

public static final java.lang.String ERROR_RES_BUNDLE_NAME
See Also:
Constant Field Values

Method Detail

getProfileManager

public static UserProfileManager getProfileManager()
                                            throws ProfileException
Throws:
ProfileException

getRelationshipManager

public static RelationshipManager getRelationshipManager()

getGenericPreferencesManager

public static PreferencesManager getGenericPreferencesManager()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.