Interface FileVersion
- All Superinterfaces:
AuditedModel
,ClassedModel
,GroupedModel
,RepositoryModel<FileVersion>
,Serializable
,StagedGroupedModel
,StagedModel
- All Known Implementing Classes:
FileVersionProxyBean
,FileVersionWrapper
- Author:
- Alexander Chow
-
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate, setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
Methods inherited from interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
Methods inherited from interface com.liferay.portal.kernel.repository.model.RepositoryModel
execute, getAttributes, getModel, getPrimaryKey, isEscapedModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedGroupedModel
getLastPublishDate, setLastPublishDate
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getModifiedDate, getStagedModelType, setCompanyId, setCreateDate, setModifiedDate, setUuid
-
Method Details
-
getChangeLog
String getChangeLog() -
getCompanyId
long getCompanyId()- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceStagedModel
-
getContentStream
- Throws:
PortalException
-
getCreateDate
Date getCreateDate()- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
-
getDescription
String getDescription() -
getDisplayDate
Date getDisplayDate() -
getExpandoBridge
ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfaceClassedModel
-
getExpirationDate
Date getExpirationDate() -
getExtension
String getExtension() -
getExtraSettings
String getExtraSettings() -
getFileEntry
- Throws:
PortalException
-
getFileEntryId
long getFileEntryId() -
getFileName
String getFileName() -
getFileVersionId
long getFileVersionId() -
getGroupId
long getGroupId()- Specified by:
getGroupId
in interfaceGroupedModel
-
getIcon
String getIcon() -
getMimeType
String getMimeType() -
getRepositoryId
long getRepositoryId() -
getReviewDate
Date getReviewDate() -
getSize
long getSize() -
getStatus
int getStatus() -
getStatusByUserId
long getStatusByUserId() -
getStatusByUserName
String getStatusByUserName() -
getStatusByUserUuid
String getStatusByUserUuid() -
getStatusDate
Date getStatusDate() -
getTitle
String getTitle() -
getUserId
long getUserId()- Specified by:
getUserId
in interfaceAuditedModel
-
getUserName
String getUserName()- Specified by:
getUserName
in interfaceAuditedModel
-
getUserUuid
String getUserUuid()- Specified by:
getUserUuid
in interfaceAuditedModel
-
getUuid
String getUuid()- Specified by:
getUuid
in interfaceStagedModel
-
getVersion
String getVersion() -
isApproved
boolean isApproved() -
isDefaultRepository
boolean isDefaultRepository() -
isDraft
boolean isDraft() -
isExpired
boolean isExpired() -
isPending
boolean isPending() -
isScheduled
boolean isScheduled()
-