Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.model.CompanySoap

Packages that use CompanySoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

Uses of CompanySoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return CompanySoap
static CompanySoap CompanySoap.toSoapModel(Company model)
           
static CompanySoap[] CompanySoap.toSoapModels(Company[] models)
           
static CompanySoap[][] CompanySoap.toSoapModels(Company[][] models)
           
static CompanySoap[] CompanySoap.toSoapModels(List<Company> models)
           
 

Uses of CompanySoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type CompanySoap
static Company CompanyModelImpl.toModel(CompanySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Company> CompanyModelImpl.toModels(CompanySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of CompanySoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return CompanySoap
static CompanySoap CompanyServiceSoap.addCompany(String webId, String virtualHost, String mx, String shardName, boolean system, int maxUsers, boolean active)
          Adds a company.
static CompanySoap CompanyServiceSoap.getCompanyById(long companyId)
          Returns the company with the primary key.
static CompanySoap CompanyServiceSoap.getCompanyByLogoId(long logoId)
          Returns the company with the logo.
static CompanySoap CompanyServiceSoap.getCompanyByMx(String mx)
          Returns the company with the mail domian.
static CompanySoap CompanyServiceSoap.getCompanyByVirtualHost(String virtualHost)
          Returns the company with the virtual host name.
static CompanySoap CompanyServiceSoap.getCompanyByWebId(String webId)
          Returns the company with the web domain.
static CompanySoap CompanyServiceSoap.updateCompany(long companyId, String virtualHost, String mx, int maxUsers, boolean active)
          Updates the company
static CompanySoap CompanyServiceSoap.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
          Updates the company with additional account information.
 


Liferay 6.1.2-ce-ga3