Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class LayoutSetBranchImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutSetBranch>
      extended by com.liferay.portal.model.impl.LayoutSetBranchModelImpl
          extended by com.liferay.portal.model.impl.LayoutSetBranchBaseImpl
              extended by com.liferay.portal.model.impl.LayoutSetBranchImpl
All Implemented Interfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, GroupedModel, LayoutSetBranch, LayoutSetBranchModel, MVCCModel, PersistedModel, ShardedModel, Serializable, Cloneable, Comparable<LayoutSetBranch>

public class LayoutSetBranchImpl
extends LayoutSetBranchBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MASTER_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Fields inherited from interface com.liferay.portal.model.LayoutSetBranch
LAYOUT_SET_BRANCH_ID_ACCESSOR
 
Constructor Summary
LayoutSetBranchImpl()
           
 
Method Summary
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 long getLiveLogoId()
           
 boolean getLogo()
           
 String getSettings()
          Returns the settings of this layout set branch.
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 String getThemeSetting(String key, String device)
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 boolean isLogo()
           
 void setSettings(String settings)
          Sets the settings of this layout set branch.
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetBranchBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl
clone, compareTo, equals, getColorSchemeId, getColumnBitmask, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalGroupId, getOriginalMaster, getOriginalName, getOriginalPrivateLayout, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isLayoutSetPrototypeLinkEnabled, isMaster, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, 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, 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
 

Constructor Detail

LayoutSetBranchImpl

public LayoutSetBranchImpl()
Method Detail

getColorScheme

public ColorScheme getColorScheme()

getGroup

public Group getGroup()
               throws PortalException
Throws:
PortalException

getLayoutSet

public LayoutSet getLayoutSet()

getLiveLogoId

public long getLiveLogoId()

getLogo

public boolean getLogo()

getSettings

public String getSettings()
Description copied from interface: LayoutSetBranchModel
Returns the settings of this layout set branch.

Specified by:
getSettings in interface LayoutSetBranchModel
Overrides:
getSettings in class LayoutSetBranchModelImpl
Returns:
the settings of this layout set branch

getSettingsProperties

public UnicodeProperties getSettingsProperties()

getSettingsProperty

public String getSettingsProperty(String key)

getTheme

public Theme getTheme()

getThemeSetting

public String getThemeSetting(String key,
                              String device)

getWapColorScheme

public ColorScheme getWapColorScheme()

getWapTheme

public Theme getWapTheme()

isLayoutSetPrototypeLinkActive

public boolean isLayoutSetPrototypeLinkActive()

isLogo

public boolean isLogo()

setSettings

public void setSettings(String settings)
Description copied from interface: LayoutSetBranchModel
Sets the settings of this layout set branch.

Specified by:
setSettings in interface LayoutSetBranchModel
Overrides:
setSettings in class LayoutSetBranchModelImpl
Parameters:
settings - the settings of this layout set branch

setSettingsProperties

public void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 7.0-ce-b4