com.liferay.portal.model.impl
Class LayoutSetImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.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:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.LayoutSet>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.LayoutSet, com.liferay.portal.model.LayoutSetModel, com.liferay.portal.model.PersistedModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.LayoutSet>

public class LayoutSetImpl
extends LayoutSetBaseImpl

Author:
Brian Wing Shun Chan, Jorge Ferrer
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, LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LayoutSetImpl()
           
 
Method Summary
 com.liferay.portal.model.ColorScheme getColorScheme()
           
 com.liferay.portal.model.Group getGroup()
           
 java.lang.String getSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()
           
 java.lang.String getSettingsProperty(java.lang.String key)
           
 com.liferay.portal.model.Theme getTheme()
           
 java.lang.String getThemeSetting(java.lang.String key, java.lang.String device)
           
 java.lang.String getVirtualHostname()
           
 com.liferay.portal.model.ColorScheme getWapColorScheme()
           
 com.liferay.portal.model.Theme getWapTheme()
           
 boolean isLayoutSetPrototypeLinkActive()
           
 void setSettings(java.lang.String settings)
           
 void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)
           
 
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, 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, 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, setNew
 
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, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModifiedDate, 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
 

Constructor Detail

LayoutSetImpl

public LayoutSetImpl()
Method Detail

getTheme

public com.liferay.portal.model.Theme getTheme()
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getColorScheme

public com.liferay.portal.model.ColorScheme getColorScheme()
                                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroup

public com.liferay.portal.model.Group getGroup()
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSettings

public java.lang.String getSettings()
Specified by:
getSettings in interface com.liferay.portal.model.LayoutSet
Specified by:
getSettings in interface com.liferay.portal.model.LayoutSetModel
Overrides:
getSettings in class LayoutSetModelImpl

getSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getSettingsProperties()

getSettingsProperty

public java.lang.String getSettingsProperty(java.lang.String key)

getThemeSetting

public java.lang.String getThemeSetting(java.lang.String key,
                                        java.lang.String device)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getVirtualHostname

public java.lang.String getVirtualHostname()

getWapTheme

public com.liferay.portal.model.Theme getWapTheme()
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getWapColorScheme

public com.liferay.portal.model.ColorScheme getWapColorScheme()
                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isLayoutSetPrototypeLinkActive

public boolean isLayoutSetPrototypeLinkActive()

setSettings

public void setSettings(java.lang.String settings)
Specified by:
setSettings in interface com.liferay.portal.model.LayoutSet
Specified by:
setSettings in interface com.liferay.portal.model.LayoutSetModel
Overrides:
setSettings in class LayoutSetModelImpl

setSettingsProperties

public void setSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties settingsProperties)