com.liferay.portlet.documentlibrary.model.impl
Class DLSyncBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<DLSync>
com.liferay.portlet.documentlibrary.model.impl.DLSyncModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLSyncBaseImpl
- All Implemented Interfaces:
- BaseModel<DLSync>, ClassedModel, PersistedModel, DLSync, DLSyncModel, Serializable, Cloneable, Comparable<DLSync>
- Direct Known Subclasses:
- DLSyncImpl
public abstract class DLSyncBaseImpl
- extends DLSyncModelImpl
- implements DLSync
The extended model base implementation for the DLSync service. Represents a row in the "DLSync" 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 DLSyncImpl.
- See Also:
DLSyncImpl,
DLSync,
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.DLSyncModelImpl |
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILEID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MODIFIEDDATE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
|
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.DLSyncModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getEvent, getExpandoBridge, getFileId, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalFileId, getOriginalModifiedDate, getOriginalRepositoryId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setEvent, setExpandoBridgeAttributes, setFileId, setModifiedDate, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncModel |
clone, compareTo, getCompanyId, getCreateDate, getEvent, getExpandoBridge, getFileId, getModifiedDate, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEvent, setExpandoBridgeAttributes, setFileId, setModifiedDate, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, toCacheModel, toEscapedModel, toString, toXmlString |
DLSyncBaseImpl
public DLSyncBaseImpl()
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