com.liferay.client.soap.portal.service.http
Interface OrganizationServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_OrganizationServiceSoapBindingImpl, Portal_OrganizationServiceSoapBindingStub

public interface OrganizationServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

getUserOrganizations

OrganizationSoap[] getUserOrganizations(long userId)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrganizationId

long getOrganizationId(long companyId,
                       java.lang.String name)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOrganization

OrganizationSoap getOrganization(long organizationId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addGroupOrganizations

void addGroupOrganizations(long groupId,
                           long[] organizationIds)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addPasswordPolicyOrganizations

void addPasswordPolicyOrganizations(long passwordPolicyId,
                                    long[] organizationIds)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addOrganization

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
Throws:
java.rmi.RemoteException

addOrganization

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
Throws:
java.rmi.RemoteException

deleteLogo

void deleteLogo(long organizationId)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteOrganization

void deleteOrganization(long organizationId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getManageableOrganizations

OrganizationSoap[] getManageableOrganizations(java.lang.String actionId,
                                              int max)
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setGroupOrganizations

void setGroupOrganizations(long groupId,
                           long[] organizationIds)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsetGroupOrganizations

void unsetGroupOrganizations(long groupId,
                             long[] organizationIds)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsetPasswordPolicyOrganizations

void unsetPasswordPolicyOrganizations(long passwordPolicyId,
                                      long[] organizationIds)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateOrganization

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
Throws:
java.rmi.RemoteException

updateOrganization

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
Throws:
java.rmi.RemoteException