com.liferay.portal.model
Interface LayoutSetBranch
- All Superinterfaces:
- AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, LayoutSetBranchModel, MVCCModel, PersistedModel, Serializable, ShardedModel
- All Known Implementing Classes:
- LayoutSetBranchWrapper
@ProviderType
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
| 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, getSettings, 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, setSettings, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
LAYOUT_SET_BRANCH_ID_ACCESSOR
static final Accessor<LayoutSetBranch,Long> LAYOUT_SET_BRANCH_ID_ACCESSOR
getColorScheme
ColorScheme getColorScheme()
getGroup
Group getGroup()
throws PortalException
- Throws:
PortalException
getLayoutSet
LayoutSet getLayoutSet()
getLiveLogoId
long getLiveLogoId()
getLogo
boolean getLogo()
getSettingsProperties
UnicodeProperties getSettingsProperties()
getSettingsProperty
String getSettingsProperty(String key)
getTheme
Theme getTheme()
getThemeSetting
String getThemeSetting(String key,
String device)
getWapColorScheme
ColorScheme getWapColorScheme()
getWapTheme
Theme getWapTheme()
isLayoutSetPrototypeLinkActive
boolean isLayoutSetPrototypeLinkActive()
isLogo
boolean isLogo()
setSettingsProperties
void setSettingsProperties(UnicodeProperties settingsProperties)