Uses of Class
com.liferay.portal.kernel.exception.NoSuchCompanyException
Packages that use NoSuchCompanyException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchCompanyException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchCompanyExceptionModifier and TypeMethodDescriptionCompanyPersistence.findByLogoId
(long logoId) Returns the company where logoId = ? or throws aNoSuchCompanyException
if it could not be found.static Company
CompanyUtil.findByLogoId
(long logoId) Returns the company where logoId = ? or throws aNoSuchCompanyException
if it could not be found.Returns the company where mx = ? or throws aNoSuchCompanyException
if it could not be found.static Company
Returns the company where mx = ? or throws aNoSuchCompanyException
if it could not be found.CompanyPersistence.findByPrimaryKey
(long companyId) Returns the company with the primary key or throws aNoSuchCompanyException
if it could not be found.static Company
CompanyUtil.findByPrimaryKey
(long companyId) Returns the company with the primary key or throws aNoSuchCompanyException
if it could not be found.CompanyPersistence.findByWebId
(String webId) Returns the company where webId = ? or throws aNoSuchCompanyException
if it could not be found.static Company
CompanyUtil.findByWebId
(String webId) Returns the company where webId = ? or throws aNoSuchCompanyException
if it could not be found.CompanyPersistence.remove
(long companyId) Removes the company with the primary key from the database.static Company
CompanyUtil.remove
(long companyId) Removes the company with the primary key from the database.CompanyPersistence.removeByLogoId
(long logoId) Removes the company where logoId = ? from the database.static Company
CompanyUtil.removeByLogoId
(long logoId) Removes the company where logoId = ? from the database.CompanyPersistence.removeByMx
(String mx) Removes the company where mx = ? from the database.static Company
CompanyUtil.removeByMx
(String mx) Removes the company where mx = ? from the database.CompanyPersistence.removeByWebId
(String webId) Removes the company where webId = ? from the database.static Company
CompanyUtil.removeByWebId
(String webId) Removes the company where webId = ? from the database.