com.liferay.client.soap.portlet.messageboards.service.http
Interface MBThreadServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_MB_MBThreadServiceSoapBindingImpl, Portlet_MB_MBThreadServiceSoapBindingStub
public interface MBThreadServiceSoap
- extends java.rmi.Remote
deleteThread
void deleteThread(long threadId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
moveThread
MBThreadSoap moveThread(long categoryId,
long threadId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
splitThread
MBThreadSoap splitThread(long messageId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException