1   /**
2    * Portal_UserServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.soap.portal.service.http;
9   
10  public class Portal_UserServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.UserServiceSoap{
11      public com.liferay.client.soap.portal.model.UserSoap getUserById(long userId) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public long getDefaultUserId(long companyId) throws java.rmi.RemoteException {
16          return -3;
17      }
18  
19      public void addGroupUsers(long groupId, long[] userIds) throws java.rmi.RemoteException {
20      }
21  
22      public void addOrganizationUsers(long organizationId, long[] userIds) throws java.rmi.RemoteException {
23      }
24  
25      public void addPasswordPolicyUsers(long passwordPolicyId, long[] userIds) throws java.rmi.RemoteException {
26      }
27  
28      public void addRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
29      }
30  
31      public void addUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
32      }
33  
34      public com.liferay.client.soap.portal.model.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[] organizationIds, boolean sendEmail) throws java.rmi.RemoteException {
35          return null;
36      }
37  
38      public void deleteRoleUser(long roleId, long userId) throws java.rmi.RemoteException {
39      }
40  
41      public void deleteUser(long userId) throws java.rmi.RemoteException {
42      }
43  
44      public long[] getGroupUserIds(long groupId) throws java.rmi.RemoteException {
45          return null;
46      }
47  
48      public long[] getOrganizationUserIds(long organizationId) throws java.rmi.RemoteException {
49          return null;
50      }
51  
52      public long[] getRoleUserIds(long roleId) throws java.rmi.RemoteException {
53          return null;
54      }
55  
56      public com.liferay.client.soap.portal.model.UserSoap getUserByEmailAddress(long companyId, java.lang.String emailAddress) throws java.rmi.RemoteException {
57          return null;
58      }
59  
60      public com.liferay.client.soap.portal.model.UserSoap getUserByScreenName(long companyId, java.lang.String screenName) throws java.rmi.RemoteException {
61          return null;
62      }
63  
64      public long getUserIdByEmailAddress(long companyId, java.lang.String emailAddress) throws java.rmi.RemoteException {
65          return -3;
66      }
67  
68      public long getUserIdByScreenName(long companyId, java.lang.String screenName) throws java.rmi.RemoteException {
69          return -3;
70      }
71  
72      public boolean hasGroupUser(long groupId, long userId) throws java.rmi.RemoteException {
73          return false;
74      }
75  
76      public boolean hasRoleUser(long companyId, java.lang.String name, long userId, boolean inherited) throws java.rmi.RemoteException {
77          return false;
78      }
79  
80      public boolean hasRoleUser(long roleId, long userId) throws java.rmi.RemoteException {
81          return false;
82      }
83  
84      public void setRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
85      }
86  
87      public void setUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
88      }
89  
90      public void unsetGroupUsers(long groupId, long[] userIds) throws java.rmi.RemoteException {
91      }
92  
93      public void unsetOrganizationUsers(long organizationId, long[] userIds) throws java.rmi.RemoteException {
94      }
95  
96      public void unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds) throws java.rmi.RemoteException {
97      }
98  
99      public void unsetRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
100     }
101 
102     public void unsetUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
103     }
104 
105     public com.liferay.client.soap.portal.model.UserSoap updateActive(long userId, boolean active) throws java.rmi.RemoteException {
106         return null;
107     }
108 
109     public com.liferay.client.soap.portal.model.UserSoap updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) throws java.rmi.RemoteException {
110         return null;
111     }
112 
113     public com.liferay.client.soap.portal.model.UserSoap updateLockout(long userId, boolean lockout) throws java.rmi.RemoteException {
114         return null;
115     }
116 
117     public void updateOpenId(long userId, java.lang.String openId) throws java.rmi.RemoteException {
118     }
119 
120     public void updateOrganizations(long userId, long[] organizationIds) throws java.rmi.RemoteException {
121     }
122 
123     public com.liferay.client.soap.portal.model.UserSoap updatePassword(long userId, java.lang.String password1, java.lang.String password2, boolean passwordReset) throws java.rmi.RemoteException {
124         return null;
125     }
126 
127     public void updatePortrait(long userId, byte[] bytes) throws java.rmi.RemoteException {
128     }
129 
130     public void updateScreenName(long userId, java.lang.String screenName) throws java.rmi.RemoteException {
131     }
132 
133     public com.liferay.client.soap.portal.model.UserSoap updateUser(long userId, java.lang.String oldPassword, java.lang.String newPassword1, java.lang.String newPassword2, boolean passwordReset, 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 facebookSn, java.lang.String icqSn, java.lang.String jabberSn, java.lang.String msnSn, java.lang.String mySpaceSn, java.lang.String skypeSn, java.lang.String twitterSn, java.lang.String ymSn, java.lang.String jobTitle, long[] organizationIds) throws java.rmi.RemoteException {
134         return null;
135     }
136 
137     public com.liferay.client.soap.portal.model.UserSoap updateUser(long userId, java.lang.String oldPassword, boolean passwordReset, 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 facebookSn, java.lang.String icqSn, java.lang.String jabberSn, java.lang.String msnSn, java.lang.String mySpaceSn, java.lang.String skypeSn, java.lang.String twitterSn, java.lang.String ymSn, java.lang.String jobTitle, long[] organizationIds) throws java.rmi.RemoteException {
138         return null;
139     }
140 
141 }
142