Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFileVersion

All Superinterfaces:
AuditedModel, BaseModel<DLFileVersion>, ClassedModel, Cloneable, Comparable<DLFileVersion>, DLFileVersionModel, GroupedModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
DLFileVersionWrapper

@ProviderType
public interface DLFileVersion
extends DLFileVersionModel, PersistedModel, TreeModel

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.

See Also:
DLFileVersionModel, com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl

Field Summary
static Accessor<DLFileVersion,Long> FILE_VERSION_ID_ACCESSOR
           
 
Method Summary
 String buildTreePath()
           
 InputStream getContentStream(boolean incrementCounter)
           
 List<DDMStructure> getDDMStructures()
           
 DLFileEntryType getDLFileEntryType()
           
 UnicodeProperties getExtraSettingsProperties()
           
 DLFileEntry getFileEntry()
           
 DLFolder getFolder()
           
 String getIcon()
           
 void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel
clone, compareTo, getChangeLog, getChecksum, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExtension, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileName, getFileVersionId, getFolderId, getGroupId, getLastPublishDate, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, setCachedModel, setChangeLog, setChecksum, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExtension, setExtraSettings, setFileEntryId, setFileEntryTypeId, setFileName, setFileVersionId, setFolderId, setGroupId, setLastPublishDate, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

FILE_VERSION_ID_ACCESSOR

static final Accessor<DLFileVersion,Long> FILE_VERSION_ID_ACCESSOR
Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException
Specified by:
buildTreePath in interface TreeModel
Throws:
PortalException

getContentStream

InputStream getContentStream(boolean incrementCounter)
                             throws PortalException
Throws:
PortalException

getDDMStructures

List<DDMStructure> getDDMStructures()
                                    throws PortalException
Throws:
PortalException

getDLFileEntryType

DLFileEntryType getDLFileEntryType()
                                   throws PortalException
Throws:
PortalException

getExtraSettingsProperties

UnicodeProperties getExtraSettingsProperties()

getFileEntry

DLFileEntry getFileEntry()
                         throws PortalException
Throws:
PortalException

getFolder

DLFolder getFolder()
                   throws PortalException
Throws:
PortalException

getIcon

String getIcon()

setExtraSettingsProperties

void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)

Liferay 7.0-ce-b4