Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.model.LayoutTemplate

Packages that use LayoutTemplate
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
 

Uses of LayoutTemplate in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return LayoutTemplate
 LayoutTemplate LayoutTypePortlet.getLayoutTemplate()
           
 

Uses of LayoutTemplate in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutTemplate
 LayoutTemplate LayoutTemplateLocalServiceWrapper.getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
static LayoutTemplate LayoutTemplateLocalServiceUtil.getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
 LayoutTemplate LayoutTemplateLocalService.getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutTemplate
 List<LayoutTemplate> LayoutTemplateLocalServiceWrapper.getLayoutTemplates()
           
static List<LayoutTemplate> LayoutTemplateLocalServiceUtil.getLayoutTemplates()
           
 List<LayoutTemplate> LayoutTemplateLocalService.getLayoutTemplates()
           
 List<LayoutTemplate> LayoutTemplateLocalServiceWrapper.getLayoutTemplates(String themeId)
           
static List<LayoutTemplate> LayoutTemplateLocalServiceUtil.getLayoutTemplates(String themeId)
           
 List<LayoutTemplate> LayoutTemplateLocalService.getLayoutTemplates(String themeId)
           
 


Liferay 6.1.10-ee-ga1