Liferay 6.1.0-ce-b4

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()
           
 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()
           
 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, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setNew, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getTheme

Theme getTheme()
               throws SystemException
Throws:
SystemException

getColorScheme

ColorScheme getColorScheme()
                           throws SystemException
Throws:
SystemException

getGroup

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

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)

getThemeSetting

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

getVirtualHostname

String getVirtualHostname()

getWapTheme

Theme getWapTheme()
                  throws SystemException
Throws:
SystemException

getWapColorScheme

ColorScheme getWapColorScheme()
                              throws SystemException
Throws:
SystemException

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.0-ce-b4