Uses of Class
com.liferay.portal.kernel.exception.NoSuchCompanyInfoException
Packages that use NoSuchCompanyInfoException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchCompanyInfoException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchCompanyInfoExceptionModifier and TypeMethodDescriptionCompanyInfoPersistence.findByCompanyId
(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoException
if it could not be found.static CompanyInfo
CompanyInfoUtil.findByCompanyId
(long companyId) Returns the company info where companyId = ? or throws aNoSuchCompanyInfoException
if it could not be found.CompanyInfoPersistence.findByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoException
if it could not be found.static CompanyInfo
CompanyInfoUtil.findByPrimaryKey
(long companyInfoId) Returns the company info with the primary key or throws aNoSuchCompanyInfoException
if it could not be found.CompanyInfoPersistence.remove
(long companyInfoId) Removes the company info with the primary key from the database.static CompanyInfo
CompanyInfoUtil.remove
(long companyInfoId) Removes the company info with the primary key from the database.CompanyInfoPersistence.removeByCompanyId
(long companyId) Removes the company info where companyId = ? from the database.static CompanyInfo
CompanyInfoUtil.removeByCompanyId
(long companyId) Removes the company info where companyId = ? from the database.