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 aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByLogoId(long logoId) Returns the company where logoId = ? or throws aNoSuchCompanyExceptionif it could not be found.Returns the company where mx = ? or throws aNoSuchCompanyExceptionif it could not be found.static CompanyReturns the company where mx = ? or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.findByPrimaryKey(long companyId) Returns the company with the primary key or throws aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByPrimaryKey(long companyId) Returns the company with the primary key or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.findByWebId(String webId) Returns the company where webId = ? or throws aNoSuchCompanyExceptionif it could not be found.static CompanyCompanyUtil.findByWebId(String webId) Returns the company where webId = ? or throws aNoSuchCompanyExceptionif it could not be found.CompanyPersistence.remove(long companyId) Removes the company with the primary key from the database.static CompanyCompanyUtil.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 CompanyCompanyUtil.removeByLogoId(long logoId) Removes the company where logoId = ? from the database.CompanyPersistence.removeByMx(String mx) Removes the company where mx = ? from the database.static CompanyCompanyUtil.removeByMx(String mx) Removes the company where mx = ? from the database.CompanyPersistence.removeByWebId(String webId) Removes the company where webId = ? from the database.static CompanyCompanyUtil.removeByWebId(String webId) Removes the company where webId = ? from the database.