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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portal.service.http.Portal_CompanyServiceSoapBindingStub
All Implemented Interfaces:
CompanyServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portal_CompanyServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements CompanyServiceSoap


Field Summary
 
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
 
Constructor Summary
Portal_CompanyServiceSoapBindingStub()
           
Portal_CompanyServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portal_CompanyServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 CompanySoap addCompany(java.lang.String webId, java.lang.String virtualHost, java.lang.String mx, java.lang.String shardName, boolean system)
           
protected  org.apache.axis.client.Call createCall()
           
 CompanySoap getCompanyById(long companyId)
           
 CompanySoap getCompanyByLogoId(long logoId)
           
 CompanySoap getCompanyByMx(java.lang.String mx)
           
 CompanySoap getCompanyByVirtualHost(java.lang.String virtualHost)
           
 CompanySoap getCompanyByWebId(java.lang.String webId)
           
 CompanySoap updateCompany(long companyId, java.lang.String virtualHost, java.lang.String mx)
           
 CompanySoap updateCompany(long companyId, java.lang.String virtualHost, java.lang.String mx, java.lang.String homeURL, java.lang.String name, java.lang.String legalName, java.lang.String legalId, java.lang.String legalType, java.lang.String sicCode, java.lang.String tickerSymbol, java.lang.String industry, java.lang.String type, java.lang.String size)
           
 void updateDisplay(long companyId, java.lang.String languageId, java.lang.String timeZoneId)
           
 void updateSecurity(long companyId, java.lang.String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean communityLogo)
           
 
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
 

Constructor Detail

Portal_CompanyServiceSoapBindingStub

public Portal_CompanyServiceSoapBindingStub()
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_CompanyServiceSoapBindingStub

public Portal_CompanyServiceSoapBindingStub(java.net.URL endpointURL,
                                            javax.xml.rpc.Service service)
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_CompanyServiceSoapBindingStub

public Portal_CompanyServiceSoapBindingStub(javax.xml.rpc.Service service)
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyById

public CompanySoap getCompanyById(long companyId)
                           throws java.rmi.RemoteException
Specified by:
getCompanyById in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

addCompany

public CompanySoap addCompany(java.lang.String webId,
                              java.lang.String virtualHost,
                              java.lang.String mx,
                              java.lang.String shardName,
                              boolean system)
                       throws java.rmi.RemoteException
Specified by:
addCompany in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyByLogoId

public CompanySoap getCompanyByLogoId(long logoId)
                               throws java.rmi.RemoteException
Specified by:
getCompanyByLogoId in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyByMx

public CompanySoap getCompanyByMx(java.lang.String mx)
                           throws java.rmi.RemoteException
Specified by:
getCompanyByMx in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyByVirtualHost

public CompanySoap getCompanyByVirtualHost(java.lang.String virtualHost)
                                    throws java.rmi.RemoteException
Specified by:
getCompanyByVirtualHost in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyByWebId

public CompanySoap getCompanyByWebId(java.lang.String webId)
                              throws java.rmi.RemoteException
Specified by:
getCompanyByWebId in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

updateCompany

public CompanySoap updateCompany(long companyId,
                                 java.lang.String virtualHost,
                                 java.lang.String mx)
                          throws java.rmi.RemoteException
Specified by:
updateCompany in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

updateCompany

public CompanySoap updateCompany(long companyId,
                                 java.lang.String virtualHost,
                                 java.lang.String mx,
                                 java.lang.String homeURL,
                                 java.lang.String name,
                                 java.lang.String legalName,
                                 java.lang.String legalId,
                                 java.lang.String legalType,
                                 java.lang.String sicCode,
                                 java.lang.String tickerSymbol,
                                 java.lang.String industry,
                                 java.lang.String type,
                                 java.lang.String size)
                          throws java.rmi.RemoteException
Specified by:
updateCompany in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

updateDisplay

public void updateDisplay(long companyId,
                          java.lang.String languageId,
                          java.lang.String timeZoneId)
                   throws java.rmi.RemoteException
Specified by:
updateDisplay in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException

updateSecurity

public void updateSecurity(long companyId,
                           java.lang.String authType,
                           boolean autoLogin,
                           boolean sendPassword,
                           boolean strangers,
                           boolean strangersWithMx,
                           boolean strangersVerify,
                           boolean communityLogo)
                    throws java.rmi.RemoteException
Specified by:
updateSecurity in interface CompanyServiceSoap
Throws:
java.rmi.RemoteException