com.liferay.portal.model.impl
Class LayoutSetBranchBaseImpl

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

public abstract class LayoutSetBranchBaseImpl
extends LayoutSetBranchModelImpl
implements com.liferay.portal.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.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetBranchImpl, LayoutSetBranch, Serialized Form
Generated:

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, NAME_COLUMN_BITMASK, 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
LayoutSetBranchBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutSetBranchModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getMaster, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getOriginalPrivateLayout, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, hashCode, isMaster, isPrivateLayout, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setMaster, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, 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.LayoutSetBranchModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLayoutSetBranchId, getMaster, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isMaster, isNew, isPrivateLayout, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLayoutSetBranchId, setMaster, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, 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

LayoutSetBranchBaseImpl

public LayoutSetBranchBaseImpl()
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