com.liferay.client.soap.portlet.documentlibrary.service.http
Interface DLFileShortcutServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_DL_DLFileShortcutServiceSoapBindingImpl, Portlet_DL_DLFileShortcutServiceSoapBindingStub
public interface DLFileShortcutServiceSoap
- extends java.rmi.Remote
addFileShortcut
DLFileShortcutSoap addFileShortcut(long groupId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteFileShortcut
void deleteFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFileShortcut
DLFileShortcutSoap getFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateFileShortcut
DLFileShortcutSoap updateFileShortcut(long fileShortcutId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException