com.liferay.client.soap.portal.service.http
Class Portal_OrganizationServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portal.service.http.Portal_OrganizationServiceSoapBindingStub
- All Implemented Interfaces:
- OrganizationServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portal_OrganizationServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements OrganizationServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
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)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_OrganizationServiceSoapBindingStub
public Portal_OrganizationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_OrganizationServiceSoapBindingStub
public Portal_OrganizationServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_OrganizationServiceSoapBindingStub
public Portal_OrganizationServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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