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()
void
setExtraSettingsProperties
(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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
FILE_VERSION_ID_ACCESSOR
-
-
Method Details
-
buildTreePath
- Specified by:
buildTreePath
in 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:BaseModel
Returns the expando bridge for this model instance.- Specified by:
getExpandoBridge
in interfaceBaseModel<DLFileVersion>
- Specified by:
getExpandoBridge
in 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)