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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.documentlibrary.model.DLFileVersion>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileVersionBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.documentlibrary.model.DLFileVersion>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portal.model.WorkflowedModel, com.liferay.portlet.documentlibrary.model.DLFileVersion, com.liferay.portlet.documentlibrary.model.DLFileVersionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.documentlibrary.model.DLFileVersion>
Direct Known Subclasses:
DLFileVersionImpl

public abstract class DLFileVersionBaseImpl
extends DLFileVersionModelImpl
implements com.liferay.portlet.documentlibrary.model.DLFileVersion

The extended model base implementation for the DLFileVersion service. Represents a row in the "DLFileVersion" 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 DLFileVersionImpl.

Author:
Brian Wing Shun Chan
See Also:
DLFileVersionImpl, DLFileVersion, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILEENTRYID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSION_COLUMN_BITMASK
 
Constructor Summary
DLFileVersionBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
clone, compareTo, equals, getApproved, getChangeLog, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExtension, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileVersionId, getFolderId, getGroupId, getMimeType, getModelClass, getModelClassName, getModifiedDate, getOriginalFileEntryId, getOriginalFolderId, getOriginalGroupId, getOriginalStatus, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isDraft, isExpired, isPending, resetOriginalValues, setChangeLog, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExtension, setExtraSettings, setFileEntryId, setFileEntryTypeId, setFileVersionId, setFolderId, setGroupId, setMimeType, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setUserId, setUserName, setUserUuid, 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.DLFileVersion
getContentStream, getExpandoBridge, getExtraSettings, getExtraSettingsProperties, getFileEntry, getFolder, getIcon, setExtraSettings, setExtraSettingsProperties
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel
clone, compareTo, getApproved, getChangeLog, getCompanyId, getCreateDate, getDescription, getExtension, getFileEntryId, getFileEntryTypeId, getFileVersionId, getFolderId, getGroupId, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setCachedModel, setChangeLog, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExtension, setFileEntryId, setFileEntryTypeId, setFileVersionId, setFolderId, setGroupId, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setUserId, setUserName, setUserUuid, 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

DLFileVersionBaseImpl

public DLFileVersionBaseImpl()
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