Package com.liferay.portal.kernel.model
Interface LayoutSetBranch
- All Superinterfaces:
AuditedModel
,BaseModel<LayoutSetBranch>
,ClassedModel
,Cloneable
,Comparable<LayoutSetBranch>
,GroupedModel
,LayoutSetBranchModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
- All Known Implementing Classes:
LayoutSetBranchWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
long
boolean
getLogo()
getTheme()
getThemeSetting
(String key, String device) boolean
boolean
isLogo()
void
setSettingsProperties
(UnicodeProperties settingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.LayoutSetBranchModel
cloneWithOriginalValues, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDescription, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrivateLayout, getSettings, getThemeId, getUserId, getUserName, getUserUuid, isLayoutSetPrototypeLinkEnabled, isMaster, isPrivateLayout, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrivateLayout, setSettings, setThemeId, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
LAYOUT_SET_BRANCH_ID_ACCESSOR
-
-
Method Details
-
getColorScheme
ColorScheme getColorScheme() -
getGroup
- Throws:
PortalException
-
getLayoutSet
LayoutSet getLayoutSet() -
getLiveLogoId
long getLiveLogoId() -
getLogo
boolean getLogo() -
getSettingsProperties
UnicodeProperties getSettingsProperties() -
getSettingsProperty
-
getTheme
Theme getTheme() -
getThemeSetting
-
isLayoutSetPrototypeLinkActive
boolean isLayoutSetPrototypeLinkActive() -
isLogo
boolean isLogo() -
setSettingsProperties
-