public class Portlet_MB_MBMessageServiceSoapBindingStub extends org.apache.axis.client.Stub implements MBMessageServiceSoap
| Constructor and Description |
|---|
Portlet_MB_MBMessageServiceSoapBindingStub() |
Portlet_MB_MBMessageServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portlet_MB_MBMessageServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
MBMessageSoap |
addDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessageSoap |
addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.lang.Object[] inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessageSoap |
addMessage(long groupId,
long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.lang.Object[] inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessageSoap |
addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessageSoap |
addMessage(long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.lang.Object[] inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteDiscussionMessage(long messageId) |
void |
deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId) |
void |
deleteMessage(long messageId) |
void |
deleteMessageAttachment(long messageId,
java.lang.String fileName) |
void |
deleteMessageAttachments(long messageId) |
void |
emptyMessageAttachments(long messageId) |
MBMessageSoap[] |
getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end) |
int |
getCategoryMessagesCount(long groupId,
long categoryId,
int status) |
int |
getGroupMessagesCount(long groupId,
int status) |
MBMessageSoap |
getMessage(long messageId) |
int |
getThreadAnswersCount(long groupId,
long categoryId,
long threadId) |
MBMessageSoap[] |
getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end) |
int |
getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status) |
void |
restoreMessageAttachmentFromTrash(long messageId,
java.lang.String fileName) |
void |
subscribeMessage(long messageId) |
void |
unsubscribeMessage(long messageId) |
void |
updateAnswer(long messageId,
boolean answer,
boolean cascade) |
MBMessageSoap |
updateDiscussionMessage(java.lang.String className,
long classPK,
long messageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessageSoap |
updateMessage(long messageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] inputStreamOVPs,
java.lang.Object[] existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
_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, setUsernamepublic Portlet_MB_MBMessageServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_MB_MBMessageServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_MB_MBMessageServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic MBMessageSoap addDiscussionMessage(long groupId, java.lang.String className, long classPK, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws java.rmi.RemoteException
addDiscussionMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap addMessage(long groupId, long categoryId, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.String format, java.lang.Object[] inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws java.rmi.RemoteException
addMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap addMessage(long groupId, long categoryId, java.lang.String subject, java.lang.String body, java.lang.String format, java.lang.Object[] inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws java.rmi.RemoteException
addMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap addMessage(long categoryId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws java.rmi.RemoteException
addMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap addMessage(long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.String format, java.lang.Object[] inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws java.rmi.RemoteException
addMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void deleteDiscussionMessage(long messageId)
throws java.rmi.RemoteException
deleteDiscussionMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
throws java.rmi.RemoteException
deleteDiscussionMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void deleteMessageAttachment(long messageId,
java.lang.String fileName)
throws java.rmi.RemoteException
deleteMessageAttachment in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void deleteMessageAttachments(long messageId)
throws java.rmi.RemoteException
deleteMessageAttachments in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void deleteMessage(long messageId)
throws java.rmi.RemoteException
deleteMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void emptyMessageAttachments(long messageId)
throws java.rmi.RemoteException
emptyMessageAttachments in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic int getCategoryMessagesCount(long groupId,
long categoryId,
int status)
throws java.rmi.RemoteException
getCategoryMessagesCount in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap[] getCategoryMessages(long groupId, long categoryId, int status, int start, int end) throws java.rmi.RemoteException
getCategoryMessages in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic int getGroupMessagesCount(long groupId,
int status)
throws java.rmi.RemoteException
getGroupMessagesCount in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap getMessage(long messageId) throws java.rmi.RemoteException
getMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic int getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
throws java.rmi.RemoteException
getThreadAnswersCount in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic int getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
throws java.rmi.RemoteException
getThreadMessagesCount in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap[] getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end) throws java.rmi.RemoteException
getThreadMessages in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void restoreMessageAttachmentFromTrash(long messageId,
java.lang.String fileName)
throws java.rmi.RemoteException
restoreMessageAttachmentFromTrash in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void subscribeMessage(long messageId)
throws java.rmi.RemoteException
subscribeMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void unsubscribeMessage(long messageId)
throws java.rmi.RemoteException
unsubscribeMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic void updateAnswer(long messageId,
boolean answer,
boolean cascade)
throws java.rmi.RemoteException
updateAnswer in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap updateDiscussionMessage(java.lang.String className, long classPK, long messageId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws java.rmi.RemoteException
updateDiscussionMessage in interface MBMessageServiceSoapjava.rmi.RemoteExceptionpublic MBMessageSoap updateMessage(long messageId, java.lang.String subject, java.lang.String body, java.lang.Object[] inputStreamOVPs, java.lang.Object[] existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws java.rmi.RemoteException
updateMessage in interface MBMessageServiceSoapjava.rmi.RemoteException