Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchLayoutPrototypeException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutPrototypeException
static LayoutPrototype LayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ? and active = ?.
static LayoutPrototype LayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds 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 orderByComparator)
          Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype[] LayoutPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout prototype in the ordered set where companyId = ?.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last layout prototype in the ordered set where companyId = ?.
static LayoutPrototype[] LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
 LayoutPrototype[] LayoutPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
static LayoutPrototype LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
          Finds the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found.
 LayoutPrototype LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
          Finds the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found.
 LayoutPrototype LayoutPrototypePersistenceImpl.findByPrimaryKey(long layoutPrototypeId)
          Finds the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found.
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.
 LayoutPrototype LayoutPrototypePersistenceImpl.remove(long layoutPrototypeId)
          Removes the layout prototype with the primary key from the database.
 


Liferay 6.0.5