com.liferay.portlet.documentlibrary.service
Class DLFileShortcutServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<DLFileShortcutService>, DLFileShortcutService
@ProviderType
public class DLFileShortcutServiceWrapper
- extends Object
- implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
Provides a wrapper for DLFileShortcutService.
- See Also:
DLFileShortcutService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutServiceWrapper
public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
addFileShortcut
public DLFileShortcut addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
- Specified by:
addFileShortcut in interface DLFileShortcutService
- Throws:
PortalException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws PortalException
- Specified by:
deleteFileShortcut in interface DLFileShortcutService
- Throws:
PortalException
getFileShortcut
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException
- Specified by:
getFileShortcut in interface DLFileShortcutService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface DLFileShortcutService
- Returns:
- the OSGi service identifier
updateFileShortcut
public DLFileShortcut updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
- Specified by:
updateFileShortcut in interface DLFileShortcutService
- Throws:
PortalException
updateFileShortcuts
public void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
- Specified by:
updateFileShortcuts in interface DLFileShortcutService
- Throws:
PortalException
getWrappedService
public DLFileShortcutService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<DLFileShortcutService>
setWrappedService
public void setWrappedService(DLFileShortcutService dlFileShortcutService)
- Specified by:
setWrappedService in interface ServiceWrapper<DLFileShortcutService>