com.liferay.portal.model.impl
Class RecentLayoutBranchBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<RecentLayoutBranch>
com.liferay.portal.model.impl.RecentLayoutBranchModelImpl
com.liferay.portal.model.impl.RecentLayoutBranchBaseImpl
- All Implemented Interfaces:
- BaseModel<RecentLayoutBranch>, ClassedModel, MVCCModel, PersistedModel, RecentLayoutBranch, RecentLayoutBranchModel, ShardedModel, Serializable, Cloneable, Comparable<RecentLayoutBranch>
- Direct Known Subclasses:
- RecentLayoutBranchImpl
@ProviderType
public abstract class RecentLayoutBranchBaseImpl
- extends RecentLayoutBranchModelImpl
- implements RecentLayoutBranch
The extended model base implementation for the RecentLayoutBranch service. Represents a row in the "RecentLayoutBranch" 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 RecentLayoutBranchImpl.
- See Also:
RecentLayoutBranchImpl,
RecentLayoutBranch,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Fields inherited from class com.liferay.portal.model.impl.RecentLayoutBranchModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LAYOUTBRANCHID_COLUMN_BITMASK, LAYOUTSETBRANCHID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PLID_COLUMN_BITMASK, RECENTLAYOUTBRANCHID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK |
|
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
| Methods inherited from class com.liferay.portal.model.impl.RecentLayoutBranchModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getLayoutBranchId, getLayoutSetBranchId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalGroupId, getOriginalLayoutBranchId, getOriginalLayoutSetBranchId, getOriginalPlid, getOriginalUserId, getPlid, getPrimaryKey, getPrimaryKeyObj, getRecentLayoutBranchId, getUserId, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setGroupId, setLayoutBranchId, setLayoutSetBranchId, setModelAttributes, setMvccVersion, setPlid, setPrimaryKey, setPrimaryKeyObj, setRecentLayoutBranchId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.RecentLayoutBranchModel |
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getLayoutBranchId, getLayoutSetBranchId, getMvccVersion, getPlid, getPrimaryKey, getPrimaryKeyObj, getRecentLayoutBranchId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLayoutBranchId, setLayoutSetBranchId, setMvccVersion, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setRecentLayoutBranchId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
RecentLayoutBranchBaseImpl
public RecentLayoutBranchBaseImpl()
persist
public void persist()
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist in interface PersistedModel