Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchWebsiteException

Packages that use NoSuchWebsiteException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchWebsiteException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchWebsiteException
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 = ?.
 Website WebsitePersistence.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_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website 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_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 = ?.
 Website 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_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_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_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_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_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 = ?.
 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_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website 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_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website 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_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 = ?.
 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.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last 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 = ?.
 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.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistence.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first 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_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last 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 = ?.
 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.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website 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_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website 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_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 = ?.
 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_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first 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_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last 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 = ?.
 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.remove(long websiteId)
          Removes the website with the primary key from the database.
 Website WebsitePersistence.remove(long websiteId)
          Removes the website with the primary key from the database.
 


Liferay 7.0-ce-b4