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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.portlet.messageboards.service.http.Portlet_MB_MBMessageServiceSoapBindingStub
All Implemented Interfaces:
MBMessageServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_MB_MBMessageServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements MBMessageServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_MB_MBMessageServiceSoapBindingStub()
           
Portlet_MB_MBMessageServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_MB_MBMessageServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
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)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteDiscussionMessage(long groupId, java.lang.String className, long classPK, long messageId)
           
 void deleteMessage(long messageId)
           
 MBMessageSoap[] getCategoryMessages(long categoryId, int begin, int end)
           
 int getCategoryMessagesCount(long categoryId)
           
 java.lang.String getCategoryMessagesRSS(long categoryId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 java.lang.String getCompanyMessagesRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 java.lang.String getGroupMessagesRSS(long groupId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 java.lang.String getGroupMessagesRSS(long groupId, long userId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 MBMessageSoap getMessage(long messageId)
           
 java.lang.Object getMessageDisplay(long messageId)
           
 java.lang.String getThreadMessagesRSS(long threadId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 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, java.lang.String subject, java.lang.String body, java.lang.Object[] files, java.lang.Object[] existingFiles, double priority, java.lang.String[] tagsEntries)
           
 
Methods inherited from class org.apache.axis.client.Stub
_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, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MB_MBMessageServiceSoapBindingStub

public Portlet_MB_MBMessageServiceSoapBindingStub()
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MB_MBMessageServiceSoapBindingStub

public Portlet_MB_MBMessageServiceSoapBindingStub(java.net.URL endpointURL,
                                                  javax.xml.rpc.Service service)
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_MB_MBMessageServiceSoapBindingStub

public Portlet_MB_MBMessageServiceSoapBindingStub(javax.xml.rpc.Service service)
                                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
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,
                                   java.lang.String[] tagsEntries)
                            throws java.rmi.RemoteException
Specified by:
updateMessage 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,
                                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,
                                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,
                                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

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 begin,
                                           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

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

getCategoryMessagesRSS

public java.lang.String getCategoryMessagesRSS(long categoryId,
                                               int max,
                                               java.lang.String type,
                                               double version,
                                               java.lang.String displayStyle,
                                               java.lang.String feedURL,
                                               java.lang.String entryURL)
                                        throws java.rmi.RemoteException
Specified by:
getCategoryMessagesRSS in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

getCompanyMessagesRSS

public java.lang.String getCompanyMessagesRSS(long companyId,
                                              int max,
                                              java.lang.String type,
                                              double version,
                                              java.lang.String displayStyle,
                                              java.lang.String feedURL,
                                              java.lang.String entryURL)
                                       throws java.rmi.RemoteException
Specified by:
getCompanyMessagesRSS in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

getGroupMessagesRSS

public java.lang.String getGroupMessagesRSS(long groupId,
                                            int max,
                                            java.lang.String type,
                                            double version,
                                            java.lang.String displayStyle,
                                            java.lang.String feedURL,
                                            java.lang.String entryURL)
                                     throws java.rmi.RemoteException
Specified by:
getGroupMessagesRSS in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

getGroupMessagesRSS

public java.lang.String getGroupMessagesRSS(long groupId,
                                            long userId,
                                            int max,
                                            java.lang.String type,
                                            double version,
                                            java.lang.String displayStyle,
                                            java.lang.String feedURL,
                                            java.lang.String entryURL)
                                     throws java.rmi.RemoteException
Specified by:
getGroupMessagesRSS in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

getThreadMessagesRSS

public java.lang.String getThreadMessagesRSS(long threadId,
                                             int max,
                                             java.lang.String type,
                                             double version,
                                             java.lang.String displayStyle,
                                             java.lang.String feedURL,
                                             java.lang.String entryURL)
                                      throws java.rmi.RemoteException
Specified by:
getThreadMessagesRSS in interface MBMessageServiceSoap
Throws:
java.rmi.RemoteException

getMessage

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