Package | Description |
---|---|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.
|
LayoutReference[] |
LayoutService.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.
|
LayoutReference[] |
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.
|
LayoutReference[] |
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.
|
LayoutReference[] |
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.
|
Modifier and Type | Method and Description |
---|---|
static List<LayoutReference> |
LayoutFinderUtil.findByC_P_P(long companyId,
String portletId,
String preferencesKey,
String preferencesValue) |
List<LayoutReference> |
LayoutFinder.findByC_P_P(long companyId,
String portletId,
String preferencesKey,
String preferencesValue) |