Uses of Interface
com.liferay.portal.kernel.model.LayoutSet
Packages that use LayoutSet
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal model implementation base classes.
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 theme classes.
This package defines the kernel utility interfaces and classes.
-
Uses of LayoutSet in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar with parameters of type LayoutSetModifier and TypeMethodDescriptionstatic DateExportImportDateUtil.getLastPublishDate(LayoutSet layoutSet) -
Uses of LayoutSet in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return LayoutSetModifier and TypeMethodDescriptionLayoutStaging.mergeLayoutSetRevisionIntoLayoutSet(LayoutSet layoutSet) static LayoutSetLayoutStagingUtil.mergeLayoutSetRevisionIntoLayoutSet(LayoutSet layoutSet) Methods in com.liferay.exportimport.kernel.staging with parameters of type LayoutSetModifier and TypeMethodDescriptionLayoutStaging.getLayoutSetBranch(LayoutSet layoutSet) static LayoutSetBranchLayoutStagingUtil.getLayoutSetBranch(LayoutSet layoutSet) LayoutStaging.getLayoutSetStagingHandler(LayoutSet layoutSet) static LayoutSetStagingHandlerLayoutStagingUtil.getLayoutSetStagingHandler(LayoutSet layoutSet) LayoutStaging.mergeLayoutSetRevisionIntoLayoutSet(LayoutSet layoutSet) static LayoutSetLayoutStagingUtil.mergeLayoutSetRevisionIntoLayoutSet(LayoutSet layoutSet) -
Uses of LayoutSet in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutSetFields in com.liferay.portal.kernel.model with type parameters of type LayoutSetMethods in com.liferay.portal.kernel.model that return LayoutSetModifier and TypeMethodDescriptionLayoutSetModel.cloneWithOriginalValues()LayoutSetWrapper.cloneWithOriginalValues()Layout.getLayoutSet()Returns the current layout'sLayoutSet.LayoutRevision.getLayoutSet()LayoutRevisionWrapper.getLayoutSet()LayoutSetBranch.getLayoutSet()LayoutSetBranchWrapper.getLayoutSet()LayoutSetPrototype.getLayoutSet()LayoutSetPrototypeWrapper.getLayoutSet()LayoutSetStagingHandler.getLayoutSet()LayoutWrapper.getLayoutSet()Returns the current layout'sLayoutSet.Group.getPrivateLayoutSet()GroupWrapper.getPrivateLayoutSet()Group.getPublicLayoutSet()GroupWrapper.getPublicLayoutSet()static LayoutSetLayoutSetStagingHandler.newProxyInstance(InvocationHandler invocationHandler) Methods in com.liferay.portal.kernel.model that return types with arguments of type LayoutSetModifier and TypeMethodDescriptionLayoutSetWrapper.getAttributeGetterFunctions()LayoutSetWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.portal.kernel.model with parameters of type LayoutSetModifier and TypeMethodDescriptionvoidLayout.setLayoutSet(LayoutSet layoutSet) voidLayoutWrapper.setLayoutSet(LayoutSet layoutSet) protected LayoutSetWrapperConstructors in com.liferay.portal.kernel.model with parameters of type LayoutSetModifierConstructorDescriptionLayoutSetStagingHandler(LayoutSet layoutSet) LayoutSetWrapper(LayoutSet layoutSet) -
Uses of LayoutSet in com.liferay.portal.kernel.model.impl
Methods in com.liferay.portal.kernel.model.impl that return LayoutSetMethods in com.liferay.portal.kernel.model.impl with parameters of type LayoutSet -
Uses of LayoutSet in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutSetModifier and TypeMethodDescriptionLayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.static LayoutSetLayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout) static LayoutSetLayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.LayoutSetLocalServiceWrapper.addLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.LayoutSetLocalService.createLayoutSet(long layoutSetId) Creates a new layout set with the primary key.static LayoutSetLayoutSetLocalServiceUtil.createLayoutSet(long layoutSetId) Creates a new layout set with the primary key.LayoutSetLocalServiceWrapper.createLayoutSet(long layoutSetId) Creates a new layout set with the primary key.LayoutSetLocalService.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.static LayoutSetLayoutSetLocalServiceUtil.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.static LayoutSetLayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId) Deletes the layout set with the primary key from the database.LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.LayoutSetLocalService.fetchLayoutSet(long layoutSetId) LayoutSetLocalService.fetchLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalService.fetchLayoutSet(String virtualHostname) static LayoutSetLayoutSetLocalServiceUtil.fetchLayoutSet(long layoutSetId) static LayoutSetLayoutSetLocalServiceUtil.fetchLayoutSet(long groupId, boolean privateLayout) static LayoutSetLayoutSetLocalServiceUtil.fetchLayoutSet(String virtualHostname) LayoutSetLocalServiceWrapper.fetchLayoutSet(long layoutSetId) LayoutSetLocalServiceWrapper.fetchLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalServiceWrapper.fetchLayoutSet(String virtualHostname) LayoutSetLocalService.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) static LayoutSetLayoutSetLocalServiceUtil.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) LayoutSetLocalServiceWrapper.fetchLayoutSetByLogoId(boolean privateLayout, long logoId) LayoutSetLocalService.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalService.getLayoutSet(String virtualHostname) static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout) static LayoutSetLayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname) LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId) Returns the layout set with the primary key.LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout) LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname) LayoutSetLocalService.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) static LayoutSetLayoutSetLocalServiceUtil.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) LayoutSetLocalServiceWrapper.updateFaviconFileEntryId(long groupId, boolean privateLayout, long faviconFileEntryId) LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet) Updates the layout set in the database or adds it if it does not yet exist.static LayoutSetLayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet) Updates the layout set in the database or adds it if it does not yet exist.LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet) Updates the layout set in the database or adds it if it does not yet exist.LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) static LayoutSetLayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, byte[] bytes) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, File file) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream) LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean hasLogo, InputStream inputStream, boolean cleanUpStream) LayoutSetLocalService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static LayoutSetLayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutSetService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) static LayoutSetLayoutSetServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutSetServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css) LayoutSetLocalService.updateSettings(long groupId, boolean privateLayout, String settings) static LayoutSetLayoutSetLocalServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings) static LayoutSetLayoutSetServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings) LayoutSetLocalService.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) static LayoutSetLayoutSetLocalServiceUtil.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetLocalServiceWrapper.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetService.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) static LayoutSetLayoutSetServiceUtil.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) LayoutSetServiceWrapper.updateVirtualHosts(long groupId, boolean privateLayout, TreeMap<String, String> virtualHostnames) Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutSetModifier and TypeMethodDescriptionLayoutSetLocalService.getCTPersistence()LayoutSetLocalServiceWrapper.getCTPersistence()LayoutSetLocalService.getLayoutSets(int start, int end) Returns a range of all the layout sets.LayoutSetLocalServiceUtil.getLayoutSets(int start, int end) Returns a range of all the layout sets.LayoutSetLocalServiceWrapper.getLayoutSets(int start, int end) Returns a range of all the layout sets.LayoutSetLocalService.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) LayoutSetLocalServiceUtil.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) LayoutSetLocalServiceWrapper.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) LayoutSetLocalService.getModelClass()LayoutSetLocalServiceWrapper.getModelClass()Methods in com.liferay.portal.kernel.service with parameters of type LayoutSetModifier and TypeMethodDescriptionLayoutSetLocalService.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.static LayoutSetLayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet) Adds the layout set to the database.LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.static LayoutSetLayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet) Deletes the layout set from the database.LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet) Updates the layout set in the database or adds it if it does not yet exist.static LayoutSetLayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet) Updates the layout set in the database or adds it if it does not yet exist.LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet) Updates the layout set 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 LayoutSetModifier and TypeMethodDescription<R,E extends Throwable>
RLayoutSetLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutSet>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RLayoutSetLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutSet>, R, E> updateUnsafeFunction) -
Uses of LayoutSet in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutSetModifier and TypeMethodDescriptionLayoutSetPersistence.create(long layoutSetId) Creates a new layout set with the primary key.static LayoutSetLayoutSetUtil.create(long layoutSetId) Creates a new layout set with the primary key.LayoutSetPersistence.fetchByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByG_P(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or returnsnullif it could not be found.LayoutSetPersistence.fetchByG_P(long groupId, boolean privateLayout, boolean useFinderCache) Returns the layout set where groupId = ? and privateLayout = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutSetLayoutSetUtil.fetchByG_P(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or returnsnullif it could not be found.static LayoutSetLayoutSetUtil.fetchByG_P(long groupId, boolean privateLayout, boolean useFinderCache) Returns the layout set where groupId = ? and privateLayout = ? or returnsnullif it could not be found, optionally using the finder cache.LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByP_L(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or returnsnullif it could not be found.LayoutSetPersistence.fetchByP_L(boolean privateLayout, long logoId, boolean useFinderCache) Returns the layout set where privateLayout = ? and logoId = ? or returnsnullif it could not be found, optionally using the finder cache.static LayoutSetLayoutSetUtil.fetchByP_L(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or returnsnullif it could not be found.static LayoutSetLayoutSetUtil.fetchByP_L(boolean privateLayout, long logoId, boolean useFinderCache) Returns the layout set where privateLayout = ? and logoId = ? or returnsnullif it could not be found, optionally using the finder cache.LayoutSetPersistence.fetchByPrimaryKey(long layoutSetId) Returns the layout set with the primary key or returnsnullif it could not be found.static LayoutSetLayoutSetUtil.fetchByPrimaryKey(long layoutSetId) Returns the layout set with the primary key or returnsnullif it could not be found.LayoutSetPersistence.findByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet[]LayoutSetUtil.findByC_L_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByG_P(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or throws aNoSuchLayoutSetExceptionif it could not be found.static LayoutSetLayoutSetUtil.findByG_P(long groupId, boolean privateLayout) Returns the layout set where groupId = ? and privateLayout = ? or throws aNoSuchLayoutSetExceptionif it could not be found.LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.static LayoutSet[]LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet[]LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByP_L(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or throws aNoSuchLayoutSetExceptionif it could not be found.static LayoutSetLayoutSetUtil.findByP_L(boolean privateLayout, long logoId) Returns the layout set where privateLayout = ? and logoId = ? or throws aNoSuchLayoutSetExceptionif it could not be found.LayoutSetPersistence.findByPrimaryKey(long layoutSetId) Returns the layout set with the primary key or throws aNoSuchLayoutSetExceptionif it could not be found.static LayoutSetLayoutSetUtil.findByPrimaryKey(long layoutSetId) Returns the layout set with the primary key or throws aNoSuchLayoutSetExceptionif it could not be found.LayoutSetPersistence.remove(long layoutSetId) Removes the layout set with the primary key from the database.static LayoutSetLayoutSetUtil.remove(long layoutSetId) Removes the layout set with the primary key from the database.LayoutSetPersistence.removeByG_P(long groupId, boolean privateLayout) Removes the layout set where groupId = ? and privateLayout = ? from the database.static LayoutSetLayoutSetUtil.removeByG_P(long groupId, boolean privateLayout) Removes the layout set where groupId = ? and privateLayout = ? from the database.LayoutSetPersistence.removeByP_L(boolean privateLayout, long logoId) Removes the layout set where privateLayout = ? and logoId = ? from the database.static LayoutSetLayoutSetUtil.removeByP_L(boolean privateLayout, long logoId) Removes the layout set where privateLayout = ? and logoId = ? from the database.static LayoutSetstatic LayoutSetLayoutSetUtil.update(LayoutSet layoutSet, ServiceContext serviceContext) LayoutSetPersistence.updateImpl(LayoutSet layoutSet) static LayoutSetLayoutSetUtil.updateImpl(LayoutSet layoutSet) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutSetModifier and TypeMethodDescriptionstatic Map<Serializable,LayoutSet> LayoutSetUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) LayoutSetPersistence.findAll()Returns all the layout sets.LayoutSetPersistence.findAll(int start, int end) Returns a range of all the layout sets.LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.LayoutSetUtil.findAll()Returns all the layout sets.LayoutSetUtil.findAll(int start, int end) Returns a range of all the layout sets.LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.Returns all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.Returns a range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.Returns all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.Returns a range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByGroupId(long groupId) Returns all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId) Returns all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) Returns all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end) Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) Returns all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end) Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutSetModifier and TypeMethodDescriptionvoidLayoutSetPersistence.cacheResult(LayoutSet layoutSet) Caches the layout set in the entity cache if it is enabled.static voidLayoutSetUtil.cacheResult(LayoutSet layoutSet) Caches the layout set in the entity cache if it is enabled.static voidLayoutSetUtil.clearCache(LayoutSet layoutSet) static LayoutSetstatic LayoutSetLayoutSetUtil.update(LayoutSet layoutSet, ServiceContext serviceContext) LayoutSetPersistence.updateImpl(LayoutSet layoutSet) static LayoutSetLayoutSetUtil.updateImpl(LayoutSet layoutSet) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutSetModifier and TypeMethodDescriptionvoidLayoutSetPersistence.cacheResult(List<LayoutSet> layoutSets) Caches the layout sets in the entity cache if it is enabled.static voidLayoutSetUtil.cacheResult(List<LayoutSet> layoutSets) Caches the layout sets in the entity cache if it is enabled.LayoutSetPersistence.fetchByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.LayoutSetPersistence.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet[]LayoutSetUtil.findByC_L_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSetLayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.static LayoutSet[]LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSetLayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet[]LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSet> orderByComparator) -
Uses of LayoutSet in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return LayoutSetModifier and TypeMethodDescriptionThemeDisplay.getLayoutSet()Returns the current layout set, being either a public layout set or a private layout set.Methods in com.liferay.portal.kernel.theme with parameters of type LayoutSet -
Uses of LayoutSet in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util that return LayoutSetModifier and TypeMethodDescriptionstatic LayoutSetDefaultLayoutSetPrototypesUtil.addLayoutSetPrototype(long companyId, long defaultUserId, String nameKey, String descriptionKey, List<LayoutSetPrototype> layoutSetPrototypes, ClassLoader classLoader) Methods in com.liferay.portal.kernel.util with parameters of type LayoutSetModifier and TypeMethodDescriptionstatic LayoutDefaultLayoutPrototypesUtil.addLayout(LayoutSet layoutSet, String nameKey, String friendlyURL, String layoutTemplateId) Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) static StringPortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL, boolean controlPanel) static StringPortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale) Portal.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection) static StringPortalUtil.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection) Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) static StringPortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) Portal.getPortalURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) static StringPortalUtil.getPortalURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) Portal.getVirtualHostnames(LayoutSet layoutSet) PortalUtil.getVirtualHostnames(LayoutSet layoutSet) -
Uses of LayoutSet in com.liferay.sites.kernel.util
Methods in com.liferay.sites.kernel.util with parameters of type LayoutSetModifier and TypeMethodDescriptionbooleanSites.isLayoutSetMergeable(Group group, LayoutSet layoutSet) voidSites.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet) voidSites.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet)