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


Method Summary
 void deleteThread(long threadId)
           
 MBThreadSoap moveThread(long categoryId, long threadId)
           
 MBThreadSoap splitThread(long messageId, ServiceContext serviceContext)
           
 void unlockThread(long threadId)
           
 

Method Detail

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

unlockThread

void unlockThread(long threadId)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException