|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
deleteWLIUserInfo(String userid)
Removes this user information from the WLI database |
String |
getUserCalendarId(String userid)
Retrieve the calendar id for this user |
String |
getUserEmail(String userid)
Retrieve the email address for this user. |
boolean |
groupExistsWLS(String groupId)
|
void |
sync()
Removes all users from the WLI database 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. |
Method Detail |
public void updateUserEmail(String userid, String email) throws UserInfoException, RemoteException
userid
- email
-
UserInfoException
RemoteException
public String getUserEmail(String userid) throws UserInfoException, RemoteException
userid
-
UserInfoException
RemoteException
public void updateUserCalendar(String userid, String calendarId) throws UserInfoException, RemoteException
userid
- calendarId
-
UserInfoException
RemoteException
public void unsetUserCalendar(String userid) throws UserInfoException, RemoteException
userid
-
UserInfoException
RemoteException
public String getUserCalendarId(String userid) throws UserInfoException, RemoteException
userid
-
UserInfoException
RemoteException
public void deleteWLIUserInfo(String userid) throws UserInfoException, RemoteException
userid
-
UserInfoException
RemoteException
public void sync() throws UserInfoException, RemoteException
UserInfoException
RemoteException
public 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 |