com.liferay.portal.model.impl
Class LayoutSetImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.LayoutSet>
      extended by com.liferay.portal.model.impl.LayoutSetModelImpl
          extended by com.liferay.portal.model.impl.LayoutSetImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.LayoutSet>, com.liferay.portal.model.LayoutSet, com.liferay.portal.model.LayoutSetModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.LayoutSet>

public class LayoutSetImpl
extends LayoutSetModelImpl
implements com.liferay.portal.model.LayoutSet

View Source

Author:
Brian Wing Shun Chan, Jorge Ferrer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LayoutSetImpl()
           
 
Method Summary
 com.liferay.portal.model.ColorScheme getColorScheme()
           
 com.liferay.portal.model.Group getGroup()
           
 java.lang.String getSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
           
 java.lang.String getSettingsProperty(java.lang.String key)
           
 com.liferay.portal.model.Theme getTheme()
           
 com.liferay.portal.model.ColorScheme getWapColorScheme()
           
 com.liferay.portal.model.Theme getWapTheme()
           
 void setSettings(java.lang.String settings)
           
 void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl
clone, compareTo, equals, getColorSchemeId, getCompanyId, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeId, getLogo, getLogoId, getOriginalGroupId, getOriginalPrivateLayout, getOriginalVirtualHost, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getVirtualHost, getWapColorSchemeId, getWapThemeId, hashCode, isLogo, isPrivateLayout, setColorSchemeId, setCompanyId, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeId, setLogo, setLogoId, setPageCount, setPrimaryKey, setPrivateLayout, setThemeId, setVirtualHost, setWapColorSchemeId, setWapThemeId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.LayoutSetModel
clone, compareTo, getColorSchemeId, getCompanyId, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeId, getLogo, getLogoId, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getVirtualHost, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCss, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeId, setLogo, setLogoId, setNew, setPageCount, setPrimaryKey, setPrivateLayout, setThemeId, setVirtualHost, setWapColorSchemeId, setWapThemeId, toEscapedModel, toString, toXmlString
 

Constructor Detail

LayoutSetImpl

public LayoutSetImpl()
Method Detail

getTheme

public com.liferay.portal.model.Theme getTheme()
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTheme in interface com.liferay.portal.model.LayoutSet
Throws:
com.liferay.portal.kernel.exception.SystemException

getColorScheme

public com.liferay.portal.model.ColorScheme getColorScheme()
                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColorScheme in interface com.liferay.portal.model.LayoutSet
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroup

public com.liferay.portal.model.Group getGroup()
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroup in interface com.liferay.portal.model.LayoutSet
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSettings

public java.lang.String getSettings()
Specified by:
getSettings in interface com.liferay.portal.model.LayoutSet
Specified by:
getSettings in interface com.liferay.portal.model.LayoutSetModel
Overrides:
getSettings in class LayoutSetModelImpl

getSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
Specified by:
getSettingsProperties in interface com.liferay.portal.model.LayoutSet

getSettingsProperty

public java.lang.String getSettingsProperty(java.lang.String key)
Specified by:
getSettingsProperty in interface com.liferay.portal.model.LayoutSet

getWapTheme

public com.liferay.portal.model.Theme getWapTheme()
                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getWapTheme in interface com.liferay.portal.model.LayoutSet
Throws:
com.liferay.portal.kernel.exception.SystemException

getWapColorScheme

public com.liferay.portal.model.ColorScheme getWapColorScheme()
                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getWapColorScheme in interface com.liferay.portal.model.LayoutSet
Throws:
com.liferay.portal.kernel.exception.SystemException

setSettings

public void setSettings(java.lang.String settings)
Specified by:
setSettings in interface com.liferay.portal.model.LayoutSet
Specified by:
setSettings in interface com.liferay.portal.model.LayoutSetModel
Overrides:
setSettings in class LayoutSetModelImpl

setSettingsProperties

public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)
Specified by:
setSettingsProperties in interface com.liferay.portal.model.LayoutSet