public interface UserProfileManager
| Modifier and Type | Method and Description |
|---|---|
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.
|
WCUserProfile getProfile(java.lang.String userID) throws ProfileException
ProfileExceptionWCUserProfile getProfileByGUID(java.lang.String userGUID) throws ProfileException
ProfileExceptionvoid teardown()
ActivityException - If any problem occurs during teardownWCUserProfile getProfileForUpdate(java.lang.String userID) throws ProfileException
ProfileExceptionjava.util.List<WCUserProfile> getPeers(java.lang.String userID) throws ProfileException
ProfileException