com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBMessageServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBMessageServiceSoapBindingImpl
- All Implemented Interfaces:
- MBMessageServiceSoap, java.rmi.Remote
public class Portlet_MB_MBMessageServiceSoapBindingImpl
- extends java.lang.Object
- implements MBMessageServiceSoap
Method Summary |
MBMessageSoap |
addDiscussionMessage(java.lang.String className,
long classPK,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
|
MBMessageSoap |
addMessage(long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
|
MBMessageSoap |
addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
|
void |
deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
long messageId)
|
void |
deleteMessage(long messageId)
|
MBMessageSoap[] |
getCategoryMessages(long categoryId,
int start,
int end)
|
int |
getCategoryMessagesCount(long categoryId)
|
MBMessageSoap |
getMessage(long messageId)
|
void |
subscribeMessage(long messageId)
|
void |
unsubscribeMessage(long messageId)
|
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[] files,
java.lang.Object[] existingFiles,
double priority,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_MB_MBMessageServiceSoapBindingImpl
public Portlet_MB_MBMessageServiceSoapBindingImpl()
getMessage
public MBMessageSoap getMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
getMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addMessage
public MBMessageSoap addMessage(long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addMessage
public MBMessageSoap addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addDiscussionMessage
public MBMessageSoap addDiscussionMessage(java.lang.String className,
long classPK,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
deleteDiscussionMessage
public void deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
long messageId)
throws java.rmi.RemoteException
- Specified by:
deleteDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
deleteMessage
public void deleteMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
deleteMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryMessages
public MBMessageSoap[] getCategoryMessages(long categoryId,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getCategoryMessages
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryMessagesCount
public int getCategoryMessagesCount(long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategoryMessagesCount
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
subscribeMessage
public void subscribeMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
subscribeMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribeMessage
public void unsubscribeMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
unsubscribeMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
updateDiscussionMessage
public MBMessageSoap updateDiscussionMessage(java.lang.String className,
long classPK,
long messageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
updateMessage
public MBMessageSoap updateMessage(long messageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
java.lang.Object[] existingFiles,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException