Liferay 6.2.0

com.liferay.portal.model
Interface LayoutSet

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

@ProviderType
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, com.liferay.portal.model.impl.LayoutSetImpl, com.liferay.portal.model.impl.LayoutSetModelImpl

Method Summary
abstract  ColorScheme getColorScheme()
           
abstract  String getCompanyFallbackVirtualHostname()
           
abstract  Group getGroup()
           
abstract  long getLayoutSetPrototypeId()
           
abstract  long getLiveLogoId()
           
abstract  UnicodeProperties getSettingsProperties()
           
abstract  String getSettingsProperty(String key)
           
abstract  Theme getTheme()
           
abstract  String getThemeSetting(String key, String device)
           
abstract  String getVirtualHostname()
           
abstract  ColorScheme getWapColorScheme()
           
abstract  Theme getWapTheme()
           
abstract  boolean isLayoutSetPrototypeLinkActive()
           
abstract  void setCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname)
           
abstract  void setSettingsProperties(UnicodeProperties settingsProperties)
           
abstract  void setVirtualHostname(String virtualHostname)
           
 
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, getSettings, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isLogo, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModifiedDate, setNew, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setSettings, 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

getCompanyFallbackVirtualHostname

String getCompanyFallbackVirtualHostname()

getGroup

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

getLayoutSetPrototypeId

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

getLiveLogoId

long getLiveLogoId()

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()

setCompanyFallbackVirtualHostname

void setCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname)

setSettingsProperties

void setSettingsProperties(UnicodeProperties settingsProperties)

setVirtualHostname

void setVirtualHostname(String virtualHostname)

Liferay 6.2.0