public interface MBThreadServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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 |
moveThreadFromTrash(long categoryId,
long threadId) |
MBThreadSoap |
moveThreadToTrash(long threadId) |
void |
restoreThreadFromTrash(long threadId) |
MBThreadSoap |
splitThread(long messageId,
java.lang.String subject,
ServiceContext serviceContext) |
void |
unlockThread(long threadId) |
void deleteThread(long threadId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupThreadsCount(long groupId,
long userId,
java.util.Calendar modifiedDate,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupThreadsCount(long groupId,
long userId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap[] getGroupThreads(long groupId, long userId, java.util.Calendar modifiedDate, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap[] getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap[] getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap[] getGroupThreads(long groupId, long userId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getThreadsCount(long groupId,
long categoryId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap[] getThreads(long groupId, long categoryId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap moveThreadFromTrash(long categoryId, long threadId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap moveThreadToTrash(long threadId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap moveThread(long categoryId, long threadId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreThreadFromTrash(long threadId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMBThreadSoap splitThread(long messageId, java.lang.String subject, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlockThread(long threadId)
throws java.rmi.RemoteException
java.rmi.RemoteException