com.liferay.portal.model
Interface LayoutSet
- All Superinterfaces:
- BaseModel<LayoutSet>, ClassedModel, Cloneable, Comparable<LayoutSet>, LayoutSetModel, PersistedModel, Serializable
- All Known Implementing Classes:
- LayoutSetWrapper
public interface LayoutSet
- extends LayoutSetModel, PersistedModel
The extended model interface for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.
- See Also:
LayoutSetModel
,
LayoutSetImpl
,
LayoutSetModelImpl
Methods inherited from interface com.liferay.portal.model.LayoutSetModel |
clone, compareTo, getColorSchemeId, getCompanyId, getCreateDate, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getModifiedDate, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModifiedDate, setNew, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getColorScheme
ColorScheme getColorScheme()
throws SystemException
- Throws:
SystemException
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSetPrototypeId
long getLayoutSetPrototypeId()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLiveLogoId
long getLiveLogoId()
getSettings
String getSettings()
- Description copied from interface:
LayoutSetModel
- Returns the settings of this layout set.
- Specified by:
getSettings
in interface LayoutSetModel
- Returns:
- the settings of this layout set
getSettingsProperties
UnicodeProperties getSettingsProperties()
getSettingsProperty
String getSettingsProperty(String key)
getTheme
Theme getTheme()
throws SystemException
- Throws:
SystemException
getThemeSetting
String getThemeSetting(String key,
String device)
throws SystemException
- Throws:
SystemException
getVirtualHostname
String getVirtualHostname()
getWapColorScheme
ColorScheme getWapColorScheme()
throws SystemException
- Throws:
SystemException
getWapTheme
Theme getWapTheme()
throws SystemException
- Throws:
SystemException
isLayoutSetPrototypeLinkActive
boolean isLayoutSetPrototypeLinkActive()
setSettings
void setSettings(String settings)
- Description copied from interface:
LayoutSetModel
- Sets the settings of this layout set.
- Specified by:
setSettings
in interface LayoutSetModel
- Parameters:
settings
- the settings of this layout set
setSettingsProperties
void setSettingsProperties(UnicodeProperties settingsProperties)