com.liferay.client.soap.portlet.documentlibrary.service.http
Class Portlet_DL_DLFileShortcutServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.documentlibrary.service.http.Portlet_DL_DLFileShortcutServiceSoapBindingImpl
- All Implemented Interfaces:
- DLFileShortcutServiceSoap, java.rmi.Remote
public class Portlet_DL_DLFileShortcutServiceSoapBindingImpl
- extends java.lang.Object
- implements DLFileShortcutServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_DL_DLFileShortcutServiceSoapBindingImpl
public Portlet_DL_DLFileShortcutServiceSoapBindingImpl()
addFileShortcut
public DLFileShortcutSoap addFileShortcut(long groupId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addFileShortcut
in interface DLFileShortcutServiceSoap
- Throws:
java.rmi.RemoteException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Specified by:
deleteFileShortcut
in interface DLFileShortcutServiceSoap
- Throws:
java.rmi.RemoteException
getFileShortcut
public DLFileShortcutSoap getFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Specified by:
getFileShortcut
in interface DLFileShortcutServiceSoap
- Throws:
java.rmi.RemoteException
updateFileShortcut
public DLFileShortcutSoap updateFileShortcut(long fileShortcutId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateFileShortcut
in interface DLFileShortcutServiceSoap
- Throws:
java.rmi.RemoteException