com.liferay.portlet.documentlibrary.service
Class DLFileShortcutServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DLFileShortcutService>, DLFileShortcutService
public class DLFileShortcutServiceWrapper
- extends Object
- implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
This class is a wrapper for DLFileShortcutService
.
- See Also:
DLFileShortcutService
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 folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addFileShortcut
in interface DLFileShortcutService
- Throws:
PortalException
SystemException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
- Specified by:
deleteFileShortcut
in interface DLFileShortcutService
- Throws:
PortalException
SystemException
getFileShortcut
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
- Specified by:
getFileShortcut
in interface DLFileShortcutService
- Throws:
PortalException
SystemException
updateFileShortcut
public DLFileShortcut updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFileShortcut
in interface DLFileShortcutService
- Throws:
PortalException
SystemException
getWrappedDLFileShortcutService
public DLFileShortcutService getWrappedDLFileShortcutService()
- Deprecated. Renamed to
getWrappedService()
setWrappedDLFileShortcutService
public void setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)
getWrappedService
public DLFileShortcutService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<DLFileShortcutService>
setWrappedService
public void setWrappedService(DLFileShortcutService dlFileShortcutService)
- Specified by:
setWrappedService
in interface ServiceWrapper<DLFileShortcutService>