Liferay 6.1.2-ce-ga3

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

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

public class DLSyncImpl
extends DLSyncBaseImpl

See Also:
Serialized Form

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
DLSyncImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getEvent, getExpandoBridge, getFileId, getFileUuid, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalFileId, getOriginalModifiedDate, getOriginalRepositoryId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, getVersion, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setEvent, setExpandoBridgeAttributes, setFileId, setFileUuid, setModelAttributes, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, 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, getDescription, getEvent, getExpandoBridge, getFileId, getFileUuid, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEvent, setExpandoBridgeAttributes, setFileId, setFileUuid, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, setVersion, 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
 

Constructor Detail

DLSyncImpl

public DLSyncImpl()

Liferay 6.1.2-ce-ga3