Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface LayoutSet

All Superinterfaces:
BaseModel<LayoutSet>, ClassedModel, Cloneable, Comparable<LayoutSet>, LayoutSetModel, PersistedModel, Serializable
All Known Implementing Classes:
LayoutSetBaseImpl, LayoutSetImpl, LayoutSetWrapper

public interface LayoutSet
extends LayoutSetModel, PersistedModel

The extended model interface for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.

See Also:
LayoutSetModel, LayoutSetImpl, LayoutSetModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 ColorScheme getColorScheme()
           
 Group getGroup()
           
 long getLayoutSetPrototypeId()
           
 long getLiveLogoId()
           
 String getSettings()
          Returns the settings of this layout set.
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 String getThemeSetting(String key, String device)
           
 String getVirtualHostname()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 void setSettings(String settings)
          Sets the settings of this layout set.
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetModel
clone, compareTo, getColorSchemeId, getCompanyId, getCreateDate, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getModifiedDate, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModifiedDate, setNew, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, 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

getLayoutSetPrototypeId

long getLayoutSetPrototypeId()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getLiveLogoId

long getLiveLogoId()

getSettings

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

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

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

getVirtualHostname

String getVirtualHostname()

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: LayoutSetModel
Sets the settings of this layout set.

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

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

Liferay 6.1.2-ce-ga3