com.liferay.portal.model
Interface LayoutSetBranch
- All Superinterfaces:
- AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, LayoutSetBranchModel, PersistedModel, Serializable
- All Known Implementing Classes:
- LayoutSetBranchBaseImpl, LayoutSetBranchImpl, LayoutSetBranchWrapper
public interface LayoutSetBranch
- extends LayoutSetBranchModel, PersistedModel
The extended model interface for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" database table, with each column mapped to a property of this class.
- See Also:
LayoutSetBranchModel
,
LayoutSetBranchImpl
,
LayoutSetBranchModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from interface com.liferay.portal.model.LayoutSetBranchModel |
clone, compareTo, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getMaster, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isMaster, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setMaster, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getColorScheme
ColorScheme getColorScheme()
throws SystemException
- Throws:
SystemException
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSet
LayoutSet getLayoutSet()
getLiveLogoId
long getLiveLogoId()
getSettings
String getSettings()
- Description copied from interface:
LayoutSetBranchModel
- Returns the settings of this layout set branch.
- Specified by:
getSettings
in interface LayoutSetBranchModel
- Returns:
- the settings of this layout set branch
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
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:
LayoutSetBranchModel
- Sets the settings of this layout set branch.
- Specified by:
setSettings
in interface LayoutSetBranchModel
- Parameters:
settings
- the settings of this layout set branch
setSettingsProperties
void setSettingsProperties(UnicodeProperties settingsProperties)