Liferay 6.0-ee-sp2

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

Packages that use LayoutReference
com.liferay.portal.service   
com.liferay.portal.service.persistence   
 

Uses of LayoutReference in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutReference
 LayoutReference[] LayoutServiceWrapper.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
static LayoutReference[] LayoutServiceUtil.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 LayoutReference[] LayoutService.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 LayoutReference[] LayoutLocalServiceWrapper.getLayouts(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
static LayoutReference[] LayoutLocalServiceUtil.getLayouts(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 LayoutReference[] LayoutLocalService.getLayouts(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 

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.0-ee-sp2