Class DLFileVersionServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileVersionServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileVersionServiceImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLFileVersionService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class DLFileVersionServiceImpl extends DLFileVersionServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • DLFileVersionServiceImpl

      public DLFileVersionServiceImpl()
  • Method Details

    • getFileVersion

      public com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(long fileVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFileVersions

      public List<com.liferay.document.library.kernel.model.DLFileVersion> getFileVersions(long fileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFileVersionsCount

      public int getFileVersionsCount(long fileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFileVersion

      public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFileVersion

      public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException