Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class LayoutSetImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutSet>
      extended by com.liferay.portal.model.impl.LayoutSetModelImpl
          extended by com.liferay.portal.model.impl.LayoutSetBaseImpl
              extended by com.liferay.portal.model.impl.LayoutSetImpl
All Implemented Interfaces:
BaseModel<LayoutSet>, ClassedModel, LayoutSet, LayoutSetModel, PersistedModel, Serializable, Cloneable, Comparable<LayoutSet>

public class LayoutSetImpl
extends LayoutSetBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LAYOUTSETID_COLUMN_BITMASK, LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LayoutSetImpl()
           
 
Method Summary
 ColorScheme getColorScheme()
           
 String getCompanyFallbackVirtualHostname()
           
 Group getGroup()
           
 long getLayoutSetPrototypeId()
           
 long getLiveLogoId()
           
 String getSettings()
          Returns the settings of this layout set.
 UnicodeProperties getSettingsProperties()
           
 String getSettingsProperty(String key)
           
 Theme getTheme()
           
protected  Theme getTheme(String device)
           
 String getThemeSetting(String key, String device)
           
 String getVirtualHostname()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 void setCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname)
           
 void setSettings(String settings)
          Sets the settings of this layout set.
 void setSettingsProperties(UnicodeProperties settingsProperties)
           
 void setVirtualHostname(String virtualHostname)
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetModelImpl
clone, compareTo, equals, getColorSchemeId, getColumnBitmask, getCompanyId, getCreateDate, getCss, getExpandoBridge, getGroupId, getLayoutSetId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogo, getLogoId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalGroupId, getOriginalLayoutSetPrototypeUuid, getOriginalPrivateLayout, getPageCount, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isLayoutSetPrototypeLinkEnabled, isLogo, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModelAttributes, setModifiedDate, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setThemeId, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, setExpandoBridgeAttributes, 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
 

Constructor Detail

LayoutSetImpl

public LayoutSetImpl()
Method Detail

getColorScheme

public ColorScheme getColorScheme()
                           throws SystemException
Throws:
SystemException

getCompanyFallbackVirtualHostname

public String getCompanyFallbackVirtualHostname()
Specified by:
getCompanyFallbackVirtualHostname in interface LayoutSet
Overrides:
getCompanyFallbackVirtualHostname in class LayoutSetModelImpl

getGroup

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

getLayoutSetPrototypeId

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

getLiveLogoId

public long getLiveLogoId()

getSettings

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

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

getSettingsProperties

public UnicodeProperties getSettingsProperties()

getSettingsProperty

public String getSettingsProperty(String key)

getTheme

public Theme getTheme()
               throws SystemException
Throws:
SystemException

getThemeSetting

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

getVirtualHostname

public String getVirtualHostname()
Specified by:
getVirtualHostname in interface LayoutSet
Overrides:
getVirtualHostname in class LayoutSetModelImpl

getWapColorScheme

public ColorScheme getWapColorScheme()
                              throws SystemException
Throws:
SystemException

getWapTheme

public Theme getWapTheme()
                  throws SystemException
Throws:
SystemException

isLayoutSetPrototypeLinkActive

public boolean isLayoutSetPrototypeLinkActive()

setCompanyFallbackVirtualHostname

public void setCompanyFallbackVirtualHostname(String companyFallbackVirtualHostname)
Specified by:
setCompanyFallbackVirtualHostname in interface LayoutSet
Overrides:
setCompanyFallbackVirtualHostname in class LayoutSetModelImpl

setSettings

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

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

setSettingsProperties

public void setSettingsProperties(UnicodeProperties settingsProperties)

setVirtualHostname

public void setVirtualHostname(String virtualHostname)
Specified by:
setVirtualHostname in interface LayoutSet
Overrides:
setVirtualHostname in class LayoutSetModelImpl

getTheme

protected Theme getTheme(String device)
                  throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5