Liferay 6.2.0-ce-m3

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

Packages that use LayoutTemplate
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.layoutconfiguration.util   
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutTemplate
 class LayoutTemplateImpl
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type LayoutTemplate
 int LayoutTemplateImpl.compareTo(LayoutTemplate layoutTemplate)
           
 boolean LayoutTemplateImpl.equals(LayoutTemplate layoutTemplate)
           
 

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)
           
 

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

Methods in com.liferay.portal.service.impl that return LayoutTemplate
 LayoutTemplate LayoutTemplateLocalServiceImpl.getLayoutTemplate(String layoutTemplateId, boolean standard, String themeId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutTemplate
 List<LayoutTemplate> LayoutTemplateLocalServiceImpl.getLayoutTemplates()
           
 List<LayoutTemplate> LayoutTemplateLocalServiceImpl.getLayoutTemplates(String themeId)
           
 

Uses of LayoutTemplate in com.liferay.portlet.layoutconfiguration.util
 

Methods in com.liferay.portlet.layoutconfiguration.util that return LayoutTemplate
protected  LayoutTemplate RuntimePageImpl.getLayoutTemplate(String velocityTemplateId)
           
 


Liferay 6.2.0-ce-m3