Liferay 6.2-ce-ga5

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, LayoutSetImpl, LayoutSetModelImpl

Method Summary
 ColorScheme getColorScheme()
           
 String getCompanyFallbackVirtualHostname()
           
 Group getGroup()
           
 long getLayoutSetPrototypeId()
           
 long getLiveLogoId()
           
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
 String getThemeSetting(String key, String device)
           
 String getVirtualHostname()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 void setCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname)
           
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 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-ce-ga5