Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutSetException
Packages that use NoSuchLayoutSetException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchLayoutSetException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchLayoutSetExceptionModifier and TypeMethodDescriptionLayoutSetPersistence.findByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_PrevAndNext
(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet[]
LayoutSetUtil.findByC_L_PrevAndNext
(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByG_P
(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or throws aNoSuchLayoutSetException
if it could not be found.static LayoutSet
LayoutSetUtil.findByG_P
(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or throws aNoSuchLayoutSetException
if it could not be found.LayoutSetPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_PrevAndNext
(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.static LayoutSet[]
LayoutSetUtil.findByGroupId_PrevAndNext
(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext
(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet[]
LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext
(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByP_L
(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or throws aNoSuchLayoutSetException
if it could not be found.static LayoutSet
LayoutSetUtil.findByP_L
(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or throws aNoSuchLayoutSetException
if it could not be found.LayoutSetPersistence.findByPrimaryKey
(long layoutSetId) Returns the layout set with the primary key or throws aNoSuchLayoutSetException
if it could not be found.static LayoutSet
LayoutSetUtil.findByPrimaryKey
(long layoutSetId) Returns the layout set with the primary key or throws aNoSuchLayoutSetException
if it could not be found.LayoutSetPersistence.remove
(long layoutSetId) Removes the layout set with the primary key from the database.static LayoutSet
LayoutSetUtil.remove
(long layoutSetId) Removes the layout set with the primary key from the database.LayoutSetPersistence.removeByG_P
(long groupId, boolean privateLayout) Removes the layout set where groupId = ? and privateLayout = ? from the database.static LayoutSet
LayoutSetUtil.removeByG_P
(long groupId, boolean privateLayout) Removes the layout set where groupId = ? and privateLayout = ? from the database.LayoutSetPersistence.removeByP_L
(boolean privateLayout, long logoId) Removes the layout set where privateLayout = ? and logoId = ? from the database.static LayoutSet
LayoutSetUtil.removeByP_L
(boolean privateLayout, long logoId) Removes the layout set where privateLayout = ? and logoId = ? from the database.