Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchLayoutSetException

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

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)
          Finds the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByG_P(long groupId, boolean privateLayout)
          Finds the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByG_P(long groupId, boolean privateLayout)
          Finds 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)
          Finds the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Finds the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Finds the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Finds the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? 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.
 LayoutSet LayoutSetPersistence.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
 LayoutSet LayoutSetPersistenceImpl.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
static void LayoutSetUtil.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
 void LayoutSetPersistence.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
 void LayoutSetPersistenceImpl.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
static void LayoutSetUtil.removeByVirtualHost(String virtualHost)
          Removes the layout set where virtualHost = ? from the database.
 void LayoutSetPersistence.removeByVirtualHost(String virtualHost)
          Removes the layout set where virtualHost = ? from the database.
 void LayoutSetPersistenceImpl.removeByVirtualHost(String virtualHost)
          Removes the layout set where virtualHost = ? from the database.
 


Liferay 6.0.5