com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBThreadServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBThreadServiceSoapBindingImpl
All Implemented Interfaces:
MBThreadServiceSoap, java.rmi.Remote

public class Portlet_MB_MBThreadServiceSoapBindingImpl
extends java.lang.Object
implements MBThreadServiceSoap


Constructor Summary
Portlet_MB_MBThreadServiceSoapBindingImpl()
           
 
Method Summary
 void deleteThread(long threadId)
           
 MBThreadSoap[] getGroupThreads(long groupId, long userId, java.util.Calendar modifiedDate, int status, int start, int end)
           
 MBThreadSoap[] getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 MBThreadSoap[] getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 MBThreadSoap[] getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 int getGroupThreadsCount(long groupId, long userId, java.util.Calendar modifiedDate, int status)
           
 int getGroupThreadsCount(long groupId, long userId, int status)
           
 int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed)
           
 int getGroupThreadsCount(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous)
           
 MBThreadSoap[] getThreads(long groupId, long categoryId, int status, int start, int end)
           
 int getThreadsCount(long groupId, long categoryId, int status)
           
 MBThreadSoap moveThread(long categoryId, long threadId)
           
 MBThreadSoap splitThread(long messageId, java.lang.String subject, ServiceContext serviceContext)
           
 void unlockThread(long threadId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MB_MBThreadServiceSoapBindingImpl

public Portlet_MB_MBThreadServiceSoapBindingImpl()
Method Detail

deleteThread

public void deleteThread(long threadId)
                  throws java.rmi.RemoteException
Specified by:
deleteThread in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                java.util.Calendar modifiedDate,
                                int status)
                         throws java.rmi.RemoteException
Specified by:
getGroupThreadsCount in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status)
                         throws java.rmi.RemoteException
Specified by:
getGroupThreadsCount in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status,
                                boolean subscribed)
                         throws java.rmi.RemoteException
Specified by:
getGroupThreadsCount in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreadsCount

public int getGroupThreadsCount(long groupId,
                                long userId,
                                int status,
                                boolean subscribed,
                                boolean includeAnonymous)
                         throws java.rmi.RemoteException
Specified by:
getGroupThreadsCount in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreads

public MBThreadSoap[] getGroupThreads(long groupId,
                                      long userId,
                                      java.util.Calendar modifiedDate,
                                      int status,
                                      int start,
                                      int end)
                               throws java.rmi.RemoteException
Specified by:
getGroupThreads in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreads

public MBThreadSoap[] getGroupThreads(long groupId,
                                      long userId,
                                      int status,
                                      boolean subscribed,
                                      boolean includeAnonymous,
                                      int start,
                                      int end)
                               throws java.rmi.RemoteException
Specified by:
getGroupThreads in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreads

public MBThreadSoap[] getGroupThreads(long groupId,
                                      long userId,
                                      int status,
                                      boolean subscribed,
                                      int start,
                                      int end)
                               throws java.rmi.RemoteException
Specified by:
getGroupThreads in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getGroupThreads

public MBThreadSoap[] getGroupThreads(long groupId,
                                      long userId,
                                      int status,
                                      int start,
                                      int end)
                               throws java.rmi.RemoteException
Specified by:
getGroupThreads in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getThreadsCount

public int getThreadsCount(long groupId,
                           long categoryId,
                           int status)
                    throws java.rmi.RemoteException
Specified by:
getThreadsCount in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

getThreads

public MBThreadSoap[] getThreads(long groupId,
                                 long categoryId,
                                 int status,
                                 int start,
                                 int end)
                          throws java.rmi.RemoteException
Specified by:
getThreads in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

moveThread

public MBThreadSoap moveThread(long categoryId,
                               long threadId)
                        throws java.rmi.RemoteException
Specified by:
moveThread in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

splitThread

public MBThreadSoap splitThread(long messageId,
                                java.lang.String subject,
                                ServiceContext serviceContext)
                         throws java.rmi.RemoteException
Specified by:
splitThread in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException

unlockThread

public void unlockThread(long threadId)
                  throws java.rmi.RemoteException
Specified by:
unlockThread in interface MBThreadServiceSoap
Throws:
java.rmi.RemoteException