Liferay 7.0-ce-b4

com.liferay.portal.model.adapter.impl
Class StagedThemeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PluginBaseImpl
      extended by com.liferay.portal.model.impl.ThemeImpl
          extended by com.liferay.portal.model.adapter.impl.StagedThemeImpl
All Implemented Interfaces:
StagedTheme, ClassedModel, Plugin, StagedModel, Theme, Serializable, Comparable<Theme>

public class StagedThemeImpl
extends ThemeImpl
implements StagedTheme

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.model.Plugin
TYPE_EXT, TYPE_HOOK, TYPE_LAYOUT_TEMPLATE, TYPE_PORTLET, TYPE_THEME, TYPE_WEB
 
Constructor Summary
StagedThemeImpl(Theme theme)
           
 
Method Summary
 Object clone()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 Serializable getPrimaryKeyObj()
           
 StagedModelType getStagedModelType()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setUuid(String uuid)
           
 
Methods inherited from class com.liferay.portal.model.impl.ThemeImpl
addSetting, compareTo, equals, getColorSchemes, getColorSchemesMap, getConfigurableSettings, getContextPath, getCssPath, getDevice, getFreeMarkerTemplateLoader, getImagesPath, getJavaScriptPath, getLoadFromServletContext, getName, getPluginId, getPluginType, getPortletDecorators, getPortletDecoratorsMap, getResourcePath, getRootPath, getServletContextName, getSetting, getSettingOptions, getSettings, getSettingsProperties, getSpriteImage, getStaticResourcePath, getTemplateExtension, getTemplatesPath, getThemeCompanyLimit, getThemeGroupLimit, getThemeId, getTimestamp, getVelocityResourceListener, getVirtualPath, getWapTheme, getWARFile, hasColorSchemes, hashCode, isAvailable, isCompanyAvailable, isControlPanelTheme, isGroupAvailable, isLoadFromServletContext, isPageTheme, isWapTheme, isWARFile, resourceExists, setControlPanelTheme, setCssPath, setImagesPath, setJavaScriptPath, setLoadFromServletContext, setName, setPageTheme, setRootPath, setServletContextName, setSetting, setSpriteImages, setTemplateExtension, setTemplatesPath, setThemeCompanyLimit, setThemeGroupLimit, setTimestamp, setVirtualPath, setWapTheme
 
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 com.liferay.portal.model.Theme
addSetting, getColorSchemes, getColorSchemesMap, getConfigurableSettings, getContextPath, getCssPath, getDevice, getFreeMarkerTemplateLoader, getImagesPath, getJavaScriptPath, getLoadFromServletContext, getName, getPortletDecorators, getPortletDecoratorsMap, getResourcePath, getRootPath, getServletContextName, getSetting, getSettingOptions, getSettings, getSettingsProperties, getSpriteImage, getStaticResourcePath, getTemplateExtension, getTemplatesPath, getThemeCompanyLimit, getThemeGroupLimit, getThemeId, getTimestamp, getVelocityResourceListener, getVirtualPath, getWapTheme, getWARFile, hasColorSchemes, isCompanyAvailable, isControlPanelTheme, isGroupAvailable, isLoadFromServletContext, isPageTheme, isWapTheme, isWARFile, resourceExists, setControlPanelTheme, setCssPath, setImagesPath, setJavaScriptPath, setLoadFromServletContext, setName, setPageTheme, setRootPath, setServletContextName, setSetting, setSpriteImages, setTemplateExtension, setTemplatesPath, setThemeCompanyLimit, setThemeGroupLimit, setTimestamp, setVirtualPath, setWapTheme
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.liferay.portal.model.Plugin
getDefaultPluginSetting, getDefaultPluginSetting, getPluginId, getPluginPackage, getPluginType, setDefaultPluginSetting, setPluginPackage
 

Constructor Detail

StagedThemeImpl

public StagedThemeImpl(Theme theme)
Method Detail

clone

public Object clone()
Specified by:
clone in interface StagedModel
Overrides:
clone in class Object

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface StagedModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface StagedModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface ClassedModel

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface StagedModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface ClassedModel

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getUuid

public String getUuid()
Specified by:
getUuid in interface StagedModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface StagedModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface StagedModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface ClassedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface StagedModel

Liferay 7.0-ce-b4