Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface LayoutSetBranch

All Superinterfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, LayoutSetBranchModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutSetBranchBaseImpl, LayoutSetBranchImpl, LayoutSetBranchWrapper

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.

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 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getColorScheme

ColorScheme getColorScheme()
                           throws SystemException
Throws:
SystemException

getGroup

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

getLayoutSet

LayoutSet getLayoutSet()

getLiveLogoId

long getLiveLogoId()

getSettings

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

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

getSettingsProperties

UnicodeProperties getSettingsProperties()

getSettingsProperty

String getSettingsProperty(String key)

getTheme

Theme getTheme()
               throws SystemException
Throws:
SystemException

getThemeSetting

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

getWapColorScheme

ColorScheme getWapColorScheme()
                              throws SystemException
Throws:
SystemException

getWapTheme

Theme getWapTheme()
                  throws SystemException
Throws:
SystemException

isLayoutSetPrototypeLinkActive

boolean isLayoutSetPrototypeLinkActive()

setSettings

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

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

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 6.1.2-ce-ga3