Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.impl
Class DLTrashLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
          extended by com.liferay.portlet.documentlibrary.service.impl.DLTrashLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, DLTrashLocalService

@ProviderType
public class DLTrashLocalServiceImpl
extends DLTrashLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
counterLocalService, dlAppHelperLocalService, dlTrashLocalService
 
Constructor Summary
DLTrashLocalServiceImpl()
           
 
Method Summary
 FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId)
           
 void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getDLAppHelperLocalService, getDLTrashLocalService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLAppHelperLocalService, setDLTrashLocalService
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLTrashLocalServiceImpl

public DLTrashLocalServiceImpl()
Method Detail

moveFileEntryFromTrash

public FileEntry moveFileEntryFromTrash(long userId,
                                        long repositoryId,
                                        long fileEntryId,
                                        long newFolderId,
                                        ServiceContext serviceContext)
                                 throws PortalException
Throws:
PortalException

moveFileEntryToTrash

public FileEntry moveFileEntryToTrash(long userId,
                                      long repositoryId,
                                      long fileEntryId)
                               throws PortalException
Throws:
PortalException

restoreFileEntryFromTrash

public void restoreFileEntryFromTrash(long userId,
                                      long repositoryId,
                                      long fileEntryId)
                               throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4