com.bea.wli.user.api
Interface UserInfo


Deprecated. Use com.bea.wli.profile.api.UserProfile instead

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

updateUserEmail

void updateUserEmail(String userid,
                     String email)
                     throws UserInfoException,
                            RemoteException
Deprecated. 
Sets the email address for this user. A user record is created if it does not exist in the WLI database. Exception is thrown if the user is not a valid WLS user.

Parameters:
userid -
email -
Throws:
UserInfoException
RemoteException

getUserEmail

String getUserEmail(String userid)
                    throws UserInfoException,
                           RemoteException
Deprecated. 
Retrieve the email address for this user.

Parameters:
userid -
Returns:
The email address of the user or null if there is no email address is found.
Throws:
UserInfoException
RemoteException

updateUserCalendar

void updateUserCalendar(String userid,
                        String calendarId)
                        throws UserInfoException,
                               RemoteException
Deprecated. 
Sets the calendar for this user. A user record is created if it does not exist in the WLI database. Exception is thrown if the calendar does not exist or the user is not a valid WLS user.

Parameters:
userid -
calendarId -
Throws:
UserInfoException
RemoteException

unsetUserCalendar

void unsetUserCalendar(String userid)
                       throws UserInfoException,
                              RemoteException
Deprecated. 
Unsets the calendar for this user.

Parameters:
userid -
Throws:
UserInfoException
RemoteException

getUserCalendarId

String getUserCalendarId(String userid)
                         throws UserInfoException,
                                RemoteException
Deprecated. 
Retrieve the calendar id for this user

Parameters:
userid -
Returns:
The calendar id for the user or null if there is no calendar.
Throws:
UserInfoException
RemoteException

deleteWLIUserInfo

void deleteWLIUserInfo(String userid)
                       throws UserInfoException,
                              RemoteException
Deprecated. 
Removes this user information from the WLI database

Parameters:
userid -
Throws:
UserInfoException
RemoteException

sync

void sync()
          throws UserInfoException,
                 RemoteException
Deprecated. 
Removes all users from the WLI database that do not exist in WLS

Throws:
UserInfoException
RemoteException

groupExistsWLS

boolean groupExistsWLS(String groupId)
                       throws UserInfoException,
                              RemoteException
Deprecated. 
Parameters:
groupId -
Returns:
Throws:
UserInfoException
RemoteException