public class DLFileShortcutServiceWrapper extends Object implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
DLFileShortcutService.DLFileShortcutService| Constructor and Description |
|---|
DLFileShortcutServiceWrapper() |
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileShortcut |
addFileShortcut(String externalReferenceCode,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
void |
deleteFileShortcut(String externalReferenceCode,
long groupId) |
DLFileShortcut |
getDLFileShortcutByExternalReferenceCode(String externalReferenceCode,
long groupId) |
DLFileShortcut |
getFileShortcut(long fileShortcutId) |
List<DLFileShortcut> |
getGroupFileShortcuts(long groupId) |
List<DLFileShortcut> |
getGroupFileShortcuts(long groupId,
int start,
int end) |
long |
getGroupFileShortcutsCount(long groupId) |
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()
public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
public DLFileShortcut addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
addFileShortcut in interface DLFileShortcutServicePortalExceptionpublic void deleteFileShortcut(long fileShortcutId)
throws PortalException
deleteFileShortcut in interface DLFileShortcutServicePortalExceptionpublic void deleteFileShortcut(String externalReferenceCode,
long groupId)
throws PortalException
deleteFileShortcut in interface DLFileShortcutServicePortalExceptionpublic DLFileShortcut getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException
getDLFileShortcutByExternalReferenceCode in interface DLFileShortcutServicePortalExceptionpublic DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
getFileShortcut in interface DLFileShortcutServicePortalExceptionpublic List<DLFileShortcut> getGroupFileShortcuts(long groupId)
getGroupFileShortcuts in interface DLFileShortcutServicepublic List<DLFileShortcut> getGroupFileShortcuts(long groupId, int start, int end)
getGroupFileShortcuts in interface DLFileShortcutServicepublic long getGroupFileShortcutsCount(long groupId)
getGroupFileShortcutsCount in interface DLFileShortcutServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileShortcutServicepublic DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
updateFileShortcut in interface DLFileShortcutServicePortalExceptionpublic void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
updateFileShortcuts in interface DLFileShortcutServicePortalExceptionpublic DLFileShortcutService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileShortcutService>public void setWrappedService(DLFileShortcutService dlFileShortcutService)
setWrappedService in interface ServiceWrapper<DLFileShortcutService>