Uses of Class
com.liferay.portal.kernel.exception.NoSuchWebsiteException
Packages that use NoSuchWebsiteException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchWebsiteException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchWebsiteExceptionModifier and TypeMethodDescriptionWebsitePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website[]
WebsiteUtil.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website[]
WebsiteUtil.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.Website[]
WebsitePersistence.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.static Website[]
WebsiteUtil.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WebsitePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.Website[]
WebsitePersistence.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.static Website[]
WebsiteUtil.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.WebsitePersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or throws aNoSuchWebsiteException
if it could not be found.static Website
WebsiteUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the website where externalReferenceCode = ? and companyId = ? or throws aNoSuchWebsiteException
if it could not be found.WebsitePersistence.findByPrimaryKey
(long websiteId) Returns the website with the primary key or throws aNoSuchWebsiteException
if it could not be found.static Website
WebsiteUtil.findByPrimaryKey
(long websiteId) Returns the website with the primary key or throws aNoSuchWebsiteException
if it could not be found.WebsitePersistence.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.WebsitePersistence.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.Website[]
WebsitePersistence.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.static Website[]
WebsiteUtil.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.WebsitePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.Website[]
WebsitePersistence.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.static Website[]
WebsiteUtil.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WebsitePersistence.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.Website[]
WebsitePersistence.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.static Website[]
WebsiteUtil.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.WebsitePersistence.remove
(long websiteId) Removes the website with the primary key from the database.static Website
WebsiteUtil.remove
(long websiteId) Removes the website with the primary key from the database.WebsitePersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the website where externalReferenceCode = ? and companyId = ? from the database.static Website
WebsiteUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the website where externalReferenceCode = ? and companyId = ? from the database.