com.liferay.portlet.documentlibrary.model
Interface DLFileVersion
- All Superinterfaces:
- AuditedModel, BaseModel<DLFileVersion>, ClassedModel, Cloneable, Comparable<DLFileVersion>, DLFileVersionModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, WorkflowedModel
- All Known Implementing Classes:
- DLFileVersionBaseImpl, DLFileVersionImpl, DLFileVersionWrapper
public interface DLFileVersion
- extends DLFileVersionModel, PersistedModel
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,
DLFileVersionImpl,
DLFileVersionModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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
String buildTreePath()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getContentStream
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
String getIcon()
getTrashContainer
DLFolder getTrashContainer()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
isInTrashContainer
boolean isInTrashContainer()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
setExtraSettingsProperties
void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)