Uses of Class
com.liferay.portal.kernel.model.LayoutReference
Packages that use LayoutReference
Package
Description
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of LayoutReference in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutReferenceModifier and TypeMethodDescriptionLayoutService.getLayoutReferences
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.static LayoutReference[]
LayoutServiceUtil.getLayoutReferences
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.LayoutServiceWrapper.getLayoutReferences
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.LayoutLocalService.getLayouts
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.static LayoutReference[]
LayoutLocalServiceUtil.getLayouts
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.LayoutLocalServiceWrapper.getLayouts
(long companyId, String portletId, String preferencesKey, String preferencesValue) Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. -
Uses of LayoutReference in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutReferenceModifier and TypeMethodDescriptionLayoutFinder.findByC_P_P
(long companyId, String portletId, String preferencesKey, String preferencesValue) static List<LayoutReference>
LayoutFinderUtil.findByC_P_P
(long companyId, String portletId, String preferencesKey, String preferencesValue)