@ProviderType public class DLTrashServiceWrapper extends Object implements DLTrashService, ServiceWrapper<DLTrashService>
DLTrashService
.DLTrashService
Constructor and Description |
---|
DLTrashServiceWrapper(DLTrashService dlTrashService) |
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLTrashService |
getWrappedService() |
FileEntry |
moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder.
|
FileEntry |
moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet.
|
FileShortcut |
moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder.
|
FileShortcut |
moveFileShortcutToTrash(long fileShortcutId)
Moves the file shortcut with the primary key to the trash portlet.
|
Folder |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder with the primary key from the trash portlet to the new
parent folder with the primary key.
|
Folder |
moveFolderToTrash(long folderId)
Moves the folder with the primary key to the trash portlet.
|
void |
restoreFileEntryFromTrash(long fileEntryId)
Restores the file entry with the primary key from the trash portlet.
|
void |
restoreFileShortcutFromTrash(long fileShortcutId)
Restores the file shortcut with the primary key from the trash portlet.
|
void |
restoreFolderFromTrash(long folderId)
Restores the folder with the primary key from the trash portlet.
|
void |
setWrappedService(DLTrashService dlTrashService) |
public DLTrashServiceWrapper(DLTrashService dlTrashService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DLTrashService
public FileEntry moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash
in interface DLTrashService
fileEntryId
- the primary key of the file entrynewFolderId
- the primary key of the new folderserviceContext
- the service context to be appliedPortalException
public FileEntry moveFileEntryToTrash(long fileEntryId) throws PortalException
moveFileEntryToTrash
in interface DLTrashService
fileEntryId
- the primary key of the file entryPortalException
public FileShortcut moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileShortcutFromTrash
in interface DLTrashService
fileShortcutId
- the primary key of the file shortcutnewFolderId
- the primary key of the new folderserviceContext
- the service context to be appliedPortalException
public FileShortcut moveFileShortcutToTrash(long fileShortcutId) throws PortalException
moveFileShortcutToTrash
in interface DLTrashService
fileShortcutId
- the primary key of the file shortcutPortalException
public Folder moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException
moveFolderFromTrash
in interface DLTrashService
folderId
- the primary key of the folderparentFolderId
- the primary key of the new parent folderserviceContext
- the service context to be appliedPortalException
public Folder moveFolderToTrash(long folderId) throws PortalException
moveFolderToTrash
in interface DLTrashService
folderId
- the primary key of the folderPortalException
public void restoreFileEntryFromTrash(long fileEntryId) throws PortalException
restoreFileEntryFromTrash
in interface DLTrashService
fileEntryId
- the primary key of the file entryPortalException
public void restoreFileShortcutFromTrash(long fileShortcutId) throws PortalException
restoreFileShortcutFromTrash
in interface DLTrashService
fileShortcutId
- the primary key of the file shortcutPortalException
public void restoreFolderFromTrash(long folderId) throws PortalException
restoreFolderFromTrash
in interface DLTrashService
folderId
- the primary key of the folderPortalException
public DLTrashService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLTrashService>
public void setWrappedService(DLTrashService dlTrashService)
setWrappedService
in interface ServiceWrapper<DLTrashService>