Class DLFileVersionImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileVersion>
All Implemented Interfaces:
com.liferay.document.library.kernel.model.DLFileVersion, com.liferay.document.library.kernel.model.DLFileVersionModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.document.library.kernel.model.DLFileVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TreeModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<com.liferay.document.library.kernel.model.DLFileVersion>

public class DLFileVersionImpl extends DLFileVersionBaseImpl
Author:
Jorge Ferrer, Alexander Chow
See Also:
  • Constructor Details

    • DLFileVersionImpl

      public DLFileVersionImpl()
  • Method Details

    • buildTreePath

      public String buildTreePath() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getContentStream

      public InputStream getContentStream(boolean incrementCounter) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDDMStructures

      @Deprecated public List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures() throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDLFileEntryType

      public com.liferay.document.library.kernel.model.DLFileEntryType getDLFileEntryType() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileVersion>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Specified by:
      getExpandoBridge in interface com.liferay.document.library.kernel.model.DLFileVersion
      Overrides:
      getExpandoBridge in class DLFileVersionModelImpl
    • getExtraSettings

      public String getExtraSettings()
      Specified by:
      getExtraSettings in interface com.liferay.document.library.kernel.model.DLFileVersionModel
      Overrides:
      getExtraSettings in class DLFileVersionModelImpl
    • getExtraSettingsProperties

      public com.liferay.portal.kernel.util.UnicodeProperties getExtraSettingsProperties()
    • getFileEntry

      public com.liferay.document.library.kernel.model.DLFileEntry getFileEntry() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFolder

      public com.liferay.document.library.kernel.model.DLFolder getFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getIcon

      public String getIcon()
    • getStoreFileName

      public String getStoreFileName()
    • setExtraSettings

      public void setExtraSettings(String extraSettings)
      Specified by:
      setExtraSettings in interface com.liferay.document.library.kernel.model.DLFileVersionModel
      Overrides:
      setExtraSettings in class DLFileVersionModelImpl
    • setExtraSettingsProperties

      public void setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsUnicodeProperties)