Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.model.impl
Class LayoutSetBranchBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetBranch>
      extended by com.liferay.portal.model.impl.LayoutSetBranchModelImpl
          extended by com.liferay.portal.model.impl.LayoutSetBranchBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetBranch>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LayoutSetBranch, com.liferay.portal.kernel.model.LayoutSetBranchModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.LayoutSetBranch>
Direct Known Subclasses:
LayoutSetBranchImpl

@ProviderType
public abstract class LayoutSetBranchBaseImpl
extends LayoutSetBranchModelImpl
implements com.liferay.portal.kernel.model.LayoutSetBranch

The extended model base implementation for the LayoutSetBranch service. Represents a row in the "LayoutSetBranch" 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 LayoutSetBranchImpl.

See Also:
LayoutSetBranchImpl, LayoutSetBranch, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MASTER_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Fields inherited from interface com.liferay.portal.kernel.model.LayoutSetBranch
LAYOUT_SET_BRANCH_ID_ACCESSOR
 
Constructor Summary
LayoutSetBranchBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl
clone, compareTo, equals, getColorSchemeId, getColumnBitmask, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalGroupId, getOriginalMaster, getOriginalName, getOriginalPrivateLayout, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getSettings, getThemeId, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isLayoutSetPrototypeLinkEnabled, isMaster, isPrivateLayout, resetOriginalValues, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setSettings, setThemeId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.kernel.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.kernel.model.LayoutSetBranch
getColorScheme, getGroup, getLayoutSet, getLiveLogoId, getLogo, getSettingsProperties, getSettingsProperty, getTheme, getThemeSetting, isLayoutSetPrototypeLinkActive, isLogo, setSettingsProperties
 
Methods inherited from interface com.liferay.portal.kernel.model.LayoutSetBranchModel
clone, compareTo, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getLayoutSetPrototypeLinkEnabled, getLayoutSetPrototypeUuid, getLogoId, getMaster, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getSettings, getThemeId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isLayoutSetPrototypeLinkEnabled, isMaster, isNew, isPrivateLayout, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setLayoutSetPrototypeLinkEnabled, setLayoutSetPrototypeUuid, setLogoId, setMaster, setModifiedDate, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setSettings, setThemeId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

LayoutSetBranchBaseImpl

public LayoutSetBranchBaseImpl()
Method Detail

persist

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

Liferay 7.0-ce-b8 portal-impl