com.liferay.portal.model.impl
Class LayoutSetBranchImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<LayoutSetBranch>
com.liferay.portal.model.impl.LayoutSetBranchModelImpl
com.liferay.portal.model.impl.LayoutSetBranchBaseImpl
com.liferay.portal.model.impl.LayoutSetBranchImpl
- All Implemented Interfaces:
- AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, GroupedModel, LayoutSetBranch, LayoutSetBranchModel, MVCCModel, PersistedModel, ShardedModel, Serializable, Cloneable, Comparable<LayoutSetBranch>
public class LayoutSetBranchImpl
- extends LayoutSetBranchBaseImpl
- See Also:
- Serialized Form
| Fields inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MASTER_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
| Methods inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl |
clone, compareTo, equals, getColorSchemeId, getColumnBitmask, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalGroupId, getOriginalMaster, getOriginalName, getOriginalPrivateLayout, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isLayoutSetPrototypeLinkEnabled, isMaster, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.LayoutSetBranchModel |
clone, compareTo, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isMaster, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModifiedDate, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
LayoutSetBranchImpl
public LayoutSetBranchImpl()
getColorScheme
public ColorScheme getColorScheme()
getGroup
public Group getGroup()
throws PortalException
- Throws:
PortalException
getLayoutSet
public LayoutSet getLayoutSet()
getLiveLogoId
public long getLiveLogoId()
getLogo
public boolean getLogo()
getSettings
public String getSettings()
- Description copied from interface:
LayoutSetBranchModel
- Returns the settings of this layout set branch.
- Specified by:
getSettings in interface LayoutSetBranchModel- Overrides:
getSettings in class LayoutSetBranchModelImpl
- Returns:
- the settings of this layout set branch
getSettingsProperties
public UnicodeProperties getSettingsProperties()
getSettingsProperty
public String getSettingsProperty(String key)
getTheme
public Theme getTheme()
getThemeSetting
public String getThemeSetting(String key,
String device)
getWapColorScheme
public ColorScheme getWapColorScheme()
getWapTheme
public Theme getWapTheme()
isLayoutSetPrototypeLinkActive
public boolean isLayoutSetPrototypeLinkActive()
isLogo
public boolean isLogo()
setSettings
public void setSettings(String settings)
- Description copied from interface:
LayoutSetBranchModel
- Sets the settings of this layout set branch.
- Specified by:
setSettings in interface LayoutSetBranchModel- Overrides:
setSettings in class LayoutSetBranchModelImpl
- Parameters:
settings - the settings of this layout set branch
setSettingsProperties
public void setSettingsProperties(UnicodeProperties settingsProperties)