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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DLTrashLocalService
public FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash
in interface DLTrashLocalService
PortalException
public FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
moveFileEntryToTrash
in interface DLTrashLocalService
PortalException
public void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
restoreFileEntryFromTrash
in interface DLTrashLocalService
PortalException
public DLTrashLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLTrashLocalService>
public void setWrappedService(DLTrashLocalService dlTrashLocalService)
setWrappedService
in interface ServiceWrapper<DLTrashLocalService>