com.liferay.portlet.documentlibrary.model.impl
Class DLSyncEventBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<DLSyncEvent>
com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLSyncEventBaseImpl
- All Implemented Interfaces:
- BaseModel<DLSyncEvent>, ClassedModel, PersistedModel, ShardedModel, DLSyncEvent, DLSyncEventModel, Serializable, Cloneable, Comparable<DLSyncEvent>
- Direct Known Subclasses:
- DLSyncEventImpl
@ProviderType
public abstract class DLSyncEventBaseImpl
- extends DLSyncEventModelImpl
- implements DLSyncEvent
The extended model base implementation for the DLSyncEvent service. Represents a row in the "DLSyncEvent" 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 DLSyncEventImpl.
- See Also:
DLSyncEventImpl,
DLSyncEvent,
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.documentlibrary.model.impl.DLSyncEventModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MODIFIEDTIME_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, TYPEPK_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.documentlibrary.model.impl.DLSyncEventModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getEvent, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedTime, getOriginalModifiedTime, getOriginalTypePK, getPrimaryKey, getPrimaryKeyObj, getSyncEventId, getType, getTypePK, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setEvent, setExpandoBridgeAttributes, setModelAttributes, setModifiedTime, setPrimaryKey, setPrimaryKeyObj, setSyncEventId, setType, setTypePK, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncEventModel |
clone, compareTo, getCompanyId, getEvent, getExpandoBridge, getModifiedTime, getPrimaryKey, getPrimaryKeyObj, getSyncEventId, getType, getTypePK, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setEvent, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedTime, setNew, setPrimaryKey, setPrimaryKeyObj, setSyncEventId, setType, setTypePK, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
DLSyncEventBaseImpl
public DLSyncEventBaseImpl()
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