Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.model.impl
Class LayoutTemplateImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PluginBaseImpl
      extended by 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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.model.Plugin
TYPE_EXT, TYPE_HOOK, TYPE_LAYOUT_TEMPLATE, TYPE_PORTLET, TYPE_THEME, TYPE_WEB
 
Constructor Summary
LayoutTemplateImpl()
           
LayoutTemplateImpl(String layoutTemplateId)
           
LayoutTemplateImpl(String layoutTemplateId, String name)
           
 
Method Summary
 int compareTo(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
           
 boolean equals(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
           
 List<String> getColumns()
           
 String getContent()
           
 String getContextPath()
           
 String getLayoutTemplateId()
           
 String getName()
           
 String getName(Locale locale)
           
 String getPluginId()
           
 String getPluginType()
           
 String getServletContextName()
           
 boolean getStandard()
           
 String getStaticResourcePath()
           
 String getTemplatePath()
           
 String getThemeId()
           
 String getThumbnailPath()
           
 String getUncachedContent()
           
 boolean getWARFile()
           
 boolean hasSetContent()
           
 boolean isStandard()
           
 boolean isWARFile()
           
 void setColumns(List<String> columns)
           
 void setContent(String content)
           
 void setName(String name)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 void setServletContextName(String servletContextName)
           
 void setStandard(boolean standard)
           
 void setTemplatePath(String templatePath)
           
 void setThemeId(String themeId)
           
 void setThumbnailPath(String thumbnailPath)
           
 
Methods inherited from class com.liferay.portal.model.impl.PluginBaseImpl
getDefaultPluginSetting, getDefaultPluginSetting, getPluginPackage, setDefaultPluginSetting, setPluginPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.model.Plugin
getDefaultPluginSetting, getDefaultPluginSetting, getPluginPackage, setDefaultPluginSetting, setPluginPackage
 

Constructor Detail

LayoutTemplateImpl

public LayoutTemplateImpl()

LayoutTemplateImpl

public LayoutTemplateImpl(String layoutTemplateId)

LayoutTemplateImpl

public LayoutTemplateImpl(String layoutTemplateId,
                          String name)
Method Detail

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

Liferay 7.0-ce-b7 portal-impl