Liferay 7.0-ce-b4

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:
LayoutSetBranchBaseImpl, LayoutSetBranchImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<LayoutSetBranch,Long> LAYOUT_SET_BRANCH_ID_ACCESSOR
           
 
Method Summary
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 long getLiveLogoId()
           
 boolean getLogo()
           
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 String getThemeSetting(String key, String device)
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 boolean isLogo()
           
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

LAYOUT_SET_BRANCH_ID_ACCESSOR

static final Accessor<LayoutSetBranch,Long> LAYOUT_SET_BRANCH_ID_ACCESSOR
Method Detail

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)

Liferay 7.0-ce-b4