public interface UserProfileAccessCLProxyI
| Modifier and Type | Method and Description |
|---|---|
void |
deleteElement(String elementName) |
void |
destroy() |
Types.GetElementResponse |
getElement(String elementName) |
String |
getElementValue(String elementName) |
String |
getUserProfile() |
void |
setElement(Types.SetElement params) |
void |
setElementValue(Types.SetElementValue params) |
void |
updateUserProfile(String profileContent) |
String getUserProfile() throws UserProfileAccessException
UserProfileAccessExceptionString getElementValue(String elementName) throws UserProfileAccessException
UserProfileAccessExceptionvoid setElementValue(Types.SetElementValue params) throws UserProfileAccessException
UserProfileAccessExceptionTypes.GetElementResponse getElement(String elementName) throws UserProfileAccessException
UserProfileAccessExceptionvoid setElement(Types.SetElement params) throws UserProfileAccessException
UserProfileAccessExceptionvoid deleteElement(String elementName) throws UserProfileAccessException
UserProfileAccessExceptionvoid updateUserProfile(String profileContent) throws UserProfileAccessException
UserProfileAccessExceptionvoid destroy()
throws UserProfileAccessException
UserProfileAccessExceptionCopyright © 2015. All Rights Reserved.