Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchWebsiteException

Packages that use NoSuchWebsiteException
com.liferay.portal.service.persistence   
 

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)
          Finds 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)
          Finds the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website[] WebsitePersistenceImpl.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website[] WebsitePersistenceImpl.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
 Website[] WebsitePersistenceImpl.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
 Website[] WebsitePersistenceImpl.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByPrimaryKey(long websiteId)
          Finds the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistence.findByPrimaryKey(long websiteId)
          Finds the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(long websiteId)
          Finds 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)
          Finds the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
 Website[] WebsitePersistenceImpl.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
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.
 Website WebsitePersistenceImpl.remove(long websiteId)
          Removes the website with the primary key from the database.
 


Liferay 6.0.5