Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Interface DLFileVersion

All Superinterfaces:
AuditedModel, BaseModel<DLFileVersion>, ClassedModel, Cloneable, Comparable<DLFileVersion>, DLFileVersionModel, GroupedModel, PersistedModel, Serializable, 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.

Method Summary
 String getChecksum()
           
 InputStream getContentStream(boolean incrementCounter)
           
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getExtraSettings()
          Returns the extra settings of this document library file version.
 UnicodeProperties getExtraSettingsProperties()
           
 DLFileEntry getFileEntry()
           
 DLFolder getFolder()
           
 String getIcon()
           
 void setChecksum(String checksum)
           
 void setExtraSettings(String extraSettings)
          Sets the extra settings of this document library file version.
 void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel
clone, compareTo, getApproved, getChangeLog, getCompanyId, getCreateDate, getDescription, getExtension, 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, isNew, isPending, isScheduled, setCachedModel, setChangeLog, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExtension, 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.PersistedModel
persist
 

Method Detail

getChecksum

String getChecksum()
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

getContentStream

InputStream getContentStream(boolean incrementCounter)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<DLFileVersion>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface DLFileVersionModel
Returns:
the expando bridge for this model instance

getExtraSettings

String getExtraSettings()
Description copied from interface: DLFileVersionModel
Returns the extra settings of this document library file version.

Specified by:
getExtraSettings in interface DLFileVersionModel
Returns:
the extra settings of this document library file version

getExtraSettingsProperties

UnicodeProperties getExtraSettingsProperties()

getFileEntry

DLFileEntry getFileEntry()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getFolder

DLFolder getFolder()

getIcon

String getIcon()

setChecksum

void setChecksum(String checksum)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

setExtraSettings

void setExtraSettings(String extraSettings)
Description copied from interface: DLFileVersionModel
Sets the extra settings of this document library file version.

Specified by:
setExtraSettings in interface DLFileVersionModel
Parameters:
extraSettings - the extra settings of this document library file version

setExtraSettingsProperties

void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)

Liferay 6.1.2-ce-ga3