Liferay 7.0-ce-b8 portal-impl

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:
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

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
StagedThemeImpl(com.liferay.portal.kernel.model.Theme theme)
           
 
Method Summary
 Object clone()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 Serializable getPrimaryKeyObj()
           
 com.liferay.exportimport.kernel.lar.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, getWARFile, hasColorSchemes, hashCode, isAvailable, isCompanyAvailable, isControlPanelTheme, isGroupAvailable, isLoadFromServletContext, isPageTheme, isWARFile, resourceExists, setControlPanelTheme, setCssPath, setImagesPath, setJavaScriptPath, setLoadFromServletContext, setName, setPageTheme, setRootPath, setServletContextName, setSetting, setSpriteImages, 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 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, getSpriteImage, 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, setSpriteImages, setTemplateExtension, setTemplatesPath, setThemeCompanyLimit, setThemeGroupLimit, setTimestamp, setVirtualPath
 
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
 

Constructor Detail

StagedThemeImpl

public StagedThemeImpl(com.liferay.portal.kernel.model.Theme theme)
Method Detail

clone

public Object clone()
Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel
Overrides:
clone in class Object

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel

getExpandoBridge

public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

getStagedModelType

public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel

getUuid

public String getUuid()
Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel

Liferay 7.0-ce-b8 portal-impl