Class StagedThemeImpl
Object
com.liferay.portal.model.impl.PluginBaseImpl
com.liferay.portal.model.impl.ThemeImpl
com.liferay.portal.model.adapter.impl.StagedThemeImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.adapter.StagedTheme
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.Plugin
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.Theme
,Serializable
,Comparable<com.liferay.portal.kernel.model.Theme>
public class StagedThemeImpl
extends ThemeImpl
implements com.liferay.portal.kernel.model.adapter.StagedTheme
- Author:
- Máté Thurzó
- See Also:
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.model.Plugin
TYPE_HOOK, TYPE_LAYOUT_TEMPLATE, TYPE_PORTLET, TYPE_THEME, TYPE_WEB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
long
com.liferay.expando.kernel.model.ExpandoBridge
Class<?>
com.liferay.exportimport.kernel.lar.StagedModelType
getUuid()
void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setModifiedDate
(Date modifiedDate) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
Methods inherited from class com.liferay.portal.model.impl.ThemeImpl
addSetting, compareTo, equals, getColorSchemes, getColorSchemesMap, getConfigurableSettings, getContextPath, getCssPath, getDefaultPortletDecorator, getDevice, getFreeMarkerTemplateLoader, getImagesPath, getJavaScriptPath, getLoadFromServletContext, getName, getPluginId, getPluginType, getPortletDecorators, getPortletDecoratorsMap, getResourcePath, getRootPath, getServletContextName, getSetting, getSettingOptions, getSettings, getSettingsProperties, getStaticResourcePath, getTemplateExtension, getTemplatesPath, getThemeCompanyLimit, getThemeGroupLimit, getThemeId, getTimestamp, getVelocityResourceListener, getVirtualPath, getWARFile, hasColorSchemes, hashCode, isAvailable, isCompanyAvailable, isControlPanelTheme, isGroupAvailable, isLoadFromServletContext, isPageTheme, isWARFile, resourceExists, setControlPanelTheme, setCssPath, setImagesPath, setJavaScriptPath, setLoadFromServletContext, setName, setPageTheme, setRootPath, setServletContextName, setSetting, setTemplateExtension, setTemplatesPath, setThemeCompanyLimit, setThemeGroupLimit, setTimestamp, setVirtualPath
Methods inherited from class com.liferay.portal.model.impl.PluginBaseImpl
getDefaultPluginSetting, getDefaultPluginSetting, getPluginPackage, setDefaultPluginSetting, setPluginPackage
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.Plugin
getDefaultPluginSetting, getDefaultPluginSetting, getPluginId, getPluginPackage, getPluginType, setDefaultPluginSetting, setPluginPackage
Methods inherited from interface com.liferay.portal.kernel.model.Theme
addSetting, getColorSchemes, getColorSchemesMap, getConfigurableSettings, getContextPath, getCssPath, getDevice, getFreeMarkerTemplateLoader, getImagesPath, getJavaScriptPath, getLoadFromServletContext, getName, getPortletDecorators, getPortletDecoratorsMap, getResourcePath, getRootPath, getServletContextName, getSetting, getSettingOptions, getSettings, getSettingsProperties, getStaticResourcePath, getTemplateExtension, getTemplatesPath, getThemeCompanyLimit, getThemeGroupLimit, getThemeId, getTimestamp, getVelocityResourceListener, getVirtualPath, getWARFile, hasColorSchemes, isCompanyAvailable, isControlPanelTheme, isGroupAvailable, isLoadFromServletContext, isPageTheme, isWARFile, resourceExists, setControlPanelTheme, setCssPath, setImagesPath, setJavaScriptPath, setLoadFromServletContext, setName, setPageTheme, setRootPath, setServletContextName, setSetting, setTemplateExtension, setTemplatesPath, setThemeCompanyLimit, setThemeGroupLimit, setTimestamp, setVirtualPath
-
Constructor Details
-
StagedThemeImpl
public StagedThemeImpl(com.liferay.portal.kernel.model.Theme theme)
-
-
Method Details
-
clone
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
-