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.model.impl   
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the local and remote portal service implementations. 
 

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)
           
 


Liferay 6.1.10-ee-ga1