Uses of Interface
com.liferay.portal.kernel.model.LayoutSetPrototype
Packages that use LayoutSetPrototype
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the kernel utility interfaces and classes.
This package defines the portal comparator classes.
-
Uses of LayoutSetPrototype in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutSetPrototypeFields in com.liferay.portal.kernel.model with type parameters of type LayoutSetPrototypeModifier and TypeFieldDescriptionstatic final Accessor<LayoutSetPrototype,
Long> LayoutSetPrototype.LAYOUT_SET_PROTOTYPE_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypeModel.cloneWithOriginalValues()
LayoutSetPrototypeWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type LayoutSetPrototypeModifier and TypeMethodDescriptionprotected LayoutSetPrototypeWrapper
LayoutSetPrototypeWrapper.wrap
(LayoutSetPrototype layoutSetPrototype) Constructors in com.liferay.portal.kernel.model with parameters of type LayoutSetPrototype -
Uses of LayoutSetPrototype in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypeLocalService.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalService.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalService.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype
(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.LayoutSetPrototypeService.addLayoutSetPrototype
(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype
(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype
(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype
(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalService.createLayoutSetPrototype
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.createLayoutSetPrototype
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.LayoutSetPrototypeLocalServiceWrapper.createLayoutSetPrototype
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.LayoutSetPrototypeLocalService.deleteLayoutSetPrototype
(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.LayoutSetPrototypeLocalService.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype
(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype
(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.LayoutSetPrototypeLocalService.fetchLayoutSetPrototype
(long layoutSetPrototypeId) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeService.fetchLayoutSetPrototype
(long layoutSetPrototypeId) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeServiceWrapper.fetchLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeLocalService.fetchLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.LayoutSetPrototypeLocalService.getLayoutSetPrototype
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key.LayoutSetPrototypeService.getLayoutSetPrototype
(long layoutSetPrototypeId) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.getLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype
(long layoutSetPrototypeId) LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId
(String uuid, long companyId) Returns the layout set prototype with the matching UUID and company.LayoutSetPrototypeLocalService.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) LayoutSetPrototypeLocalService.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalService.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalService.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.LayoutSetPrototypeService.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) LayoutSetPrototypeService.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeService.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototype
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, String settings) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype
(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypeLocalService.getLayoutSetPrototypes
(int start, int end) Returns a range of all the layout set prototypes.LayoutSetPrototypeLocalService.getLayoutSetPrototypes
(long companyId) static List<LayoutSetPrototype>
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes
(int start, int end) Returns a range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes
(long companyId) LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes
(int start, int end) Returns a range of all the layout set prototypes.LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes
(long companyId) LayoutSetPrototypeService.getLayoutSetPrototypes
(long companyId) static List<LayoutSetPrototype>
LayoutSetPrototypeServiceUtil.getLayoutSetPrototypes
(long companyId) LayoutSetPrototypeServiceWrapper.getLayoutSetPrototypes
(long companyId) LayoutSetPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeLocalServiceUtil.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeLocalServiceWrapper.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeServiceUtil.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeServiceWrapper.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypeLocalService.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Adds the layout set prototype to the database.LayoutSetPrototypeLocalService.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Deletes the layout set prototype from the database.LayoutSetPrototypeLocalService.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.static LayoutSetPrototype
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype
(LayoutSetPrototype layoutSetPrototype) Updates the layout set prototype in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeLocalServiceUtil.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeLocalServiceWrapper.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeServiceUtil.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeServiceWrapper.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) -
Uses of LayoutSetPrototype in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutSetPrototypeModifier and TypeMethodDescriptionLayoutSetPrototypePersistence.create
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.static LayoutSetPrototype
LayoutSetPrototypeUtil.create
(long layoutSetPrototypeId) Creates a new layout set prototype with the primary key.LayoutSetPrototypePersistence.fetchByC_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.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByC_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.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByPrimaryKey
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or returnsnull
if it could not be found.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByPrimaryKey
(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or returnsnull
if it could not be found.LayoutSetPrototypePersistence.fetchByUuid_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.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_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.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.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.static LayoutSetPrototype
LayoutSetPrototypeUtil.update
(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototype
LayoutSetPrototypeUtil.update
(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext) LayoutSetPrototypePersistence.updateImpl
(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototype
LayoutSetPrototypeUtil.updateImpl
(LayoutSetPrototype layoutSetPrototype) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionstatic Map<Serializable,
LayoutSetPrototype> LayoutSetPrototypeUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) LayoutSetPrototypePersistence.filterFindByC_A
(long companyId, boolean active) Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByC_A
(long companyId, boolean active) Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByCompanyId
(long companyId) Returns all the layout set prototypes that the user has permission to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByCompanyId
(long companyId) Returns all the layout set prototypes that the user has permission to view where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid
(String uuid) Returns all the layout set prototypes that the user has permission to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid
(String uuid) Returns all the layout set prototypes that the user has permission to view where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId) Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId) Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findAll()
Returns all the layout set prototypes.LayoutSetPrototypePersistence.findAll
(int start, int end) Returns a range of all the layout set prototypes.LayoutSetPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.LayoutSetPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll()
Returns all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end) Returns a range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active) Returns all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active) Returns all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId) Returns all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId) Returns all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid) Returns all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid) Returns all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId) Returns all the layout set prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId) Returns all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutSetPrototypeModifier and TypeMethodDescriptionvoid
LayoutSetPrototypePersistence.cacheResult
(LayoutSetPrototype layoutSetPrototype) Caches the layout set prototype in the entity cache if it is enabled.static void
LayoutSetPrototypeUtil.cacheResult
(LayoutSetPrototype layoutSetPrototype) Caches the layout set prototype in the entity cache if it is enabled.static void
LayoutSetPrototypeUtil.clearCache
(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototype
LayoutSetPrototypeUtil.update
(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototype
LayoutSetPrototypeUtil.update
(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext) LayoutSetPrototypePersistence.updateImpl
(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototype
LayoutSetPrototypeUtil.updateImpl
(LayoutSetPrototype layoutSetPrototype) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionvoid
LayoutSetPrototypePersistence.cacheResult
(List<LayoutSetPrototype> layoutSetPrototypes) Caches the layout set prototypes in the entity cache if it is enabled.static void
LayoutSetPrototypeUtil.cacheResult
(List<LayoutSetPrototype> layoutSetPrototypes) Caches the layout set prototypes in the entity cache if it is enabled.LayoutSetPrototypePersistence.fetchByC_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.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByC_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.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_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.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_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.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.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
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.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
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and 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.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.LayoutSetPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.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
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.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.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.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 = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) -
Uses of LayoutSetPrototype in com.liferay.portal.kernel.util
Method parameters in com.liferay.portal.kernel.util with type arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionstatic LayoutSet
DefaultLayoutSetPrototypesUtil.addLayoutSetPrototype
(long companyId, long defaultUserId, String nameKey, String descriptionKey, List<LayoutSetPrototype> layoutSetPrototypes, ClassLoader classLoader) -
Uses of LayoutSetPrototype in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type LayoutSetPrototypeModifier and TypeMethodDescriptionint
LayoutSetPrototypeCreateDateComparator.compare
(LayoutSetPrototype layoutSetPrototype1, LayoutSetPrototype layoutSetPrototype2)