Liferay 6.2.0-ce-b3

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:
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

Method Summary
 InputStream getContentStream(boolean incrementCounter)
           
 UnicodeProperties getExtraSettingsProperties()
           
 DLFileEntry getFileEntry()
           
 DLFolder getFolder()
           
 String getIcon()
           
 DLFolder getTrashContainer()
           
 boolean isInTrashContainer()
           
 void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 
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, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, 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, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, 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
 

Method Detail

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)

Liferay 6.2.0-ce-b3