Package | Description |
---|---|
com.liferay.portal.kernel.display.context.util | |
com.liferay.portal.kernel.exception |
This package defines the kernel exceptions.
|
com.liferay.portal.kernel.instance.lifecycle | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
Company |
BaseRequestHelper.getCompany() |
Modifier and Type | Field and Description |
---|---|
Company |
SendPasswordException.MustBeEnabled.company |
Constructor and Description |
---|
MustBeEnabled(Company company) |
Modifier and Type | Method and Description |
---|---|
void |
PortalInstanceLifecycleManager.registerCompany(Company company) |
void |
PortalInstanceLifecycleManager.unregisterCompany(Company company) |
Modifier and Type | Class and Description |
---|---|
class |
CompanyWrapper
This class is a wrapper for
Company . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Company,Long> |
Company.COMPANY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Company |
CompanyWrapper.getWrappedModel() |
Company |
CompanyWrapper.toEscapedModel() |
Company |
CompanyModel.toEscapedModel() |
Company |
CompanyWrapper.toUnescapedModel() |
Company |
CompanyModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Company> |
CompanyWrapper.toCacheModel() |
CacheModel<Company> |
CompanyModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
CompanyWrapper.compareTo(Company company) |
int |
CompanyModel.compareTo(Company company) |
static CompanySoap |
CompanySoap.toSoapModel(Company model) |
static CompanySoap[] |
CompanySoap.toSoapModels(Company[] models) |
static CompanySoap[][] |
CompanySoap.toSoapModels(Company[][] models) |
Modifier and Type | Method and Description |
---|---|
static CompanySoap[] |
CompanySoap.toSoapModels(List<Company> models) |
Constructor and Description |
---|
CompanyWrapper(Company company) |
Modifier and Type | Method and Description |
---|---|
static Company |
CompanyLocalServiceUtil.addCompany(Company company)
Adds the company to the database.
|
Company |
CompanyLocalServiceWrapper.addCompany(Company company)
Adds the company to the database.
|
Company |
CompanyLocalService.addCompany(Company company)
Adds the company to the database.
|
static Company |
CompanyLocalServiceUtil.addCompany(String webId,
String virtualHostname,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
Company |
CompanyLocalServiceWrapper.addCompany(String webId,
String virtualHostname,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
Company |
CompanyService.addCompany(String webId,
String virtualHost,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
Company |
CompanyLocalService.addCompany(String webId,
String virtualHostname,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
static Company |
CompanyServiceUtil.addCompany(String webId,
String virtualHost,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
Company |
CompanyServiceWrapper.addCompany(String webId,
String virtualHost,
String mx,
boolean system,
int maxUsers,
boolean active)
Adds a company.
|
static Company |
CompanyLocalServiceUtil.checkCompany(String webId)
Returns the company with the web domain.
|
Company |
CompanyLocalServiceWrapper.checkCompany(String webId)
Returns the company with the web domain.
|
Company |
CompanyLocalService.checkCompany(String webId)
Returns the company with the web domain.
|
static Company |
CompanyLocalServiceUtil.checkCompany(String webId,
String mx)
Returns the company with the web domain and mail domain.
|
Company |
CompanyLocalServiceWrapper.checkCompany(String webId,
String mx)
Returns the company with the web domain and mail domain.
|
Company |
CompanyLocalService.checkCompany(String webId,
String mx)
Returns the company with the web domain and mail domain.
|
static Company |
CompanyLocalServiceUtil.createCompany(long companyId)
Creates a new company with the primary key.
|
Company |
CompanyLocalServiceWrapper.createCompany(long companyId)
Creates a new company with the primary key.
|
Company |
CompanyLocalService.createCompany(long companyId)
Creates a new company with the primary key.
|
static Company |
CompanyLocalServiceUtil.deleteCompany(Company company)
Deletes the company from the database.
|
Company |
CompanyLocalServiceWrapper.deleteCompany(Company company)
Deletes the company from the database.
|
Company |
CompanyLocalService.deleteCompany(Company company)
Deletes the company from the database.
|
static Company |
CompanyLocalServiceUtil.deleteCompany(long companyId)
Deletes the company with the primary key from the database.
|
Company |
CompanyLocalServiceWrapper.deleteCompany(long companyId)
Deletes the company with the primary key from the database.
|
Company |
CompanyService.deleteCompany(long companyId) |
Company |
CompanyLocalService.deleteCompany(long companyId)
Deletes the company with the primary key from the database.
|
static Company |
CompanyServiceUtil.deleteCompany(long companyId) |
Company |
CompanyServiceWrapper.deleteCompany(long companyId) |
static Company |
CompanyLocalServiceUtil.deleteLogo(long companyId)
Deletes the company's logo.
|
Company |
CompanyLocalServiceWrapper.deleteLogo(long companyId)
Deletes the company's logo.
|
Company |
CompanyLocalService.deleteLogo(long companyId)
Deletes the company's logo.
|
static Company |
CompanyLocalServiceUtil.fetchCompany(long companyId) |
Company |
CompanyLocalServiceWrapper.fetchCompany(long companyId) |
Company |
CompanyLocalService.fetchCompany(long companyId) |
static Company |
CompanyLocalServiceUtil.fetchCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalServiceWrapper.fetchCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalService.fetchCompanyById(long companyId)
Returns the company with the primary key.
|
static Company |
CompanyLocalServiceUtil.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
Company |
CompanyLocalServiceWrapper.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
Company |
CompanyLocalService.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
static Company |
CompanyLocalServiceUtil.getCompany(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalServiceWrapper.getCompany(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalService.getCompany(long companyId)
Returns the company with the primary key.
|
static Company |
CompanyLocalServiceUtil.getCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalServiceWrapper.getCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyService.getCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyLocalService.getCompanyById(long companyId)
Returns the company with the primary key.
|
static Company |
CompanyServiceUtil.getCompanyById(long companyId)
Returns the company with the primary key.
|
Company |
CompanyServiceWrapper.getCompanyById(long companyId)
Returns the company with the primary key.
|
static Company |
CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
Company |
CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
Company |
CompanyService.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
Company |
CompanyLocalService.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
static Company |
CompanyServiceUtil.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
Company |
CompanyServiceWrapper.getCompanyByLogoId(long logoId)
Returns the company with the logo.
|
static Company |
CompanyLocalServiceUtil.getCompanyByMx(String mx)
Returns the company with the mail domain.
|
Company |
CompanyLocalServiceWrapper.getCompanyByMx(String mx)
Returns the company with the mail domain.
|
Company |
CompanyService.getCompanyByMx(String mx)
Returns the company with the mail domian.
|
Company |
CompanyLocalService.getCompanyByMx(String mx)
Returns the company with the mail domain.
|
static Company |
CompanyServiceUtil.getCompanyByMx(String mx)
Returns the company with the mail domian.
|
Company |
CompanyServiceWrapper.getCompanyByMx(String mx)
Returns the company with the mail domian.
|
static Company |
CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
Company |
CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
Company |
CompanyService.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name.
|
Company |
CompanyLocalService.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name.
|
static Company |
CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name.
|
Company |
CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name.
|
static Company |
CompanyLocalServiceUtil.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
Company |
CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
Company |
CompanyService.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
Company |
CompanyLocalService.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
static Company |
CompanyServiceUtil.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
Company |
CompanyServiceWrapper.getCompanyByWebId(String webId)
Returns the company with the web domain.
|
static Company |
CompanyLocalServiceUtil.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
Company |
CompanyLocalServiceWrapper.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
Company |
CompanyLocalService.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
static Company |
CompanyLocalServiceUtil.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company.
|
Company |
CompanyLocalServiceWrapper.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company.
|
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company
|
Company |
CompanyLocalService.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company.
|
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company
|
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company
|
static Company |
CompanyLocalServiceUtil.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
boolean logo,
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.
|
Company |
CompanyLocalServiceWrapper.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
boolean logo,
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.
|
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
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.
|
Company |
CompanyLocalService.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
boolean logo,
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.
|
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
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.
|
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
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.
|
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
boolean logo,
byte[] logoBytes,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information.
|
static Company |
CompanyLocalServiceUtil.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Deprecated.
As of Wilberforce (7.0.x), replaced by
CompanyLocalServiceUtil.updateCompany(long, String, String, String, boolean, byte[],
String, String, String, String, String, String, String,
String, String) |
Company |
CompanyLocalServiceWrapper.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Deprecated.
|
Company |
CompanyService.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)
Deprecated.
As of Wilberforce (7.0.x), replaced by
CompanyService.updateCompany(long, String, String, String, boolean, byte[],
String, String, String, String, String, String, String,
String, String) |
Company |
CompanyLocalService.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Deprecated.
As of Wilberforce (7.0.x), replaced by
CompanyLocalService.updateCompany(long, String, String, String, boolean, byte[],
String, String, String, String, String, String, String,
String, String) |
static Company |
CompanyServiceUtil.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)
Deprecated.
As of Wilberforce (7.0.x), replaced by
CompanyServiceUtil.updateCompany(long, String, String, String, boolean, byte[],
String, String, String, String, String, String, String,
String, String) |
Company |
CompanyServiceWrapper.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)
Deprecated.
As of Wilberforce (7.0.x), replaced by
CompanyServiceWrapper.updateCompany(long, String, String, String, boolean, byte[],
String, String, String, String, String, String, String,
String, String) |
Company |
CompanyService.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,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
static Company |
CompanyServiceUtil.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,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
Company |
CompanyServiceWrapper.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,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
|
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
Company |
CompanyService.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
Company |
CompanyLocalService.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
static Company |
CompanyServiceUtil.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
Company |
CompanyServiceWrapper.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo.
|
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
File file)
Updates the company's logo.
|
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
File file)
Updates the company's logo.
|
Company |
CompanyLocalService.updateLogo(long companyId,
File file)
Updates the company's logo.
|
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
InputStream is)
Update the company's logo.
|
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
InputStream is)
Update the company's logo.
|
Company |
CompanyService.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo.
|
Company |
CompanyLocalService.updateLogo(long companyId,
InputStream is)
Update the company's logo.
|
static Company |
CompanyServiceUtil.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo.
|
Company |
CompanyServiceWrapper.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo.
|
Modifier and Type | Method and Description |
---|---|
static List<Company> |
CompanyLocalServiceUtil.getCompanies()
Returns all the companies.
|
List<Company> |
CompanyLocalServiceWrapper.getCompanies()
Returns all the companies.
|
List<Company> |
CompanyService.getCompanies()
Returns all the companies.
|
List<Company> |
CompanyLocalService.getCompanies()
Returns all the companies.
|
static List<Company> |
CompanyServiceUtil.getCompanies()
Returns all the companies.
|
List<Company> |
CompanyServiceWrapper.getCompanies()
Returns all the companies.
|
static List<Company> |
CompanyLocalServiceUtil.getCompanies(boolean system)
Returns all the companies used by WSRP.
|
List<Company> |
CompanyLocalServiceWrapper.getCompanies(boolean system)
Returns all the companies used by WSRP.
|
List<Company> |
CompanyLocalService.getCompanies(boolean system)
Returns all the companies used by WSRP.
|
static List<Company> |
CompanyLocalServiceUtil.getCompanies(boolean system,
int start,
int end) |
List<Company> |
CompanyLocalServiceWrapper.getCompanies(boolean system,
int start,
int end) |
List<Company> |
CompanyLocalService.getCompanies(boolean system,
int start,
int end) |
static List<Company> |
CompanyLocalServiceUtil.getCompanies(int start,
int end)
Returns a range of all the companies.
|
List<Company> |
CompanyLocalServiceWrapper.getCompanies(int start,
int end)
Returns a range of all the companies.
|
List<Company> |
CompanyLocalService.getCompanies(int start,
int end)
Returns a range of all the companies.
|
Modifier and Type | Method and Description |
---|---|
static Company |
CompanyLocalServiceUtil.addCompany(Company company)
Adds the company to the database.
|
Company |
CompanyLocalServiceWrapper.addCompany(Company company)
Adds the company to the database.
|
Company |
CompanyLocalService.addCompany(Company company)
Adds the company to the database.
|
static Company |
CompanyLocalServiceUtil.deleteCompany(Company company)
Deletes the company from the database.
|
Company |
CompanyLocalServiceWrapper.deleteCompany(Company company)
Deletes the company from the database.
|
Company |
CompanyLocalService.deleteCompany(Company company)
Deletes the company from the database.
|
static Company |
CompanyLocalServiceUtil.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
Company |
CompanyLocalServiceWrapper.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
Company |
CompanyLocalService.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static Company |
CompanyUtil.create(long companyId)
Creates a new company with the primary key.
|
Company |
CompanyPersistence.create(long companyId)
Creates a new company with the primary key.
|
static Company |
CompanyUtil.fetchByLogoId(long logoId)
Returns the company where logoId = ? or returns
null if it could not be found. |
Company |
CompanyPersistence.fetchByLogoId(long logoId)
Returns the company where logoId = ? or returns
null if it could not be found. |
static Company |
CompanyUtil.fetchByLogoId(long logoId,
boolean retrieveFromCache)
Returns the company where logoId = ? or returns
null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByLogoId(long logoId,
boolean retrieveFromCache)
Returns the company where logoId = ? or returns
null if it could not be found, optionally using the finder cache. |
static Company |
CompanyUtil.fetchByMx(String mx)
Returns the company where mx = ? or returns
null if it could not be found. |
Company |
CompanyPersistence.fetchByMx(String mx)
Returns the company where mx = ? or returns
null if it could not be found. |
static Company |
CompanyUtil.fetchByMx(String mx,
boolean retrieveFromCache)
Returns the company where mx = ? or returns
null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByMx(String mx,
boolean retrieveFromCache)
Returns the company where mx = ? or returns
null if it could not be found, optionally using the finder cache. |
static Company |
CompanyUtil.fetchByPrimaryKey(long companyId)
Returns the company with the primary key or returns
null if it could not be found. |
Company |
CompanyPersistence.fetchByPrimaryKey(long companyId)
Returns the company with the primary key or returns
null if it could not be found. |
static Company |
CompanyUtil.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
Company |
CompanyPersistence.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
static Company |
CompanyUtil.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
Company |
CompanyPersistence.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
static Company |
CompanyUtil.fetchByWebId(String webId)
Returns the company where webId = ? or returns
null if it could not be found. |
Company |
CompanyPersistence.fetchByWebId(String webId)
Returns the company where webId = ? or returns
null if it could not be found. |
static Company |
CompanyUtil.fetchByWebId(String webId,
boolean retrieveFromCache)
Returns the company where webId = ? or returns
null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByWebId(String webId,
boolean retrieveFromCache)
Returns the company where webId = ? or returns
null if it could not be found, optionally using the finder cache. |
static Company |
CompanyUtil.findByLogoId(long logoId)
Returns the company where logoId = ? or throws a
NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByLogoId(long logoId)
Returns the company where logoId = ? or throws a
NoSuchCompanyException if it could not be found. |
static Company |
CompanyUtil.findByMx(String mx)
Returns the company where mx = ? or throws a
NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByMx(String mx)
Returns the company where mx = ? or throws a
NoSuchCompanyException if it could not be found. |
static Company |
CompanyUtil.findByPrimaryKey(long companyId)
Returns the company with the primary key or throws a
NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByPrimaryKey(long companyId)
Returns the company with the primary key or throws a
NoSuchCompanyException if it could not be found. |
static Company |
CompanyUtil.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
Company |
CompanyPersistence.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
static Company |
CompanyUtil.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
Company |
CompanyPersistence.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
static Company[] |
CompanyUtil.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?.
|
Company[] |
CompanyPersistence.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?.
|
static Company |
CompanyUtil.findByWebId(String webId)
Returns the company where webId = ? or throws a
NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByWebId(String webId)
Returns the company where webId = ? or throws a
NoSuchCompanyException if it could not be found. |
static Company |
CompanyUtil.remove(long companyId)
Removes the company with the primary key from the database.
|
Company |
CompanyPersistence.remove(long companyId)
Removes the company with the primary key from the database.
|
static Company |
CompanyUtil.removeByLogoId(long logoId)
Removes the company where logoId = ? from the database.
|
Company |
CompanyPersistence.removeByLogoId(long logoId)
Removes the company where logoId = ? from the database.
|
static Company |
CompanyUtil.removeByMx(String mx)
Removes the company where mx = ? from the database.
|
Company |
CompanyPersistence.removeByMx(String mx)
Removes the company where mx = ? from the database.
|
static Company |
CompanyUtil.removeByWebId(String webId)
Removes the company where webId = ? from the database.
|
Company |
CompanyPersistence.removeByWebId(String webId)
Removes the company where webId = ? from the database.
|
static Company |
CompanyUtil.update(Company company) |
static Company |
CompanyUtil.update(Company company,
ServiceContext serviceContext) |
static Company |
CompanyUtil.updateImpl(Company company) |
Company |
CompanyPersistence.updateImpl(Company company) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Company> |
CompanyUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,Company> |
CompanyPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Company> |
CompanyUtil.findAll()
Returns all the companies.
|
List<Company> |
CompanyPersistence.findAll()
Returns all the companies.
|
static List<Company> |
CompanyUtil.findAll(int start,
int end)
Returns a range of all the companies.
|
List<Company> |
CompanyPersistence.findAll(int start,
int end)
Returns a range of all the companies.
|
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies.
|
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies.
|
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies.
|
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system)
Returns all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system)
Returns all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end)
Returns a range of all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end)
Returns a range of all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Company> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
CompanyUtil.cacheResult(Company company)
Caches the company in the entity cache if it is enabled.
|
void |
CompanyPersistence.cacheResult(Company company)
Caches the company in the entity cache if it is enabled.
|
static void |
CompanyUtil.clearCache(Company company) |
static Company |
CompanyUtil.update(Company company) |
static Company |
CompanyUtil.update(Company company,
ServiceContext serviceContext) |
static Company |
CompanyUtil.updateImpl(Company company) |
Company |
CompanyPersistence.updateImpl(Company company) |
Modifier and Type | Method and Description |
---|---|
static void |
CompanyUtil.cacheResult(List<Company> companies)
Caches the companies in the entity cache if it is enabled.
|
void |
CompanyPersistence.cacheResult(List<Company> companies)
Caches the companies in the entity cache if it is enabled.
|
static Company |
CompanyUtil.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
Company |
CompanyPersistence.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
static Company |
CompanyUtil.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
Company |
CompanyPersistence.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies.
|
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies.
|
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies.
|
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies.
|
static Company |
CompanyUtil.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
Company |
CompanyPersistence.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?.
|
static Company |
CompanyUtil.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
Company |
CompanyPersistence.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?.
|
static Company[] |
CompanyUtil.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?.
|
Company[] |
CompanyPersistence.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies where system = ?.
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the companies where system = ?.
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Company> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Company |
ThemeDisplay.getCompany()
Returns the portal instance bean.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setCompany(Company company) |
Modifier and Type | Method and Description |
---|---|
Company |
Portal.getCompany(javax.servlet.http.HttpServletRequest request) |
static Company |
PortalUtil.getCompany(javax.servlet.http.HttpServletRequest request) |
Company |
Portal.getCompany(PortletRequest portletRequest) |
static Company |
PortalUtil.getCompany(PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
String |
Portal.getSiteAdminURL(Company company,
Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
Portal.getSiteAdminURL(ThemeDisplay, String, Map) |
static String |
PortalUtil.getSiteAdminURL(Company company,
Group group,
String ppid,
Map<String,String[]> params)
Deprecated.
As of Judson (7.1.x), replaced by
PortalUtil.getSiteAdminURL(ThemeDisplay, String, Map) |