|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserProfile
Method Summary | |
---|---|
void |
deleteUserProfile(String userid)
Removes this user information from the WLI database |
String[] |
getAllUserIds()
Returns all the user names with in the WLS server |
String |
getUserCalendarId(String userid)
Retrieve the calendar id for this user |
String |
getUserEmail(String userid)
Retrieve the email address for this user. |
void |
sync()
Removes all user profiles from users that do not exist in WLS |
void |
unsetUserCalendar(String userid)
Unsets the calendar for this user. |
void |
updateUserCalendar(String userid,
String calendarId)
Sets the calendar for this user. |
void |
updateUserEmail(String userid,
String email)
Sets the email address for this user. |
boolean |
userExistsWLS(String userId)
|
Method Detail |
---|
void updateUserEmail(String userid, String email) throws ProfileException, RemoteException
userid
- email
-
ProfileException
RemoteException
String getUserEmail(String userid) throws ProfileException, RemoteException
userid
-
ProfileException
RemoteException
void updateUserCalendar(String userid, String calendarId) throws ProfileException, RemoteException
userid
- calendarId
-
ProfileException
RemoteException
void unsetUserCalendar(String userid) throws ProfileException, RemoteException
userid
-
ProfileException
RemoteException
String getUserCalendarId(String userid) throws ProfileException, RemoteException
userid
-
ProfileException
RemoteException
void deleteUserProfile(String userid) throws ProfileException, RemoteException
userid
-
ProfileException
RemoteException
void sync() throws ProfileException, RemoteException
ProfileException
RemoteException
boolean userExistsWLS(String userId) throws ProfileException, RemoteException
userId
-
ProfileException
RemoteException
String[] getAllUserIds() throws RemoteException
RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |