Liferay 7.0-ce-b4

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

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

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

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


Liferay 7.0-ce-b4