com.liferay.portal.model.impl
Class LayoutSetImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<LayoutSet>
com.liferay.portal.model.impl.LayoutSetModelImpl
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
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 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 |
LayoutSetImpl
public LayoutSetImpl()
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