1
7
8 package com.liferay.client.soap.portal.service.http;
9
10 public class Portal_OrganizationServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.OrganizationServiceSoap{
11 public com.liferay.client.soap.portal.model.OrganizationSoap[] getUserOrganizations(long userId) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public long getOrganizationId(long companyId, java.lang.String name) throws java.rmi.RemoteException {
16 return -3;
17 }
18
19 public com.liferay.client.soap.portal.model.OrganizationSoap getOrganization(long organizationId) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public void addGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
24 }
25
26 public void addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) throws java.rmi.RemoteException {
27 }
28
29 public com.liferay.client.soap.portal.model.OrganizationSoap addOrganization(long parentOrganizationId, java.lang.String name, int type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments) throws java.rmi.RemoteException {
30 return null;
31 }
32
33 public void deleteOrganization(long organizationId) throws java.rmi.RemoteException {
34 }
35
36 public void setGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
37 }
38
39 public void unsetGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
40 }
41
42 public void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) throws java.rmi.RemoteException {
43 }
44
45 public com.liferay.client.soap.portal.model.OrganizationSoap updateOrganization(long organizationId, long parentOrganizationId, java.lang.String name, int type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments) throws java.rmi.RemoteException {
46 return null;
47 }
48
49 }
50