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_First(long logoId, OrderByComparator<Company> orderByComparator) Returns the first company in the ordered set where logoId = ?.static CompanyCompanyUtil.findByLogoId_First(long logoId, OrderByComparator<Company> orderByComparator) Returns the first company in the ordered set where logoId = ?.CompanyPersistence.findByLogoId_Last(long logoId, OrderByComparator<Company> orderByComparator) Returns the last company in the ordered set where logoId = ?.static CompanyCompanyUtil.findByLogoId_Last(long logoId, OrderByComparator<Company> orderByComparator) Returns the last company in the ordered set where logoId = ?.Company[]CompanyPersistence.findByLogoId_PrevAndNext(long companyId, long logoId, OrderByComparator<Company> orderByComparator) Returns the companies before and after the current company in the ordered set where logoId = ?.static Company[]CompanyUtil.findByLogoId_PrevAndNext(long companyId, long logoId, OrderByComparator<Company> orderByComparator) Returns the companies before and after the current company in the ordered set where logoId = ?.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.removeByWebId(String webId) Removes the company where webId = ? from the database.static CompanyCompanyUtil.removeByWebId(String webId) Removes the company where webId = ? from the database.