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.portal.service.http;
9   
10  public class Portal_OrganizationServiceSoapBindingImpl implements com.liferay.client.portal.service.http.OrganizationServiceSoap{
11      public com.liferay.client.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.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 {
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 void deleteOrganization(long organizationId) throws java.rmi.RemoteException {
30      }
31  
32      public void setGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
33      }
34  
35      public void unsetGroupOrganizations(long groupId, long[] organizationIds) throws java.rmi.RemoteException {
36      }
37  
38      public void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds) throws java.rmi.RemoteException {
39      }
40  
41      public com.liferay.client.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 {
42          return null;
43      }
44  
45      public com.liferay.client.portal.model.OrganizationSoap getOrganization(long organizationId) throws java.rmi.RemoteException {
46          return null;
47      }
48  
49  }
50