Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service
Class DLTrashLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLTrashLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<DLTrashLocalService>, DLTrashLocalService

@ProviderType
public class DLTrashLocalServiceWrapper
extends Object
implements DLTrashLocalService, ServiceWrapper<DLTrashLocalService>

Provides a wrapper for DLTrashLocalService.

See Also:
DLTrashLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
           
 
Method Summary
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 DLTrashLocalService getWrappedService()
           
 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)
           
 void setWrappedService(DLTrashLocalService dlTrashLocalService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLTrashLocalServiceWrapper

public DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
Method Detail

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface DLTrashLocalService
Returns:
the OSGi service identifier

moveFileEntryFromTrash

public FileEntry moveFileEntryFromTrash(long userId,
                                        long repositoryId,
                                        long fileEntryId,
                                        long newFolderId,
                                        ServiceContext serviceContext)
                                 throws PortalException
Specified by:
moveFileEntryFromTrash in interface DLTrashLocalService
Throws:
PortalException

moveFileEntryToTrash

public FileEntry moveFileEntryToTrash(long userId,
                                      long repositoryId,
                                      long fileEntryId)
                               throws PortalException
Specified by:
moveFileEntryToTrash in interface DLTrashLocalService
Throws:
PortalException

restoreFileEntryFromTrash

public void restoreFileEntryFromTrash(long userId,
                                      long repositoryId,
                                      long fileEntryId)
                               throws PortalException
Specified by:
restoreFileEntryFromTrash in interface DLTrashLocalService
Throws:
PortalException

getWrappedService

public DLTrashLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLTrashLocalService>

setWrappedService

public void setWrappedService(DLTrashLocalService dlTrashLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DLTrashLocalService>

Liferay 7.0-ce-b4