1   /**
2    * Portal_OrganizationServiceSoapBindingImpl.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_OrganizationServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.OrganizationServiceSoap{
11      public com.liferay.client.soap.portal.model.OrganizationSoap[] getUserOrganizations(long userId, boolean inheritUserGroups) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.soap.portal.model.OrganizationSoap[] getUserOrganizations(long userId) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public long getOrganizationId(long companyId, java.lang.String name) throws java.rmi.RemoteException {
20          return -3;
21      }
22  
23      public com.liferay.client.soap.portal.model.OrganizationSoap getOrganization(long organizationId) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public void addGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
28      }
29  
30      public void addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) throws java.rmi.RemoteException {
31      }
32  
33      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 {
34          return null;
35      }
36  
37      public void deleteOrganization(long organizationId) throws java.rmi.RemoteException {
38      }
39  
40      public void setGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
41      }
42  
43      public void unsetGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
44      }
45  
46      public void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) throws java.rmi.RemoteException {
47      }
48  
49      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 {
50          return null;
51      }
52  
53  }
54