1
7
8 package com.liferay.client.portal.service.http;
9
10 public class Portal_UserServiceSoapBindingImpl implements com.liferay.client.portal.service.http.UserServiceSoap{
11 public com.liferay.client.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 com.liferay.client.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 organizationId, long locationId, boolean sendEmail) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public void deleteUser(long userId) throws java.rmi.RemoteException {
24 }
25
26 public com.liferay.client.portal.model.UserSoap updatePassword(long userId, java.lang.String password1, java.lang.String password2, boolean passwordReset) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public void addGroupUsers(long groupId, long[] userIds) throws java.rmi.RemoteException {
31 }
32
33 public com.liferay.client.portal.model.UserSoap[] getGroupUsers(long groupId) throws java.rmi.RemoteException {
34 return null;
35 }
36
37 public void addPasswordPolicyUsers(long passwordPolicyId, long[] userIds) throws java.rmi.RemoteException {
38 }
39
40 public void addRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
41 }
42
43 public void addUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
44 }
45
46 public void updateOrganizations(long userId, long organizationId, long locationId) throws java.rmi.RemoteException {
47 }
48
49 public com.liferay.client.portal.model.UserSoap getUserByEmailAddress(long companyId, java.lang.String emailAddress) throws java.rmi.RemoteException {
50 return null;
51 }
52
53 public com.liferay.client.portal.model.UserSoap getUserByScreenName(long companyId, java.lang.String screenName) throws java.rmi.RemoteException {
54 return null;
55 }
56
57 public void deleteRoleUser(long roleId, long userId) throws java.rmi.RemoteException {
58 }
59
60 public com.liferay.client.portal.model.UserSoap[] getRoleUsers(long roleId) throws java.rmi.RemoteException {
61 return null;
62 }
63
64 public boolean hasGroupUser(long groupId, long userId) throws java.rmi.RemoteException {
65 return false;
66 }
67
68 public boolean hasRoleUser(long roleId, long userId) throws java.rmi.RemoteException {
69 return false;
70 }
71
72 public void setGroupUsers(long groupId, long[] userIds) throws java.rmi.RemoteException {
73 }
74
75 public void setRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
76 }
77
78 public void setUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
79 }
80
81 public void unsetGroupUsers(long groupId, long[] userIds) throws java.rmi.RemoteException {
82 }
83
84 public void unsetPasswordPolicyUsers(long passwordPolicyId, long[] userIds) throws java.rmi.RemoteException {
85 }
86
87 public void unsetRoleUsers(long roleId, long[] userIds) throws java.rmi.RemoteException {
88 }
89
90 public void unsetUserGroupUsers(long userGroupId, long[] userIds) throws java.rmi.RemoteException {
91 }
92
93 public com.liferay.client.portal.model.UserSoap updateActive(long userId, boolean active) throws java.rmi.RemoteException {
94 return null;
95 }
96
97 public com.liferay.client.portal.model.UserSoap updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse) throws java.rmi.RemoteException {
98 return null;
99 }
100
101 public com.liferay.client.portal.model.UserSoap updateLockout(long userId, boolean lockout) throws java.rmi.RemoteException {
102 return null;
103 }
104
105 public void updatePortrait(long userId, byte[] bytes) throws java.rmi.RemoteException {
106 }
107
108 public com.liferay.client.portal.model.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 {
109 return null;
110 }
111
112 }
113