com.liferay.portlet.messageboards.model.impl
Class MBThreadFlagBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<MBThreadFlag>
com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl
com.liferay.portlet.messageboards.model.impl.MBThreadFlagBaseImpl
- All Implemented Interfaces:
- BaseModel<MBThreadFlag>, ClassedModel, PersistedModel, MBThreadFlag, MBThreadFlagModel, Serializable, Cloneable, Comparable<MBThreadFlag>
- Direct Known Subclasses:
- MBThreadFlagImpl
public abstract class MBThreadFlagBaseImpl
- extends MBThreadFlagModelImpl
- implements MBThreadFlag
The extended model base implementation for the MBThreadFlag service. Represents a row in the "MBThreadFlag" 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 MBThreadFlagImpl
.
- See Also:
MBThreadFlagImpl
,
MBThreadFlag
,
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.portlet.messageboards.model.impl.MBThreadFlagModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, THREADID_COLUMN_BITMASK, 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.portlet.messageboards.model.impl.MBThreadFlagModelImpl |
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalThreadId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, setThreadId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadFlagModel |
clone, compareTo, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, setThreadId, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
MBThreadFlagBaseImpl
public MBThreadFlagBaseImpl()
persist
public void persist()
throws SystemException
- 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
- Throws:
SystemException
- if a system exception occurred