public abstract class AttachmentBaseImpl extends AttachmentModelImpl implements Attachment
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 AttachmentImpl
.
AttachmentImpl
,
Attachment
,
Serialized FormATTACHMENTID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MESSAGEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
ATTACHMENT_ID_ACCESSOR
Constructor and Description |
---|
AttachmentBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
clone, compareTo, equals, getAccountId, getAttachmentId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getCompanyId, getContentPath, getExpandoBridge, getFileName, getFolderId, getMessageId, getModelAttributes, getModelClass, getModelClassName, getOriginalMessageId, getPrimaryKey, getPrimaryKeyObj, getSize, getUserId, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAccountId, setAttachmentId, setCompanyId, setContentPath, setExpandoBridgeAttributes, setFileName, setFolderId, setMessageId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setSize, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, compareTo, getAccountId, getAttachmentId, getCompanyId, getContentPath, getExpandoBridge, getFileName, getFolderId, getMessageId, getPrimaryKey, getPrimaryKeyObj, getSize, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAccountId, setAttachmentId, setCachedModel, setCompanyId, setContentPath, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileName, setFolderId, setMessageId, setNew, setPrimaryKey, setPrimaryKeyObj, setSize, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
public void persist()
PersistedModel
persist
in interface PersistedModel