|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserInfo
| Method Summary | |
|---|---|
void |
deleteWLIUserInfo(String userid)
Deprecated. Removes this user information from the WLI database |
String |
getUserCalendarId(String userid)
Deprecated. Retrieve the calendar id for this user |
String |
getUserEmail(String userid)
Deprecated. Retrieve the email address for this user. |
boolean |
groupExistsWLS(String groupId)
Deprecated. |
void |
sync()
Deprecated. Removes all users from the WLI database that do not exist in WLS |
void |
unsetUserCalendar(String userid)
Deprecated. Unsets the calendar for this user. |
void |
updateUserCalendar(String userid,
String calendarId)
Deprecated. Sets the calendar for this user. |
void |
updateUserEmail(String userid,
String email)
Deprecated. Sets the email address for this user. |
| Method Detail |
|---|
void updateUserEmail(String userid,
String email)
throws UserInfoException,
RemoteException
userid - email -
UserInfoException
RemoteException
String getUserEmail(String userid)
throws UserInfoException,
RemoteException
userid -
UserInfoException
RemoteException
void updateUserCalendar(String userid,
String calendarId)
throws UserInfoException,
RemoteException
userid - calendarId -
UserInfoException
RemoteException
void unsetUserCalendar(String userid)
throws UserInfoException,
RemoteException
userid -
UserInfoException
RemoteException
String getUserCalendarId(String userid)
throws UserInfoException,
RemoteException
userid -
UserInfoException
RemoteException
void deleteWLIUserInfo(String userid)
throws UserInfoException,
RemoteException
userid -
UserInfoException
RemoteException
void sync()
throws UserInfoException,
RemoteException
UserInfoException
RemoteException
boolean groupExistsWLS(String groupId)
throws UserInfoException,
RemoteException
groupId -
UserInfoException
RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||