com.liferay.portal.model.impl
Class LayoutSetBaseImpl

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
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>
Direct Known Subclasses:
LayoutSetImpl

public abstract class LayoutSetBaseImpl
extends LayoutSetModelImpl
implements com.liferay.portal.model.LayoutSet

The extended model base implementation for the LayoutSet service. Represents a row in the "LayoutSet" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetImpl.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetImpl, LayoutSet, Serialized Form
Generated:

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
LayoutSetBaseImpl()
           
 
Method Summary
 void 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, getSettings, getThemeId, getWapColorSchemeId, getWapThemeId, hashCode, isLayoutSetPrototypeLinkEnabled, isLogo, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setExpandoBridgeAttributes, setGroupId, setLayoutSetId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogo, setLogoId, setModifiedDate, setPageCount, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setSettings, 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.LayoutSet
getColorScheme, getGroup, getSettings, getSettingsProperties, getSettingsProperty, getTheme, getThemeSetting, getVirtualHostname, getWapColorScheme, getWapTheme, isLayoutSetPrototypeLinkActive, setSettings, setSettingsProperties
 
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

LayoutSetBaseImpl

public LayoutSetBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException