Skip navigation links

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


oracle.webcenter.peopleconnections.profile
Interface UserProfileManager


public interface UserProfileManager

Method Summary
 java.util.List<WCUserProfile> getPeers(java.lang.String userID)
           
 WCUserProfile getProfile(java.lang.String userID)
           
 WCUserProfile getProfileByGUID(java.lang.String userGUID)
           
 WCUserProfile getProfileForUpdate(java.lang.String userID)
           
 void teardown()
          Does cleanup for this service this is normally called from the app shutdown context listener.

 

Method Detail

getProfile

WCUserProfile getProfile(java.lang.String userID)
                         throws ProfileException
Throws:
ProfileException

getProfileByGUID

WCUserProfile getProfileByGUID(java.lang.String userGUID)
                               throws ProfileException
Throws:
ProfileException

teardown

void teardown()
Does cleanup for this service this is normally called from the app shutdown context listener.
Throws:
ActivityException - If any problem occurs during teardown

getProfileForUpdate

WCUserProfile getProfileForUpdate(java.lang.String userID)
                                  throws ProfileException
Throws:
ProfileException

getPeers

java.util.List<WCUserProfile> getPeers(java.lang.String userID)
                                       throws ProfileException
Throws:
ProfileException

Skip navigation links

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


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