Liferay 6.2.0

Uses of Class
com.liferay.portal.NoSuchLayoutSetException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutSetException
static LayoutSet LayoutSetUtil.findByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
abstract  LayoutSet LayoutSetPersistence.findByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
abstract  LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
abstract  LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
abstract  LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByP_L(boolean privateLayout, long logoId)
          Returns the layout set where privateLayout = ? and logoId = ? or throws a NoSuchLayoutSetException if it could not be found.
abstract  LayoutSet LayoutSetPersistence.findByP_L(boolean privateLayout, long logoId)
          Returns the layout set where privateLayout = ? and logoId = ? or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.findByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
abstract  LayoutSet LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
abstract  LayoutSet LayoutSetPersistence.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
static LayoutSet LayoutSetUtil.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
abstract  LayoutSet LayoutSetPersistence.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
static LayoutSet LayoutSetUtil.removeByP_L(boolean privateLayout, long logoId)
          Removes the layout set where privateLayout = ? and logoId = ? from the database.
abstract  LayoutSet LayoutSetPersistence.removeByP_L(boolean privateLayout, long logoId)
          Removes the layout set where privateLayout = ? and logoId = ? from the database.
 


Liferay 6.2.0