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, setPluginPackagepublic 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.LayoutTemplatepublic String getContent()
getContent in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getContextPath()
getContextPath in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getLayoutTemplateId()
getLayoutTemplateId in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getName()
getName in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getName(Locale locale)
getName in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getPluginId()
getPluginId in interface com.liferay.portal.kernel.model.Pluginpublic String getPluginType()
getPluginType in interface com.liferay.portal.kernel.model.Pluginpublic String getServletContextName()
getServletContextName in interface com.liferay.portal.kernel.model.LayoutTemplatepublic boolean getStandard()
getStandard in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getStaticResourcePath()
getStaticResourcePath in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getTemplatePath()
getTemplatePath in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getThemeId()
getThemeId in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getThumbnailPath()
getThumbnailPath in interface com.liferay.portal.kernel.model.LayoutTemplatepublic String getUncachedContent()
throws IOException
getUncachedContent in interface com.liferay.portal.kernel.model.LayoutTemplateIOExceptionpublic boolean getWARFile()
getWARFile in interface com.liferay.portal.kernel.model.LayoutTemplatepublic boolean hasSetContent()
hasSetContent in interface com.liferay.portal.kernel.model.LayoutTemplatepublic boolean isStandard()
isStandard in interface com.liferay.portal.kernel.model.LayoutTemplatepublic boolean isWARFile()
isWARFile in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setColumns(List<String> columns)
setColumns in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setContent(String content)
setContent in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setServletContextName(String servletContextName)
setServletContextName in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setStandard(boolean standard)
setStandard in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setTemplatePath(String templatePath)
setTemplatePath in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setThemeId(String themeId)
setThemeId in interface com.liferay.portal.kernel.model.LayoutTemplatepublic void setThumbnailPath(String thumbnailPath)
setThumbnailPath in interface com.liferay.portal.kernel.model.LayoutTemplate