Liferay 6.0.5

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

Packages that use LayoutReference
com.liferay.portal.service   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
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.http
 

Methods in com.liferay.portal.service.http that return LayoutReference
static LayoutReference[] LayoutServiceHttp.getLayoutReferences(HttpPrincipal httpPrincipal, long companyId, String portletId, String preferencesKey, String preferencesValue)
           
static LayoutReference[] LayoutServiceSoap.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 

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

Methods in com.liferay.portal.service.impl that return LayoutReference
 LayoutReference[] LayoutServiceImpl.getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 LayoutReference[] LayoutLocalServiceImpl.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)
           
 List<LayoutReference> LayoutFinderImpl.findByC_P_P(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 


Liferay 6.0.5