public class LayoutTemplateImpl extends PluginBaseImpl implements com.liferay.portal.kernel.model.LayoutTemplate
Constructor and Description |
---|
LayoutTemplateImpl() |
LayoutTemplateImpl(String layoutTemplateId) |
LayoutTemplateImpl(String layoutTemplateId,
String name) |
Modifier and Type | Method and Description |
---|---|
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) |
getDefaultPluginSetting, getDefaultPluginSetting, getPluginPackage, setDefaultPluginSetting, setPluginPackage
public LayoutTemplateImpl()
public LayoutTemplateImpl(String layoutTemplateId)
public LayoutTemplateImpl(String layoutTemplateId, String name)
public int compareTo(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
compareTo
in interface Comparable<com.liferay.portal.kernel.model.LayoutTemplate>
public boolean equals(com.liferay.portal.kernel.model.LayoutTemplate layoutTemplate)
public List<String> getColumns()
getColumns
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getContent()
getContent
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getContextPath()
getContextPath
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getLayoutTemplateId()
getLayoutTemplateId
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getName()
getName
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getName(Locale locale)
getName
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getPluginId()
getPluginId
in interface com.liferay.portal.kernel.model.Plugin
public String getPluginType()
getPluginType
in interface com.liferay.portal.kernel.model.Plugin
public String getServletContextName()
getServletContextName
in interface com.liferay.portal.kernel.model.LayoutTemplate
public boolean getStandard()
getStandard
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getStaticResourcePath()
getStaticResourcePath
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getTemplatePath()
getTemplatePath
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getThemeId()
getThemeId
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getThumbnailPath()
getThumbnailPath
in interface com.liferay.portal.kernel.model.LayoutTemplate
public String getUncachedContent() throws IOException
getUncachedContent
in interface com.liferay.portal.kernel.model.LayoutTemplate
IOException
public boolean getWARFile()
getWARFile
in interface com.liferay.portal.kernel.model.LayoutTemplate
public boolean hasSetContent()
hasSetContent
in interface com.liferay.portal.kernel.model.LayoutTemplate
public boolean isStandard()
isStandard
in interface com.liferay.portal.kernel.model.LayoutTemplate
public boolean isWARFile()
isWARFile
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setColumns(List<String> columns)
setColumns
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setContent(String content)
setContent
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setName(String name)
setName
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setServletContextName(String servletContextName)
setServletContextName
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setStandard(boolean standard)
setStandard
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setTemplatePath(String templatePath)
setTemplatePath
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setThemeId(String themeId)
setThemeId
in interface com.liferay.portal.kernel.model.LayoutTemplate
public void setThumbnailPath(String thumbnailPath)
setThumbnailPath
in interface com.liferay.portal.kernel.model.LayoutTemplate