Java com.liferay.portal.kernel.service CompanyLocalServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service CompanyLocalServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service CompanyLocalServiceUtil.

The text is from its open source code.

Method

com.liferay.portal.kernel.model.CompanyaddCompany(String webId, String virtualHostname, String mx, boolean system, int maxUsers, boolean active)
Adds a company.
com.liferay.portal.kernel.model.CompanydeleteCompany( com.liferay.portal.kernel.model.Company company)
Deletes the company from the database.
com.liferay.portal.kernel.model.CompanydeleteCompany(long companyId)
Deletes the company with the primary key from the database.
com.liferay.portal.kernel.model.CompanydeleteLogo(long companyId)
Deletes the company's logo.
com.liferay.portal.kernel.model.CompanyfetchCompany(long companyId)
java.util.ListgetCompanies()
Returns all the companies.
com.liferay.portal.kernel.model.CompanygetCompany(long companyId)
Returns the company with the primary key.
com.liferay.portal.kernel.model.CompanyupdateCompany(long companyId, String virtualHostname, String mx, int maxUsers, boolean active)
Updates the company.
com.liferay.portal.kernel.model.CompanyupdateCompany(long companyId, String virtualHostname, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size)
Update the company with additional account information.
com.liferay.portal.kernel.model.CompanyupdateLogo(long companyId, byte[] bytes)
Updates the company's logo.
com.liferay.portal.kernel.model.CompanyupdateLogo(long companyId, java.io.File file)
Updates the company's logo.
com.liferay.portal.kernel.model.CompanyupdateLogo(long companyId, java.io.InputStream is)
Update the company's logo.
voidupdateSecurity(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo)
Updates the company's security properties.