com.liferay.portlet.documentlibrary.service
Class DLTrashLocalServiceWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLTrashLocalServiceWrapper
public DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
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>