Uses of Interface
com.liferay.portal.kernel.model.LayoutPrototype
Packages that use LayoutPrototype
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 portal comparator classes.
-
Uses of LayoutPrototype in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutPrototypeFields in com.liferay.portal.kernel.model with type parameters of type LayoutPrototypeModifier and TypeFieldDescriptionstatic final Accessor<LayoutPrototype,Long> LayoutPrototype.LAYOUT_PROTOTYPE_ID_ACCESSORMethods in com.liferay.portal.kernel.model that return LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeModel.cloneWithOriginalValues()LayoutPrototypeWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model that return types with arguments of type LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeWrapper.getAttributeGetterFunctions()LayoutPrototypeWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.portal.kernel.model with parameters of type LayoutPrototypeModifier and TypeMethodDescriptionprotected LayoutPrototypeWrapperLayoutPrototypeWrapper.wrap(LayoutPrototype layoutPrototype) Constructors in com.liferay.portal.kernel.model with parameters of type LayoutPrototype -
Uses of LayoutPrototype in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeLocalService.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.LayoutPrototypeService.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalService.createLayoutPrototype(long layoutPrototypeId) Creates a new layout prototype with the primary key.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.createLayoutPrototype(long layoutPrototypeId) Creates a new layout prototype with the primary key.LayoutPrototypeLocalServiceWrapper.createLayoutPrototype(long layoutPrototypeId) Creates a new layout prototype with the primary key.LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId) Deletes the layout prototype with the primary key from the database.LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.LayoutPrototypeLocalService.fetchLayoutPrototype(long layoutPrototypeId) LayoutPrototypeLocalService.fetchLayoutPrototype(long companyId, String name, Locale locale) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.fetchLayoutPrototype(long layoutPrototypeId) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.fetchLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId) LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeService.fetchLayoutPrototype(long layoutPrototypeId) static LayoutPrototypeLayoutPrototypeServiceUtil.fetchLayoutPrototype(long layoutPrototypeId) LayoutPrototypeServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId) LayoutPrototypeLocalService.fetchLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.fetchLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalService.fetchLayoutProtoype(long companyId, String name) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.fetchLayoutProtoype(long companyId, String name) LayoutPrototypeLocalServiceWrapper.fetchLayoutProtoype(long companyId, String name) LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.LayoutPrototypeLocalService.getLayoutPrototype(long companyId, String name) LayoutPrototypeLocalService.getLayoutPrototype(long companyId, String name, Locale locale) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long companyId, String name) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId) Returns the layout prototype with the primary key.LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long companyId, String name) LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long companyId, String name, Locale locale) LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId) static LayoutPrototypeLayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId) LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId) LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) Returns the layout prototype with the matching UUID and company.LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout prototype in the database or adds it if it does not yet exist.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout prototype in the database or adds it if it does not yet exist.LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout prototype in the database or adds it if it does not yet exist.LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) static LayoutPrototypeLayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeLocalService.getCTPersistence()LayoutPrototypeLocalServiceWrapper.getCTPersistence()LayoutPrototypeLocalService.getLayoutPrototypes(int start, int end) Returns a range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeLocalServiceUtil.getLayoutPrototypes(int start, int end) Returns a range of all the layout prototypes.LayoutPrototypeLocalServiceWrapper.getLayoutPrototypes(int start, int end) Returns a range of all the layout prototypes.LayoutPrototypeLocalService.getModelClass()LayoutPrototypeLocalServiceWrapper.getModelClass()LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>LayoutPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype) Adds the layout prototype to the database.LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype) Deletes the layout prototype from the database.LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout prototype in the database or adds it if it does not yet exist.static LayoutPrototypeLayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout prototype in the database or adds it if it does not yet exist.LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype) Updates the layout 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 LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>LayoutPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) <R,E extends Throwable>
RLayoutPrototypeLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutPrototype>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RLayoutPrototypeLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutPrototype>, R, E> updateUnsafeFunction) -
Uses of LayoutPrototype in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutPrototypeModifier and TypeMethodDescriptionLayoutPrototypePersistence.create(long layoutPrototypeId) Creates a new layout prototype with the primary key.static LayoutPrototypeLayoutPrototypeUtil.create(long layoutPrototypeId) Creates a new layout prototype with the primary key.LayoutPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByPrimaryKey(long layoutPrototypeId) Returns the layout prototype with the primary key or returnsnullif it could not be found.static LayoutPrototypeLayoutPrototypeUtil.fetchByPrimaryKey(long layoutPrototypeId) Returns the layout prototype with the primary key or returnsnullif it could not be found.LayoutPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId) Returns the layout prototype with the primary key or throws aNoSuchLayoutPrototypeExceptionif it could not be found.static LayoutPrototypeLayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId) Returns the layout prototype with the primary key or throws aNoSuchLayoutPrototypeExceptionif it could not be found.LayoutPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.remove(long layoutPrototypeId) Removes the layout prototype with the primary key from the database.static LayoutPrototypeLayoutPrototypeUtil.remove(long layoutPrototypeId) Removes the layout prototype with the primary key from the database.static LayoutPrototypeLayoutPrototypeUtil.update(LayoutPrototype layoutPrototype) static LayoutPrototypeLayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, ServiceContext serviceContext) LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype) static LayoutPrototypeLayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutPrototypeModifier and TypeMethodDescriptionstatic Map<Serializable,LayoutPrototype> LayoutPrototypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active) Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active) Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByCompanyId(long companyId) Returns all the layout prototypes that the user has permission to view where companyId = ?.LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByCompanyId(long companyId) Returns all the layout prototypes that the user has permission to view where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.LayoutPrototypePersistence.filterFindByUuid(String uuid) Returns all the layout prototypes that the user has permission to view where uuid = ?.LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid(String uuid) Returns all the layout prototypes that the user has permission to view where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId) Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId) Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.findAll()Returns all the layout prototypes.LayoutPrototypePersistence.findAll(int start, int end) Returns a range of all the layout prototypes.LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll()Returns all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll(int start, int end) Returns a range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.LayoutPrototypePersistence.findByC_A(long companyId, boolean active) Returns all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end) Returns a range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active) Returns all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end) Returns a range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByCompanyId(long companyId) Returns all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId) Returns all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByUuid(String uuid) Returns all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid(String uuid, int start, int end) Returns a range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid) Returns all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid, int start, int end) Returns a range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId) Returns all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId) Returns all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<LayoutPrototype>LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<LayoutPrototype>LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutPrototypeModifier and TypeMethodDescriptionvoidLayoutPrototypePersistence.cacheResult(LayoutPrototype layoutPrototype) Caches the layout prototype in the entity cache if it is enabled.static voidLayoutPrototypeUtil.cacheResult(LayoutPrototype layoutPrototype) Caches the layout prototype in the entity cache if it is enabled.static voidLayoutPrototypeUtil.clearCache(LayoutPrototype layoutPrototype) static LayoutPrototypeLayoutPrototypeUtil.update(LayoutPrototype layoutPrototype) static LayoutPrototypeLayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, ServiceContext serviceContext) LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype) static LayoutPrototypeLayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutPrototypeModifier and TypeMethodDescriptionvoidLayoutPrototypePersistence.cacheResult(List<LayoutPrototype> layoutPrototypes) Caches the layout prototypes in the entity cache if it is enabled.static voidLayoutPrototypeUtil.cacheResult(List<LayoutPrototype> layoutPrototypes) Caches the layout prototypes in the entity cache if it is enabled.LayoutPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.LayoutPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.LayoutPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.static LayoutPrototype[]LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototypeLayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototypeLayoutPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.static LayoutPrototype[]LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.static List<LayoutPrototype>LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) -
Uses of LayoutPrototype in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type LayoutPrototypeModifier and TypeMethodDescriptionintLayoutPrototypeCreateDateComparator.compare(LayoutPrototype layoutPrototype1, LayoutPrototype layoutPrototype2) -
Uses of LayoutPrototype in com.liferay.sites.kernel.util
Methods in com.liferay.sites.kernel.util with parameters of type LayoutPrototypeModifier and TypeMethodDescriptionvoidSites.applyLayoutPrototype(LayoutPrototype layoutPrototype, Layout targetLayout, boolean linkEnabled)