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) long
getDDMFormValuesMap
(long fileVersionId) Returns the expando bridge for this model instance.getFileVersion
(String version) getFileVersions
(int status) getFileVersions
(int status, int start, int end) int
getFileVersionsCount
(int status) getIcon()
getLatestFileVersion
(boolean trusted) getLock()
Deprecated.As of Cavanaugh (7.4.x)long
boolean
hasLock()
boolean
boolean
void
setExtraSettingsProperties
(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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
FILE_ENTRY_ID_ACCESSOR
-
-
Method Details
-
buildTreePath
- Specified by:
buildTreePath
in 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:BaseModel
Returns the expando bridge for this model instance.- Specified by:
getExpandoBridge
in interfaceBaseModel<DLFileEntry>
- Specified by:
getExpandoBridge
in 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
-