com.liferay.portlet.messageboards.service
Class MBMessageServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBMessageServiceWrapper
- All Implemented Interfaces:
- MBMessageService
public class MBMessageServiceWrapper
- extends Object
- implements MBMessageService
This class is a wrapper for MBMessageService.
- See Also:
MBMessageService
|
Method Summary |
MBMessage |
addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
void |
deleteDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
|
void |
deleteMessage(long messageId)
|
List<MBMessage> |
getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
int |
getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
String |
getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
int |
getGroupMessagesCount(long groupId,
int status)
|
String |
getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
MBMessage |
getMessage(long messageId)
|
MBMessageDisplay |
getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
int |
getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
|
List<MBMessage> |
getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
int |
getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
|
String |
getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
MBMessageService |
getWrappedMBMessageService()
|
void |
setWrappedMBMessageService(MBMessageService mbMessageService)
|
void |
subscribeMessage(long messageId)
|
void |
unsubscribeMessage(long messageId)
|
void |
updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
MBMessage |
updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageServiceWrapper
public MBMessageServiceWrapper(MBMessageService mbMessageService)
addDiscussionMessage
public MBMessage addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addDiscussionMessage in interface MBMessageService
- Throws:
PortalException
SystemException
addMessage
public MBMessage addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addMessage in interface MBMessageService
- Throws:
PortalException
SystemException
addMessage
public MBMessage addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addMessage in interface MBMessageService
- Throws:
PortalException
SystemException
deleteDiscussionMessage
public void deleteDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
throws PortalException,
SystemException
- Specified by:
deleteDiscussionMessage in interface MBMessageService
- Throws:
PortalException
SystemException
deleteMessage
public void deleteMessage(long messageId)
throws PortalException,
SystemException
- Specified by:
deleteMessage in interface MBMessageService
- Throws:
PortalException
SystemException
getCategoryMessages
public List<MBMessage> getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
throws PortalException,
SystemException
- Specified by:
getCategoryMessages in interface MBMessageService
- Throws:
PortalException
SystemException
getCategoryMessagesCount
public int getCategoryMessagesCount(long groupId,
long categoryId,
int status)
throws SystemException
- Specified by:
getCategoryMessagesCount in interface MBMessageService
- Throws:
SystemException
getCategoryMessagesRSS
public String getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getCategoryMessagesRSS in interface MBMessageService
- Throws:
PortalException
SystemException
getCompanyMessagesRSS
public String getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getCompanyMessagesRSS in interface MBMessageService
- Throws:
PortalException
SystemException
getGroupMessagesCount
public int getGroupMessagesCount(long groupId,
int status)
throws SystemException
- Specified by:
getGroupMessagesCount in interface MBMessageService
- Throws:
SystemException
getGroupMessagesRSS
public String getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getGroupMessagesRSS in interface MBMessageService
- Throws:
PortalException
SystemException
getGroupMessagesRSS
public String getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getGroupMessagesRSS in interface MBMessageService
- Throws:
PortalException
SystemException
getMessage
public MBMessage getMessage(long messageId)
throws PortalException,
SystemException
- Specified by:
getMessage in interface MBMessageService
- Throws:
PortalException
SystemException
getMessageDisplay
public MBMessageDisplay getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
throws PortalException,
SystemException
- Specified by:
getMessageDisplay in interface MBMessageService
- Throws:
PortalException
SystemException
getThreadAnswersCount
public int getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
throws SystemException
- Specified by:
getThreadAnswersCount in interface MBMessageService
- Throws:
SystemException
getThreadMessages
public List<MBMessage> getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
throws SystemException
- Specified by:
getThreadMessages in interface MBMessageService
- Throws:
SystemException
getThreadMessagesCount
public int getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
- Specified by:
getThreadMessagesCount in interface MBMessageService
- Throws:
SystemException
getThreadMessagesRSS
public String getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getThreadMessagesRSS in interface MBMessageService
- Throws:
PortalException
SystemException
subscribeMessage
public void subscribeMessage(long messageId)
throws PortalException,
SystemException
- Specified by:
subscribeMessage in interface MBMessageService
- Throws:
PortalException
SystemException
unsubscribeMessage
public void unsubscribeMessage(long messageId)
throws PortalException,
SystemException
- Specified by:
unsubscribeMessage in interface MBMessageService
- Throws:
PortalException
SystemException
updateAnswer
public void updateAnswer(long messageId,
boolean answer,
boolean cascade)
throws PortalException,
SystemException
- Specified by:
updateAnswer in interface MBMessageService
- Throws:
PortalException
SystemException
updateDiscussionMessage
public MBMessage updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateDiscussionMessage in interface MBMessageService
- Throws:
PortalException
SystemException
updateMessage
public MBMessage updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateMessage in interface MBMessageService
- Throws:
PortalException
SystemException
getWrappedMBMessageService
public MBMessageService getWrappedMBMessageService()
setWrappedMBMessageService
public void setWrappedMBMessageService(MBMessageService mbMessageService)