@ProviderType public class MBMessageServiceWrapper extends java.lang.Object implements MBMessageService, ServiceWrapper<MBMessageService>
MBMessageService.MBMessageService| Constructor and Description |
|---|
MBMessageServiceWrapper(MBMessageService mbMessageService) |
| Modifier and Type | Method and Description |
|---|---|
MBMessage |
addDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessage |
addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated.
|
MBMessage |
addMessage(long groupId,
long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessage |
addMessage(long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.String format,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
void |
deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId) |
void |
deleteMessage(long messageId) |
void |
deleteMessageAttachments(long messageId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<MBMessage> |
getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end) |
int |
getCategoryMessagesCount(long groupId,
long categoryId,
int status) |
java.lang.String |
getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
java.lang.String |
getCompanyMessagesRSS(long companyId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
int |
getGroupMessagesCount(long groupId,
int status) |
java.lang.String |
getGroupMessagesRSS(long groupId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
java.lang.String |
getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
MBMessage |
getMessage(long messageId) |
MBMessageDisplay |
getMessageDisplay(long messageId,
int status,
java.lang.String threadView,
boolean includePrevAndNext) |
int |
getThreadAnswersCount(long groupId,
long categoryId,
long threadId) |
java.util.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) |
java.lang.String |
getThreadMessagesRSS(long threadId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
MBMessageService |
getWrappedMBMessageService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
MBMessageService |
getWrappedService() |
void |
restoreMessageAttachmentFromTrash(long messageId,
java.lang.String fileName) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedMBMessageService(MBMessageService mbMessageService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.messageboards.service.MBMessageService) |
void |
setWrappedService(MBMessageService mbMessageService) |
void |
subscribeMessage(long messageId) |
void |
unsubscribeMessage(long messageId) |
void |
updateAnswer(long messageId,
boolean answer,
boolean cascade) |
MBMessage |
updateDiscussionMessage(java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext) |
MBMessage |
updateMessage(long messageId,
java.lang.String subject,
java.lang.String body,
java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs,
java.util.List<java.lang.String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
public MBMessageServiceWrapper(MBMessageService mbMessageService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface MBMessageServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface MBMessageServicebeanIdentifier - the Spring bean ID for this beanpublic MBMessage addDiscussionMessage(long groupId, java.lang.String className, long classPK, java.lang.String permissionClassName, long permissionClassPK, long permissionOwnerId, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException, SystemException
addDiscussionMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage addMessage(long groupId, long categoryId, long threadId, long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.String format, java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws PortalException, SystemException
addMessage(long, String,
String, String, java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext)addMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage addMessage(long groupId, long categoryId, java.lang.String subject, java.lang.String body, java.lang.String format, java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws PortalException, SystemException
addMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage addMessage(long categoryId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException, SystemException
addMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage addMessage(long parentMessageId, java.lang.String subject, java.lang.String body, java.lang.String format, java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws PortalException, SystemException
addMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic void deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
java.lang.String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
throws PortalException,
SystemException
deleteDiscussionMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic void deleteMessage(long messageId)
throws PortalException,
SystemException
deleteMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic void deleteMessageAttachments(long messageId)
throws PortalException,
SystemException
deleteMessageAttachments in interface MBMessageServicePortalExceptionSystemExceptionpublic java.util.List<MBMessage> getCategoryMessages(long groupId, long categoryId, int status, int start, int end) throws PortalException, SystemException
getCategoryMessages in interface MBMessageServicePortalExceptionSystemExceptionpublic int getCategoryMessagesCount(long groupId,
long categoryId,
int status)
throws SystemException
getCategoryMessagesCount in interface MBMessageServiceSystemExceptionpublic java.lang.String getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getCategoryMessagesRSS in interface MBMessageServicePortalExceptionSystemExceptionpublic java.lang.String getCompanyMessagesRSS(long companyId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getCompanyMessagesRSS in interface MBMessageServicePortalExceptionSystemExceptionpublic int getGroupMessagesCount(long groupId,
int status)
throws SystemException
getGroupMessagesCount in interface MBMessageServiceSystemExceptionpublic java.lang.String getGroupMessagesRSS(long groupId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getGroupMessagesRSS in interface MBMessageServicePortalExceptionSystemExceptionpublic java.lang.String getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getGroupMessagesRSS in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage getMessage(long messageId) throws PortalException, SystemException
getMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessageDisplay getMessageDisplay(long messageId, int status, java.lang.String threadView, boolean includePrevAndNext) throws PortalException, SystemException
getMessageDisplay in interface MBMessageServicePortalExceptionSystemExceptionpublic int getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
throws SystemException
getThreadAnswersCount in interface MBMessageServiceSystemExceptionpublic java.util.List<MBMessage> getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end) throws SystemException
getThreadMessages in interface MBMessageServiceSystemExceptionpublic int getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
throws SystemException
getThreadMessagesCount in interface MBMessageServiceSystemExceptionpublic java.lang.String getThreadMessagesRSS(long threadId,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getThreadMessagesRSS in interface MBMessageServicePortalExceptionSystemExceptionpublic void restoreMessageAttachmentFromTrash(long messageId,
java.lang.String fileName)
throws PortalException,
SystemException
restoreMessageAttachmentFromTrash in interface MBMessageServicePortalExceptionSystemExceptionpublic void subscribeMessage(long messageId)
throws PortalException,
SystemException
subscribeMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic void unsubscribeMessage(long messageId)
throws PortalException,
SystemException
unsubscribeMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic void updateAnswer(long messageId,
boolean answer,
boolean cascade)
throws PortalException,
SystemException
updateAnswer in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage updateDiscussionMessage(java.lang.String className, long classPK, java.lang.String permissionClassName, long permissionClassPK, long permissionOwnerId, long messageId, java.lang.String subject, java.lang.String body, ServiceContext serviceContext) throws PortalException, SystemException
updateDiscussionMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessage updateMessage(long messageId, java.lang.String subject, java.lang.String body, java.util.List<ObjectValuePair<java.lang.String,java.io.InputStream>> inputStreamOVPs, java.util.List<java.lang.String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext) throws PortalException, SystemException
updateMessage in interface MBMessageServicePortalExceptionSystemExceptionpublic MBMessageService getWrappedMBMessageService()
getWrappedService()public void setWrappedMBMessageService(MBMessageService mbMessageService)
setWrappedService(com.liferay.portlet.messageboards.service.MBMessageService)public MBMessageService getWrappedService()
getWrappedService in interface ServiceWrapper<MBMessageService>public void setWrappedService(MBMessageService mbMessageService)
setWrappedService in interface ServiceWrapper<MBMessageService>