com.liferay.client.portlet.messageboards.service.http
Interface MBMessageServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_MB_MBMessageServiceSoapBindingImpl, Portlet_MB_MBMessageServiceSoapBindingStub

public interface MBMessageServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

getMessage

public MBMessageSoap getMessage(long messageId)
                         throws java.rmi.RemoteException
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
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
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
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
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
Throws:
java.rmi.RemoteException

deleteDiscussionMessage

public void deleteDiscussionMessage(long groupId,
                                    java.lang.String className,
                                    long classPK,
                                    long messageId)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteMessage

public void deleteMessage(long messageId)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMessageDisplay

public java.lang.Object getMessageDisplay(long messageId)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subscribeMessage

public void subscribeMessage(long messageId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsubscribeMessage

public void unsubscribeMessage(long messageId)
                        throws java.rmi.RemoteException
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
Throws:
java.rmi.RemoteException