com.liferay.portlet.documentlibrary.model.impl
Class DLFileVersionImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<DLFileVersion>
com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLFileVersionBaseImpl
com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl
- All Implemented Interfaces:
- AuditedModel, BaseModel<DLFileVersion>, ClassedModel, GroupedModel, PersistedModel, WorkflowedModel, DLFileVersion, DLFileVersionModel, Serializable, Cloneable, Comparable<DLFileVersion>
public class DLFileVersionImpl
- extends DLFileVersionBaseImpl
- See Also:
- Serialized Form
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, MIMETYPE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TITLE_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK, VERSION_COLUMN_BITMASK |
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl |
clone, compareTo, equals, getApproved, getChangeLog, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExtension, getFileEntryId, getFileEntryTypeId, getFileVersionId, getFolderId, getGroupId, getMimeType, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalFileEntryId, getOriginalFolderId, getOriginalGroupId, getOriginalMimeType, getOriginalStatus, getOriginalTitle, getOriginalUuid, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, resetOriginalValues, setChangeLog, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExtension, setFileEntryId, setFileEntryTypeId, setFileVersionId, setFolderId, setGroupId, setMimeType, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
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, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, 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, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
DLFileVersionImpl
public DLFileVersionImpl()
getChecksum
public String getChecksum()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getContentStream
public InputStream getContentStream(boolean incrementCounter)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Description copied from interface:
BaseModel
- Returns the expando bridge for this model instance.
- Specified by:
getExpandoBridge
in interface BaseModel<DLFileVersion>
- Specified by:
getExpandoBridge
in interface ClassedModel
- Specified by:
getExpandoBridge
in interface DLFileVersion
- Specified by:
getExpandoBridge
in interface DLFileVersionModel
- Overrides:
getExpandoBridge
in class DLFileVersionModelImpl
- Returns:
- the expando bridge for this model instance
getExtraSettings
public String getExtraSettings()
- Description copied from interface:
DLFileVersionModel
- Returns the extra settings of this document library file version.
- Specified by:
getExtraSettings
in interface DLFileVersion
- Specified by:
getExtraSettings
in interface DLFileVersionModel
- Overrides:
getExtraSettings
in class DLFileVersionModelImpl
- Returns:
- the extra settings of this document library file version
getExtraSettingsProperties
public UnicodeProperties getExtraSettingsProperties()
getFileEntry
public DLFileEntry getFileEntry()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFolder
public DLFolder getFolder()
getIcon
public String getIcon()
setChecksum
public void setChecksum(String checksum)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setExtraSettings
public void setExtraSettings(String extraSettings)
- Description copied from interface:
DLFileVersionModel
- Sets the extra settings of this document library file version.
- Specified by:
setExtraSettings
in interface DLFileVersion
- Specified by:
setExtraSettings
in interface DLFileVersionModel
- Overrides:
setExtraSettings
in class DLFileVersionModelImpl
- Parameters:
extraSettings
- the extra settings of this document library file version
setExtraSettingsProperties
public void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)