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.LayoutSetBaseImpl
com.liferay.portal.model.impl.LayoutSetImpl
- All Implemented Interfaces:
- BaseModel<LayoutSet>, ClassedModel, LayoutSet, LayoutSetModel, PersistedModel, Serializable, Cloneable, Comparable<LayoutSet>
public class LayoutSetImpl
- extends LayoutSetBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl |
clone, compareTo, equals, getColorSchemeId, getColumnBitmask, getCompanyId, getCreateDate, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalGroupId, getOriginalLayoutSetPrototypeUuid, getOriginalPrivateLayout, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isLayoutSetPrototypeLinkEnabled, isLogo, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModelAttributes, setModifiedDate, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
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 |
LayoutSetImpl
public LayoutSetImpl()
getColorScheme
public ColorScheme getColorScheme()
throws SystemException
- Throws:
SystemException
getGroup
public Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSetPrototypeId
public long getLayoutSetPrototypeId()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLiveLogoId
public long getLiveLogoId()
getSettings
public String getSettings()
- Description copied from interface:
LayoutSetModel
- Returns 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()
getSettingsProperty
public String getSettingsProperty(String key)
getTheme
public Theme getTheme()
throws SystemException
- Throws:
SystemException
getThemeSetting
public String getThemeSetting(String key,
String device)
throws SystemException
- Throws:
SystemException
getVirtualHostname
public String getVirtualHostname()
getWapColorScheme
public ColorScheme getWapColorScheme()
throws SystemException
- Throws:
SystemException
getWapTheme
public Theme getWapTheme()
throws SystemException
- Throws:
SystemException
isLayoutSetPrototypeLinkActive
public boolean isLayoutSetPrototypeLinkActive()
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)
getTheme
protected Theme getTheme(String device)
throws SystemException
- Throws:
SystemException