Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model.impl
Class MBMessageBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBMessage>
      extended by com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBMessageBaseImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<MBMessage>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, TypedModel, WorkflowedModel, MBMessage, MBMessageModel, Serializable, Cloneable, Comparable<MBMessage>
Direct Known Subclasses:
MBMessageImpl

public abstract class MBMessageBaseImpl
extends MBMessageModelImpl
implements MBMessage

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

See Also:
MBMessageImpl, MBMessage, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
ANSWER_COLUMN_BITMASK, CATEGORYID_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MESSAGEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTMESSAGEID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, THREADID_COLUMN_BITMASK, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
MBMessageBaseImpl()
           
 
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.MBMessageModelImpl
clone, compareTo, equals, getAllowPingbacks, getAnonymous, getAnswer, getApproved, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFormat, getGroupId, getMessageId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalAnswer, getOriginalCategoryId, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalGroupId, getOriginalParentMessageId, getOriginalStatus, getOriginalThreadId, getOriginalUserId, getOriginalUuid, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isAnswer, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isPending, isScheduled, resetOriginalValues, setAllowPingbacks, setAnonymous, setAnswer, setBody, setCategoryId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setMessageId, setModelAttributes, setModifiedDate, setParentMessageId, setPrimaryKey, setPrimaryKeyObj, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.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.portlet.messageboards.model.MBMessage
addAttachmentsFolder, getAssetTagNames, getAttachmentsFileEntries, getAttachmentsFileEntries, getAttachmentsFileEntriesCount, getAttachmentsFolderId, getBody, getCategory, getDeletedAttachmentsFileEntries, getDeletedAttachmentsFileEntries, getDeletedAttachmentsFileEntriesCount, getThread, getThreadAttachmentsFolderId, getWorkflowClassName, isDiscussion, isFormatBBCode, isReply, isRoot, setAttachmentsFolderId
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel
clone, compareTo, getAllowPingbacks, getAnonymous, getAnswer, getApproved, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFormat, getGroupId, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isAnswer, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setAllowPingbacks, setAnonymous, setAnswer, setBody, setCachedModel, setCategoryId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFormat, setGroupId, setMessageId, setModifiedDate, setNew, setParentMessageId, setPrimaryKey, setPrimaryKeyObj, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

MBMessageBaseImpl

public MBMessageBaseImpl()
Method Detail

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

Liferay 6.2-ce-ga5