1
7
8 package com.liferay.client.portlet.messageboards.service.http;
9
10 public class Portlet_MB_MBMessageServiceSoapBindingImpl implements com.liferay.client.portlet.messageboards.service.http.MBMessageServiceSoap{
11 public com.liferay.client.portlet.messageboards.model.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 {
12 return null;
13 }
14
15 public com.liferay.client.portlet.messageboards.model.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 {
16 return null;
17 }
18
19 public com.liferay.client.portlet.messageboards.model.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 {
20 return null;
21 }
22
23 public com.liferay.client.portlet.messageboards.model.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 {
24 return null;
25 }
26
27 public com.liferay.client.portlet.messageboards.model.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 {
28 return null;
29 }
30
31 public void deleteDiscussionMessage(long groupId, java.lang.String className, long classPK, long messageId) throws java.rmi.RemoteException {
32 }
33
34 public void deleteMessage(long messageId) throws java.rmi.RemoteException {
35 }
36
37 public com.liferay.client.portlet.messageboards.model.MBMessageSoap[] getCategoryMessages(long categoryId, int begin, int end) throws java.rmi.RemoteException {
38 return null;
39 }
40
41 public int getCategoryMessagesCount(long categoryId) throws java.rmi.RemoteException {
42 return -3;
43 }
44
45 public java.lang.Object getMessageDisplay(long messageId) throws java.rmi.RemoteException {
46 return null;
47 }
48
49 public void subscribeMessage(long messageId) throws java.rmi.RemoteException {
50 }
51
52 public void unsubscribeMessage(long messageId) throws java.rmi.RemoteException {
53 }
54
55 public com.liferay.client.portlet.messageboards.model.MBMessageSoap updateDiscussionMessage(long groupId, java.lang.String className, long classPK, long messageId, java.lang.String subject, java.lang.String body) throws java.rmi.RemoteException {
56 return null;
57 }
58
59 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 {
60 return null;
61 }
62
63 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 {
64 return null;
65 }
66
67 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 {
68 return null;
69 }
70
71 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 {
72 return null;
73 }
74
75 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 {
76 return null;
77 }
78
79 public com.liferay.client.portlet.messageboards.model.MBMessageSoap getMessage(long messageId) throws java.rmi.RemoteException {
80 return null;
81 }
82
83 }
84