com.liferay.client.soap.portal.service.http
Class Portal_OrganizationServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_OrganizationServiceSoapBindingImpl
All Implemented Interfaces:
OrganizationServiceSoap, java.rmi.Remote

public class Portal_OrganizationServiceSoapBindingImpl
extends java.lang.Object
implements OrganizationServiceSoap


Constructor Summary
Portal_OrganizationServiceSoapBindingImpl()
           
 
Method Summary
 void addGroupOrganizations(long groupId, long[] organizationIds)
           
 OrganizationSoap addOrganization(long parentOrganizationId, java.lang.String name, java.lang.String type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, ServiceContext serviceContext)
           
 OrganizationSoap addOrganization(long parentOrganizationId, java.lang.String name, java.lang.String type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments, ServiceContext serviceContext)
           
 void addPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 void deleteLogo(long organizationId)
           
 void deleteOrganization(long organizationId)
           
 OrganizationSoap[] getManageableOrganizations(java.lang.String actionId, int max)
           
 OrganizationSoap getOrganization(long organizationId)
           
 long getOrganizationId(long companyId, java.lang.String name)
           
 OrganizationSoap[] getUserOrganizations(long userId)
           
 void setGroupOrganizations(long groupId, long[] organizationIds)
           
 void unsetGroupOrganizations(long groupId, long[] organizationIds)
           
 void unsetPasswordPolicyOrganizations(long passwordPolicyId, long[] organizationIds)
           
 OrganizationSoap updateOrganization(long organizationId, long parentOrganizationId, java.lang.String name, java.lang.String type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, ServiceContext serviceContext)
           
 OrganizationSoap updateOrganization(long organizationId, long parentOrganizationId, java.lang.String name, java.lang.String type, boolean recursable, long regionId, long countryId, int statusId, java.lang.String comments, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_OrganizationServiceSoapBindingImpl

public Portal_OrganizationServiceSoapBindingImpl()
Method Detail

getUserOrganizations

public OrganizationSoap[] getUserOrganizations(long userId)
                                        throws java.rmi.RemoteException
Specified by:
getUserOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

getOrganizationId

public long getOrganizationId(long companyId,
                              java.lang.String name)
                       throws java.rmi.RemoteException
Specified by:
getOrganizationId in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

getOrganization

public OrganizationSoap getOrganization(long organizationId)
                                 throws java.rmi.RemoteException
Specified by:
getOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

addGroupOrganizations

public void addGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws java.rmi.RemoteException
Specified by:
addGroupOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

addPasswordPolicyOrganizations

public void addPasswordPolicyOrganizations(long passwordPolicyId,
                                           long[] organizationIds)
                                    throws java.rmi.RemoteException
Specified by:
addPasswordPolicyOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

addOrganization

public OrganizationSoap addOrganization(long parentOrganizationId,
                                        java.lang.String name,
                                        java.lang.String type,
                                        boolean recursable,
                                        long regionId,
                                        long countryId,
                                        int statusId,
                                        java.lang.String comments,
                                        ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Specified by:
addOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

addOrganization

public OrganizationSoap addOrganization(long parentOrganizationId,
                                        java.lang.String name,
                                        java.lang.String type,
                                        boolean recursable,
                                        long regionId,
                                        long countryId,
                                        int statusId,
                                        java.lang.String comments,
                                        AddressSoap[] addresses,
                                        EmailAddressSoap[] emailAddresses,
                                        OrgLaborSoap[] orgLabors,
                                        PhoneSoap[] phones,
                                        WebsiteSoap[] websites,
                                        ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Specified by:
addOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

deleteLogo

public void deleteLogo(long organizationId)
                throws java.rmi.RemoteException
Specified by:
deleteLogo in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

deleteOrganization

public void deleteOrganization(long organizationId)
                        throws java.rmi.RemoteException
Specified by:
deleteOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

getManageableOrganizations

public OrganizationSoap[] getManageableOrganizations(java.lang.String actionId,
                                                     int max)
                                              throws java.rmi.RemoteException
Specified by:
getManageableOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

setGroupOrganizations

public void setGroupOrganizations(long groupId,
                                  long[] organizationIds)
                           throws java.rmi.RemoteException
Specified by:
setGroupOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

unsetGroupOrganizations

public void unsetGroupOrganizations(long groupId,
                                    long[] organizationIds)
                             throws java.rmi.RemoteException
Specified by:
unsetGroupOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

unsetPasswordPolicyOrganizations

public void unsetPasswordPolicyOrganizations(long passwordPolicyId,
                                             long[] organizationIds)
                                      throws java.rmi.RemoteException
Specified by:
unsetPasswordPolicyOrganizations in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

updateOrganization

public OrganizationSoap updateOrganization(long organizationId,
                                           long parentOrganizationId,
                                           java.lang.String name,
                                           java.lang.String type,
                                           boolean recursable,
                                           long regionId,
                                           long countryId,
                                           int statusId,
                                           java.lang.String comments,
                                           AddressSoap[] addresses,
                                           EmailAddressSoap[] emailAddresses,
                                           OrgLaborSoap[] orgLabors,
                                           PhoneSoap[] phones,
                                           WebsiteSoap[] websites,
                                           ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Specified by:
updateOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException

updateOrganization

public OrganizationSoap updateOrganization(long organizationId,
                                           long parentOrganizationId,
                                           java.lang.String name,
                                           java.lang.String type,
                                           boolean recursable,
                                           long regionId,
                                           long countryId,
                                           int statusId,
                                           java.lang.String comments,
                                           ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Specified by:
updateOrganization in interface OrganizationServiceSoap
Throws:
java.rmi.RemoteException