com.liferay.client.portal.service.http
Class Portal_UserServiceSoapBindingImpl

java.lang.Object
  extended bycom.liferay.client.portal.service.http.Portal_UserServiceSoapBindingImpl
All Implemented Interfaces:
java.rmi.Remote, UserServiceSoap

public class Portal_UserServiceSoapBindingImpl
extends java.lang.Object
implements UserServiceSoap


Constructor Summary
Portal_UserServiceSoapBindingImpl()
           
 
Method Summary
 void addGroupUsers(long groupId, long[] userIds)
           
 void addPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 void addRoleUsers(long roleId, long[] userIds)
           
 UserSoap addUser(long companyId, boolean autoPassword, java.lang.String password1, java.lang.String password2, boolean autoScreenName, java.lang.String screenName, java.lang.String emailAddress, java.lang.String locale, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, java.lang.String jobTitle, long organizationId, long locationId, boolean sendEmail)
           
 void addUserGroupUsers(long userGroupId, long[] userIds)
           
 void deleteRoleUser(long roleId, long userId)
           
 void deleteUser(long userId)
           
 long getDefaultUserId(long companyId)
           
 UserSoap[] getGroupUsers(long groupId)
           
 UserSoap[] getRoleUsers(long roleId)
           
 UserSoap getUserByEmailAddress(long companyId, java.lang.String emailAddress)
           
 UserSoap getUserById(long userId)
           
 UserSoap getUserByScreenName(long companyId, java.lang.String screenName)
           
 boolean hasGroupUser(long groupId, long userId)
           
 boolean hasRoleUser(long roleId, long userId)
           
 void setGroupUsers(long groupId, long[] userIds)
           
 void setRoleUsers(long roleId, long[] userIds)
           
 void setUserGroupUsers(long userGroupId, long[] userIds)
           
 void unsetGroupUsers(long groupId, long[] userIds)
           
 void unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds)
           
 void unsetRoleUsers(long roleId, long[] userIds)
           
 void unsetUserGroupUsers(long userGroupId, long[] userIds)
           
 UserSoap updateActive(long userId, boolean active)
           
 UserSoap updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
           
 UserSoap updateLockout(long userId, boolean lockout)
           
 void updateOrganizations(long userId, long organizationId, long locationId)
           
 UserSoap updatePassword(long userId, java.lang.String password1, java.lang.String password2, boolean passwordReset)
           
 void updatePortrait(long userId, byte[] bytes)
           
 UserSoap updateUser(long userId, java.lang.String password, java.lang.String screenName, java.lang.String emailAddress, java.lang.String languageId, java.lang.String timeZoneId, java.lang.String greeting, java.lang.String comments, java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, java.lang.String smsSn, java.lang.String aimSn, java.lang.String icqSn, java.lang.String jabberSn, java.lang.String msnSn, java.lang.String skypeSn, java.lang.String ymSn, java.lang.String jobTitle, long organizationId, long locationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_UserServiceSoapBindingImpl

public Portal_UserServiceSoapBindingImpl()
Method Detail

getUserById

public UserSoap getUserById(long userId)
                     throws java.rmi.RemoteException
Specified by:
getUserById in interface UserServiceSoap
Throws:
java.rmi.RemoteException

getDefaultUserId

public long getDefaultUserId(long companyId)
                      throws java.rmi.RemoteException
Specified by:
getDefaultUserId in interface UserServiceSoap
Throws:
java.rmi.RemoteException

addUser

public UserSoap addUser(long companyId,
                        boolean autoPassword,
                        java.lang.String password1,
                        java.lang.String password2,
                        boolean autoScreenName,
                        java.lang.String screenName,
                        java.lang.String emailAddress,
                        java.lang.String locale,
                        java.lang.String firstName,
                        java.lang.String middleName,
                        java.lang.String lastName,
                        int prefixId,
                        int suffixId,
                        boolean male,
                        int birthdayMonth,
                        int birthdayDay,
                        int birthdayYear,
                        java.lang.String jobTitle,
                        long organizationId,
                        long locationId,
                        boolean sendEmail)
                 throws java.rmi.RemoteException
Specified by:
addUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException

deleteUser

public void deleteUser(long userId)
                throws java.rmi.RemoteException
Specified by:
deleteUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updatePassword

public UserSoap updatePassword(long userId,
                               java.lang.String password1,
                               java.lang.String password2,
                               boolean passwordReset)
                        throws java.rmi.RemoteException
Specified by:
updatePassword in interface UserServiceSoap
Throws:
java.rmi.RemoteException

addGroupUsers

public void addGroupUsers(long groupId,
                          long[] userIds)
                   throws java.rmi.RemoteException
Specified by:
addGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

getGroupUsers

public UserSoap[] getGroupUsers(long groupId)
                         throws java.rmi.RemoteException
Specified by:
getGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

addPasswordPolicyUsers

public void addPasswordPolicyUsers(long passwordPolicyId,
                                   long[] userIds)
                            throws java.rmi.RemoteException
Specified by:
addPasswordPolicyUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

addRoleUsers

public void addRoleUsers(long roleId,
                         long[] userIds)
                  throws java.rmi.RemoteException
Specified by:
addRoleUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

addUserGroupUsers

public void addUserGroupUsers(long userGroupId,
                              long[] userIds)
                       throws java.rmi.RemoteException
Specified by:
addUserGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updateOrganizations

public void updateOrganizations(long userId,
                                long organizationId,
                                long locationId)
                         throws java.rmi.RemoteException
Specified by:
updateOrganizations in interface UserServiceSoap
Throws:
java.rmi.RemoteException

getUserByEmailAddress

public UserSoap getUserByEmailAddress(long companyId,
                                      java.lang.String emailAddress)
                               throws java.rmi.RemoteException
Specified by:
getUserByEmailAddress in interface UserServiceSoap
Throws:
java.rmi.RemoteException

getUserByScreenName

public UserSoap getUserByScreenName(long companyId,
                                    java.lang.String screenName)
                             throws java.rmi.RemoteException
Specified by:
getUserByScreenName in interface UserServiceSoap
Throws:
java.rmi.RemoteException

deleteRoleUser

public void deleteRoleUser(long roleId,
                           long userId)
                    throws java.rmi.RemoteException
Specified by:
deleteRoleUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException

getRoleUsers

public UserSoap[] getRoleUsers(long roleId)
                        throws java.rmi.RemoteException
Specified by:
getRoleUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

hasGroupUser

public boolean hasGroupUser(long groupId,
                            long userId)
                     throws java.rmi.RemoteException
Specified by:
hasGroupUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException

hasRoleUser

public boolean hasRoleUser(long roleId,
                           long userId)
                    throws java.rmi.RemoteException
Specified by:
hasRoleUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException

setGroupUsers

public void setGroupUsers(long groupId,
                          long[] userIds)
                   throws java.rmi.RemoteException
Specified by:
setGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

setRoleUsers

public void setRoleUsers(long roleId,
                         long[] userIds)
                  throws java.rmi.RemoteException
Specified by:
setRoleUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

setUserGroupUsers

public void setUserGroupUsers(long userGroupId,
                              long[] userIds)
                       throws java.rmi.RemoteException
Specified by:
setUserGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

unsetGroupUsers

public void unsetGroupUsers(long groupId,
                            long[] userIds)
                     throws java.rmi.RemoteException
Specified by:
unsetGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

unsetPasswordPolicyUsers

public void unsetPasswordPolicyUsers(long passwordPolicyId,
                                     long[] userIds)
                              throws java.rmi.RemoteException
Specified by:
unsetPasswordPolicyUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

unsetRoleUsers

public void unsetRoleUsers(long roleId,
                           long[] userIds)
                    throws java.rmi.RemoteException
Specified by:
unsetRoleUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

unsetUserGroupUsers

public void unsetUserGroupUsers(long userGroupId,
                                long[] userIds)
                         throws java.rmi.RemoteException
Specified by:
unsetUserGroupUsers in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updateActive

public UserSoap updateActive(long userId,
                             boolean active)
                      throws java.rmi.RemoteException
Specified by:
updateActive in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updateAgreedToTermsOfUse

public UserSoap updateAgreedToTermsOfUse(long userId,
                                         boolean agreedToTermsOfUse)
                                  throws java.rmi.RemoteException
Specified by:
updateAgreedToTermsOfUse in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updateLockout

public UserSoap updateLockout(long userId,
                              boolean lockout)
                       throws java.rmi.RemoteException
Specified by:
updateLockout in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updatePortrait

public void updatePortrait(long userId,
                           byte[] bytes)
                    throws java.rmi.RemoteException
Specified by:
updatePortrait in interface UserServiceSoap
Throws:
java.rmi.RemoteException

updateUser

public UserSoap updateUser(long userId,
                           java.lang.String password,
                           java.lang.String screenName,
                           java.lang.String emailAddress,
                           java.lang.String languageId,
                           java.lang.String timeZoneId,
                           java.lang.String greeting,
                           java.lang.String comments,
                           java.lang.String firstName,
                           java.lang.String middleName,
                           java.lang.String lastName,
                           int prefixId,
                           int suffixId,
                           boolean male,
                           int birthdayMonth,
                           int birthdayDay,
                           int birthdayYear,
                           java.lang.String smsSn,
                           java.lang.String aimSn,
                           java.lang.String icqSn,
                           java.lang.String jabberSn,
                           java.lang.String msnSn,
                           java.lang.String skypeSn,
                           java.lang.String ymSn,
                           java.lang.String jobTitle,
                           long organizationId,
                           long locationId)
                    throws java.rmi.RemoteException
Specified by:
updateUser in interface UserServiceSoap
Throws:
java.rmi.RemoteException