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) voidrestoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) voidsetWrappedService(DLTrashLocalService dlTrashLocalService)
-
Constructor Details
-
DLTrashLocalServiceWrapper
public DLTrashLocalServiceWrapper() -
DLTrashLocalServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDLTrashLocalService- Returns:
- the OSGi service identifier
-
moveFileEntryFromTrash
public FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException - Specified by:
moveFileEntryFromTrashin interfaceDLTrashLocalService- Throws:
PortalException
-
moveFileEntryToTrash
public FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException - Specified by:
moveFileEntryToTrashin interfaceDLTrashLocalService- Throws:
PortalException
-
restoreFileEntryFromTrash
public void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) throws PortalException - Specified by:
restoreFileEntryFromTrashin interfaceDLTrashLocalService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<DLTrashLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<DLTrashLocalService>
-