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()longbooleangetLogo()getTheme()getThemeSetting(String key, String device) booleanbooleanisLogo()voidsetSettingsProperties(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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods 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, toXmlStringMethods 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
-