Class LayoutTemplateImpl

Object
com.liferay.portal.model.impl.PluginBaseImpl
com.liferay.portal.model.impl.LayoutTemplateImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.LayoutTemplate, com.liferay.portal.kernel.model.Plugin, Serializable, Comparable<com.liferay.portal.kernel.model.LayoutTemplate>

public class LayoutTemplateImpl extends PluginBaseImpl implements com.liferay.portal.kernel.model.LayoutTemplate
Author:
Brian Wing Shun Chan, Jorge Ferrer
See Also:
  • Constructor Details

    • LayoutTemplateImpl

      public LayoutTemplateImpl()
    • LayoutTemplateImpl

      public LayoutTemplateImpl(String layoutTemplateId)
    • LayoutTemplateImpl

      public LayoutTemplateImpl(String layoutTemplateId, String name)
  • Method Details

    • compareTo

      public int compareTo(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
      Specified by:
      compareTo in interface Comparable<com.liferay.portal.kernel.model.LayoutTemplate>
    • equals

      public boolean equals(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
    • getColumns

      public List<String> getColumns()
      Specified by:
      getColumns in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getContent

      public String getContent()
      Specified by:
      getContent in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getContextPath

      public String getContextPath()
      Specified by:
      getContextPath in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getLayoutTemplateId

      public String getLayoutTemplateId()
      Specified by:
      getLayoutTemplateId in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getName

      public String getName()
      Specified by:
      getName in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getName

      public String getName(Locale locale)
      Specified by:
      getName in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getPluginId

      public String getPluginId()
      Specified by:
      getPluginId in interface com.liferay.portal.kernel.model.Plugin
    • getPluginType

      public String getPluginType()
      Specified by:
      getPluginType in interface com.liferay.portal.kernel.model.Plugin
    • getServletContextName

      public String getServletContextName()
      Specified by:
      getServletContextName in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getStandard

      public boolean getStandard()
      Specified by:
      getStandard in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getStaticResourcePath

      public String getStaticResourcePath()
      Specified by:
      getStaticResourcePath in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getTemplatePath

      public String getTemplatePath()
      Specified by:
      getTemplatePath in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getThemeId

      public String getThemeId()
      Specified by:
      getThemeId in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getThumbnailPath

      public String getThumbnailPath()
      Specified by:
      getThumbnailPath in interface com.liferay.portal.kernel.model.LayoutTemplate
    • getUncachedContent

      public String getUncachedContent() throws IOException
      Specified by:
      getUncachedContent in interface com.liferay.portal.kernel.model.LayoutTemplate
      Throws:
      IOException
    • getWARFile

      public boolean getWARFile()
      Specified by:
      getWARFile in interface com.liferay.portal.kernel.model.LayoutTemplate
    • hasSetContent

      public boolean hasSetContent()
      Specified by:
      hasSetContent in interface com.liferay.portal.kernel.model.LayoutTemplate
    • isStandard

      public boolean isStandard()
      Specified by:
      isStandard in interface com.liferay.portal.kernel.model.LayoutTemplate
    • isWARFile

      public boolean isWARFile()
      Specified by:
      isWARFile in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setColumns

      public void setColumns(List<String> columns)
      Specified by:
      setColumns in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setContent

      public void setContent(String content)
      Specified by:
      setContent in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setName

      public void setName(String name)
      Specified by:
      setName in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setServletContext

      public void setServletContext(javax.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setServletContextName

      public void setServletContextName(String servletContextName)
      Specified by:
      setServletContextName in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setStandard

      public void setStandard(boolean standard)
      Specified by:
      setStandard in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setTemplatePath

      public void setTemplatePath(String templatePath)
      Specified by:
      setTemplatePath in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setThemeId

      public void setThemeId(String themeId)
      Specified by:
      setThemeId in interface com.liferay.portal.kernel.model.LayoutTemplate
    • setThumbnailPath

      public void setThumbnailPath(String thumbnailPath)
      Specified by:
      setThumbnailPath in interface com.liferay.portal.kernel.model.LayoutTemplate