com.liferay.portlet.documentlibrary.model.impl
Class DLSyncBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.documentlibrary.model.DLSync>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLSyncModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLSyncBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.documentlibrary.model.DLSync>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.documentlibrary.model.DLSync, com.liferay.portlet.documentlibrary.model.DLSyncModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.documentlibrary.model.DLSync>
Direct Known Subclasses:
DLSyncImpl

public abstract class DLSyncBaseImpl
extends DLSyncModelImpl
implements com.liferay.portlet.documentlibrary.model.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.

Author:
Brian Wing Shun Chan
See Also:
DLSyncImpl, DLSync, Serialized Form
Generated:

Field Summary
 
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
 
Constructor Summary
DLSyncBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getEvent, getExpandoBridge, getFileId, getFileUuid, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalFileId, getOriginalModifiedDate, getOriginalRepositoryId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, getVersion, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setEvent, setExpandoBridgeAttributes, setFileId, setFileUuid, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncModel
clone, compareTo, getCompanyId, getCreateDate, getEvent, getExpandoBridge, getFileId, getFileUuid, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEvent, setExpandoBridgeAttributes, setFileId, setFileUuid, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, setVersion, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

DLSyncBaseImpl

public DLSyncBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException