Class DLTrashLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLTrashLocalServiceImpl
All Implemented Interfaces:
com.liferay.document.library.kernel.service.DLTrashLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService

public class DLTrashLocalServiceImpl extends DLTrashLocalServiceBaseImpl
Author:
Adolfo Pérez
  • Constructor Details

    • DLTrashLocalServiceImpl

      public DLTrashLocalServiceImpl()
  • Method Details

    • moveFileEntryFromTrash

      public com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • moveFileEntryToTrash

      public com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreFileEntryFromTrash

      public void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException