Interface DLFileEntry
- All Superinterfaces:
AttachedModel,AuditedModel,BaseModel<DLFileEntry>,ClassedModel,Cloneable,Comparable<DLFileEntry>,CTModel<DLFileEntry>,DLFileEntryModel,ExternalReferenceCodeModel,GroupedModel,MVCCModel,PersistedModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TrashedModel,TreeModel,TypedModel
- All Known Implementing Classes:
DLFileEntryWrapper
The extended model interface for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetContentStream(String version) longgetDDMFormValuesMap(long fileVersionId) Returns the expando bridge for this model instance.getFileVersion(String version) getFileVersions(int status) getFileVersions(int status, int start, int end) intgetFileVersionsCount(int status) getIcon()getLatestFileVersion(boolean trusted) getLock()Deprecated.As of Cavanaugh (7.4.x)longbooleanhasLock()booleanbooleanvoidsetExtraSettingsProperties(UnicodeProperties extraSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.document.library.kernel.model.DLFileEntryModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getCustom1ImageId, getCustom2ImageId, getDescription, getDisplayDate, getExpirationDate, getExtension, getExternalReferenceCode, getExtraSettings, getFileEntryId, getFileEntryTypeId, getFileName, getFolderId, getGroupId, getLargeImageId, getLastPublishDate, getManualCheckInRequired, getMimeType, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getRepositoryId, getReviewDate, getSize, getSmallImageId, getStatus, getTitle, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, isInTrash, isManualCheckInRequired, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setCustom1ImageId, setCustom2ImageId, setDescription, setDisplayDate, setExpirationDate, setExtension, setExternalReferenceCode, setExtraSettings, setFileEntryId, setFileEntryTypeId, setFileName, setFolderId, setGroupId, setLargeImageId, setLastPublishDate, setManualCheckInRequired, setMimeType, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setRepositoryId, setReviewDate, setSize, setSmallImageId, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
FILE_ENTRY_ID_ACCESSOR
-
-
Method Details
-
buildTreePath
- Specified by:
buildTreePathin interfaceTreeModel- Throws:
PortalException
-
getContentStream
- Throws:
PortalException
-
getContentStream
- Throws:
PortalException
-
getDataRepositoryId
long getDataRepositoryId() -
getDDMFormValuesMap
- Throws:
PortalException
-
getDLFileEntryType
- Throws:
PortalException
-
getExpandoBridge
ExpandoBridge getExpandoBridge()Description copied from interface:BaseModelReturns the expando bridge for this model instance.- Specified by:
getExpandoBridgein interfaceBaseModel<DLFileEntry>- Specified by:
getExpandoBridgein interfaceClassedModel- Returns:
- the expando bridge for this model instance
-
getExtraSettingsProperties
UnicodeProperties getExtraSettingsProperties() -
getFileShortcuts
List<DLFileShortcut> getFileShortcuts() -
getFileVersion
- Throws:
PortalException
-
getFileVersion
- Throws:
PortalException
-
getFileVersions
-
getFileVersions
-
getFileVersionsCount
int getFileVersionsCount(int status) -
getFolder
- Throws:
PortalException
-
getIcon
String getIcon() -
getIconCssClass
String getIconCssClass() -
getLatestFileVersion
- Throws:
PortalException
-
getLock
Lock getLock() -
getLuceneProperties
Deprecated.As of Cavanaugh (7.4.x) -
getReadCount
long getReadCount() -
hasLock
boolean hasLock() -
isCheckedOut
boolean isCheckedOut() -
isInHiddenFolder
boolean isInHiddenFolder() -
setExtraSettingsProperties
-