Class DLTrashLocalServiceWrapper
Object
com.liferay.document.library.kernel.service.DLTrashLocalServiceWrapper
- All Implemented Interfaces:
DLTrashLocalService
,BaseLocalService
,ServiceWrapper<DLTrashLocalService>
public class DLTrashLocalServiceWrapper
extends Object
implements DLTrashLocalService, ServiceWrapper<DLTrashLocalService>
Provides a wrapper for
DLTrashLocalService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.moveFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) moveFileEntryToTrash
(long userId, long repositoryId, long fileEntryId) void
restoreFileEntryFromTrash
(long userId, long repositoryId, long fileEntryId) void
setWrappedService
(DLTrashLocalService dlTrashLocalService)
-
Constructor Details
-
DLTrashLocalServiceWrapper
public DLTrashLocalServiceWrapper() -
DLTrashLocalServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDLTrashLocalService
- 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 interfaceDLTrashLocalService
- Throws:
PortalException
-
moveFileEntryToTrash
public FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException - Specified by:
moveFileEntryToTrash
in interfaceDLTrashLocalService
- Throws:
PortalException
-
restoreFileEntryFromTrash
public void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) throws PortalException - Specified by:
restoreFileEntryFromTrash
in interfaceDLTrashLocalService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<DLTrashLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<DLTrashLocalService>
-