Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchLayoutSetPrototypeException

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

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

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


Liferay 6.0.5