@ProviderType public class DLTrashLocalServiceWrapper extends Object implements DLTrashLocalService, ServiceWrapper<DLTrashLocalService>
DLTrashLocalService.DLTrashLocalService| Constructor and Description |
|---|
DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DLTrashLocalServiceWrapper(DLTrashLocalService dlTrashLocalService)
public FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash in interface DLTrashLocalServicePortalExceptionpublic FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
moveFileEntryToTrash in interface DLTrashLocalServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLTrashLocalServicepublic void restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
restoreFileEntryFromTrash in interface DLTrashLocalServicePortalExceptionpublic DLTrashLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLTrashLocalService>public void setWrappedService(DLTrashLocalService dlTrashLocalService)
setWrappedService in interface ServiceWrapper<DLTrashLocalService>