Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchLayoutSetPrototypeException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutSetPrototypeException
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.remove(long layoutSetPrototypeId)
          Removes the layout set prototype with the primary key from the database.
static LayoutSetPrototype LayoutSetPrototypeUtil.remove(long layoutSetPrototypeId)
          Removes the layout set prototype with the primary key from the database.
 


Liferay 6.2-ce-ga5