com.liferay.client.portlet.messageboards.service.http
Class Portlet_MB_MBMessageServiceSoapBindingImpl

java.lang.Object
  extended bycom.liferay.client.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


Constructor Summary
Portlet_MB_MBMessageServiceSoapBindingImpl()
           
 
Method Summary
 MBMessageSoap addMessage(long categoryId, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.Object[] files, boolean anonymous, double priority, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 MBMessageSoap addMessage(long categoryId, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.Object[] files, boolean anonymous, double priority, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 MBMessageSoap addMessage(long categoryId, java.lang.String subject, java.lang.String body, java.lang.Object[] files, boolean anonymous, double priority, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 MBMessageSoap addMessage(long categoryId, java.lang.String subject, java.lang.String body, java.lang.Object[] files, boolean anonymous, double priority, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteDiscussionMessage(long groupId, java.lang.String className, long classPK, long messageId)
           
 void deleteMessage(long messageId)
           
 MBMessageSoap getMessage(long messageId)
           
 java.lang.Object getMessageDisplay(long messageId)
           
 void subscribeMessage(long messageId)
           
 void unsubscribeMessage(long messageId)
           
 MBMessageSoap updateDiscussionMessage(long groupId, java.lang.String className, long classPK, long messageId, java.lang.String subject, java.lang.String body)
           
 MBMessageSoap updateMessage(long messageId, long categoryId, java.lang.String subject, java.lang.String body, java.lang.Object[] files, double priority, java.lang.String[] tagsEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MB_MBMessageServiceSoapBindingImpl

public Portlet_MB_MBMessageServiceSoapBindingImpl()
Method Detail

getMessage

public MBMessageSoap getMessage(long messageId)
                         throws java.rmi.RemoteException
Specified by:
getMessage in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

updateMessage

public MBMessageSoap updateMessage(long messageId,
                                   long categoryId,
                                   java.lang.String subject,
                                   java.lang.String body,
                                   java.lang.Object[] files,
                                   double priority,
                                   java.lang.String[] tagsEntries)
                            throws java.rmi.RemoteException
Specified by:
updateMessage 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,
                                java.lang.String[] tagsEntries,
                                boolean addCommunityPermissions,
                                boolean addGuestPermissions)
                         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,
                                java.lang.String[] tagsEntries,
                                boolean addCommunityPermissions,
                                boolean addGuestPermissions)
                         throws java.rmi.RemoteException
Specified by:
addMessage 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,
                                java.lang.String[] tagsEntries,
                                java.lang.String[] communityPermissions,
                                java.lang.String[] guestPermissions)
                         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,
                                java.lang.String[] tagsEntries,
                                java.lang.String[] communityPermissions,
                                java.lang.String[] guestPermissions)
                         throws java.rmi.RemoteException
Specified by:
addMessage 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

getMessageDisplay

public java.lang.Object getMessageDisplay(long messageId)
                                   throws java.rmi.RemoteException
Specified by:
getMessageDisplay 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(long groupId,
                                             java.lang.String className,
                                             long classPK,
                                             long messageId,
                                             java.lang.String subject,
                                             java.lang.String body)
                                      throws java.rmi.RemoteException
Specified by:
updateDiscussionMessage in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException