Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator 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 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 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 orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator 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 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 orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 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 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 orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator 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 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 6.2-ce-ga5