Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.LayoutReference

Packages that use LayoutReference
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of LayoutReference in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutReference
 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.
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[] 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.
 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.
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.
 

Uses of LayoutReference in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutReference
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)
           
 


Liferay 6.2-ce-ga5