Liferay 6.0.5

com.liferay.portal.model.impl
Class LayoutSetImpl

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

public class LayoutSetImpl
extends LayoutSetModelImpl
implements LayoutSet

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
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 String getSettings()
          Gets the settings of this layout set.
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 void setSettings(String settings)
          Sets the settings of this layout set.
 void setSettingsProperties(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, notify, notifyAll, 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 Theme getTheme()
               throws SystemException
Specified by:
getTheme in interface LayoutSet
Throws:
SystemException

getColorScheme

public ColorScheme getColorScheme()
                           throws SystemException
Specified by:
getColorScheme in interface LayoutSet
Throws:
SystemException

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Specified by:
getGroup in interface LayoutSet
Throws:
PortalException
SystemException

getSettings

public String getSettings()
Description copied from interface: LayoutSetModel
Gets the settings of this layout set.

Specified by:
getSettings in interface LayoutSet
Specified by:
getSettings in interface LayoutSetModel
Overrides:
getSettings in class LayoutSetModelImpl
Returns:
the settings of this layout set

getSettingsProperties

public UnicodeProperties getSettingsProperties()
Specified by:
getSettingsProperties in interface LayoutSet

getSettingsProperty

public String getSettingsProperty(String key)
Specified by:
getSettingsProperty in interface LayoutSet

getWapTheme

public Theme getWapTheme()
                  throws SystemException
Specified by:
getWapTheme in interface LayoutSet
Throws:
SystemException

getWapColorScheme

public ColorScheme getWapColorScheme()
                              throws SystemException
Specified by:
getWapColorScheme in interface LayoutSet
Throws:
SystemException

setSettings

public void setSettings(String settings)
Description copied from interface: LayoutSetModel
Sets the settings of this layout set.

Specified by:
setSettings in interface LayoutSet
Specified by:
setSettings in interface LayoutSetModel
Overrides:
setSettings in class LayoutSetModelImpl
Parameters:
settings - the settings of this layout set

setSettingsProperties

public void setSettingsProperties(UnicodeProperties settingsProperties)
Specified by:
setSettingsProperties in interface LayoutSet

Liferay 6.0.5