Uses of Class
com.liferay.portal.kernel.exception.NoSuchLayoutSetPrototypeException
Packages that use NoSuchLayoutSetPrototypeException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchLayoutSetPrototypeException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchLayoutSetPrototypeExceptionModifier and TypeMethodDescriptionLayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.LayoutSetPrototypePersistence.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByPrimaryKey
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or throws aNoSuchLayoutSetPrototypeException
if it could not be found.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByPrimaryKey
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or throws aNoSuchLayoutSetPrototypeException
if it could not be found.LayoutSetPrototypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.findByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.remove
(long layoutSetPrototypeId) Removes the layout set prototype with the primary key from the database.static LayoutSetPrototype
LayoutSetPrototypeUtil.remove
(long layoutSetPrototypeId) Removes the layout set prototype with the primary key from the database.