Interface DLFileVersion
- All Superinterfaces:
AuditedModel,BaseModel<DLFileVersion>,ClassedModel,Cloneable,Comparable<DLFileVersion>,CTModel<DLFileVersion>,DLFileVersionModel,GroupedModel,MVCCModel,PersistedModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TreeModel,WorkflowedModel
- All Known Implementing Classes:
DLFileVersionWrapper
The extended model interface for the DLFileVersion service. Represents a row in the "DLFileVersion" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetContentStream(boolean incrementCounter) Deprecated.Returns the expando bridge for this model instance.getIcon()voidsetExtraSettingsProperties(UnicodeProperties extraSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.document.library.kernel.model.DLFileVersionModel
cloneWithOriginalValues, getChangeLog, getChecksum, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getDisplayDate, getExpirationDate, getExtension, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileName, getFileVersionId, getFolderId, getGroupId, getLastPublishDate, getMimeType, getModifiedDate, getMvccVersion, getPrimaryKey, getRepositoryId, getReviewDate, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStoreUUID, getTitle, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setChangeLog, setChecksum, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDisplayDate, setExpirationDate, setExtension, setExtraSettings, setFileEntryId, setFileEntryTypeId, setFileName, setFileVersionId, setFolderId, setGroupId, setLastPublishDate, setMimeType, setModifiedDate, setMvccVersion, setPrimaryKey, setRepositoryId, setReviewDate, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStoreUUID, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
FILE_VERSION_ID_ACCESSOR
-
-
Method Details
-
buildTreePath
- Specified by:
buildTreePathin interfaceTreeModel- Throws:
PortalException
-
getContentStream
- Throws:
PortalException
-
getDDMStructures
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)- Throws:
PortalException
-
getDLFileEntryType
- Throws:
PortalException
-
getExpandoBridge
ExpandoBridge getExpandoBridge()Description copied from interface:BaseModelReturns the expando bridge for this model instance.- Specified by:
getExpandoBridgein interfaceBaseModel<DLFileVersion>- Specified by:
getExpandoBridgein interfaceClassedModel- Returns:
- the expando bridge for this model instance
-
getExtraSettingsProperties
UnicodeProperties getExtraSettingsProperties() -
getFileEntry
- Throws:
PortalException
-
getFolder
- Throws:
PortalException
-
getIcon
String getIcon() -
getStoreFileName
String getStoreFileName() -
setExtraSettingsProperties
-
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)