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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBThreadServiceSoapBindingStub
All Implemented Interfaces:
MBThreadServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_MB_MBThreadServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements MBThreadServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_MB_MBThreadServiceSoapBindingStub()
           
Portlet_MB_MBThreadServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_MB_MBThreadServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 void deleteThread(long threadId)
           
 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, ServiceContext serviceContext)
           
 void unlockThread(long threadId)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MB_MBThreadServiceSoapBindingStub

public Portlet_MB_MBThreadServiceSoapBindingStub()
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MB_MBThreadServiceSoapBindingStub

public Portlet_MB_MBThreadServiceSoapBindingStub(java.net.URL endpointURL,
                                                 javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MB_MBThreadServiceSoapBindingStub

public Portlet_MB_MBThreadServiceSoapBindingStub(javax.xml.rpc.Service service)
                                          throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteThread

public void deleteThread(long threadId)
                  throws java.rmi.RemoteException
Specified by:
deleteThread 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

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,
                                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

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