Liferay 6.1.2-ce-ga3

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, PersistedModel, 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_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LayoutSetBranchImpl()
           
 
Method Summary
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 long getLiveLogoId()
           
 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()
           
 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, getLogo, getLogoId, getMaster, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalMaster, getOriginalName, getOriginalPrivateLayout, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isLayoutSetPrototypeLinkEnabled, isLogo, isMaster, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setMaster, setModelAttributes, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
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, getLogo, getLogoId, getMaster, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isMaster, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setMaster, setModifiedDate, 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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

LayoutSetBranchImpl

public LayoutSetBranchImpl()
Method Detail

getColorScheme

public ColorScheme getColorScheme()
                           throws SystemException
Throws:
SystemException

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getLayoutSet

public LayoutSet getLayoutSet()

getLiveLogoId

public long getLiveLogoId()

getSettings

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

Specified by:
getSettings in interface LayoutSetBranch
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()
               throws SystemException
Throws:
SystemException

getThemeSetting

public String getThemeSetting(String key,
                              String device)
                       throws SystemException
Throws:
SystemException

getWapColorScheme

public ColorScheme getWapColorScheme()
                              throws SystemException
Throws:
SystemException

getWapTheme

public Theme getWapTheme()
                  throws SystemException
Throws:
SystemException

isLayoutSetPrototypeLinkActive

public boolean isLayoutSetPrototypeLinkActive()

setSettings

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

Specified by:
setSettings in interface LayoutSetBranch
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 6.1.2-ce-ga3