Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLTrashLocalServiceBaseImpl
          extended by 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

@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
 com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 com.liferay.portal.kernel.repository.model.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.kernel.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 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

Liferay 7.0-ce-b7 portal-impl