com.liferay.portlet.documentlibrary.model
Interface DLFileVersion
- All Superinterfaces:
- AuditedModel, BaseModel<DLFileVersion>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<DLFileVersion>, DLFileVersionModel, GroupedModel, PersistedModel, java.io.Serializable, 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.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileVersionModel,
DLFileVersionImpl,
DLFileVersionModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel |
clone, compareTo, getApproved, getChangeLog, getChecksum, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExtension, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileVersionId, getFolderId, getGroupId, 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, setFileVersionId, setFolderId, setGroupId, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
buildTreePath
java.lang.String buildTreePath()
throws PortalException,
SystemException
- Specified by:
buildTreePath in interface TreeModel
- Throws:
PortalException
SystemException
getContentStream
java.io.InputStream getContentStream(boolean incrementCounter)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getExtraSettingsProperties
UnicodeProperties getExtraSettingsProperties()
getFileEntry
DLFileEntry getFileEntry()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFolder
DLFolder getFolder()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIcon
java.lang.String getIcon()
setExtraSettingsProperties
void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)