com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBThreadServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
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
| 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 |
|
Method Summary |
protected org.apache.axis.client.Call |
createCall()
|
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 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 |
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
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
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