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_ACCESSORMethods 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 LayoutSetPrototypeWrapperLayoutSetPrototypeWrapper.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeServiceUtil.addLayoutSetPrototype(String name, String description, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId) Deletes the layout set prototype with the primary key from the database.static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId) LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId) LayoutSetPrototypeService.fetchLayoutSetPrototype(long layoutSetPrototypeId) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, boolean active, boolean layoutsUpdateable, boolean readyForPropagation, ServiceContext serviceContext) static LayoutSetPrototypeLayoutSetPrototypeServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeLocalServiceUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 returnsnullif it could not be found.static LayoutSetPrototypeLayoutSetPrototypeUtil.fetchByPrimaryKey(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or returnsnullif 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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 aNoSuchLayoutSetPrototypeExceptionif it could not be found.static LayoutSetPrototypeLayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId) Returns the layout set prototype with the primary key or throws aNoSuchLayoutSetPrototypeExceptionif 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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.remove(long layoutSetPrototypeId) Removes the layout set prototype with the primary key from the database.static LayoutSetPrototypeLayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototypeLayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext) LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototypeLayoutSetPrototypeUtil.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 TypeMethodDescriptionvoidLayoutSetPrototypePersistence.cacheResult(LayoutSetPrototype layoutSetPrototype) Caches the layout set prototype in the entity cache if it is enabled.static voidLayoutSetPrototypeUtil.cacheResult(LayoutSetPrototype layoutSetPrototype) Caches the layout set prototype in the entity cache if it is enabled.static voidLayoutSetPrototypeUtil.clearCache(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototypeLayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototypeLayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext) LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype) static LayoutSetPrototypeLayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutSetPrototypeModifier and TypeMethodDescriptionvoidLayoutSetPrototypePersistence.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes) Caches the layout set prototypes in the entity cache if it is enabled.static voidLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetPrototypeLayoutSetPrototypeUtil.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 LayoutSetDefaultLayoutSetPrototypesUtil.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 TypeMethodDescriptionintLayoutSetPrototypeCreateDateComparator.compare(LayoutSetPrototype layoutSetPrototype1, LayoutSetPrototype layoutSetPrototype2)