@ProviderType public class DLFileShortcutServiceWrapper extends Object implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
DLFileShortcutService
.DLFileShortcutService
Constructor and Description |
---|
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService) |
Modifier and Type | Method and Description |
---|---|
DLFileShortcut |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
DLFileShortcut |
getFileShortcut(long fileShortcutId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLFileShortcutService |
getWrappedService() |
void |
setWrappedService(DLFileShortcutService dlFileShortcutService) |
DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
public DLFileShortcut addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
addFileShortcut
in interface DLFileShortcutService
PortalException
public void deleteFileShortcut(long fileShortcutId) throws PortalException
deleteFileShortcut
in interface DLFileShortcutService
PortalException
public DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
getFileShortcut
in interface DLFileShortcutService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DLFileShortcutService
public DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
updateFileShortcut
in interface DLFileShortcutService
PortalException
public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws PortalException
updateFileShortcuts
in interface DLFileShortcutService
PortalException
public DLFileShortcutService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLFileShortcutService>
public void setWrappedService(DLFileShortcutService dlFileShortcutService)
setWrappedService
in interface ServiceWrapper<DLFileShortcutService>