Liferay 6.0.3

Uses of Interface
com.liferay.portlet.messageboards.model.MBMessage

Packages that use MBMessage
com.liferay.portal.kernel.lar   
com.liferay.portal.lar   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.blogs.util   
com.liferay.portlet.messageboards.action   
com.liferay.portlet.messageboards.asset   
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.permission   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.messageboards.util.comparator   
 

Uses of MBMessage in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type MBMessage
 Map<String,List<MBMessage>> PortletDataContext.getComments()
           
 

Method parameters in com.liferay.portal.kernel.lar with type arguments of type MBMessage
 void PortletDataContext.addComments(String className, long classPK, List<MBMessage> messages)
           
 

Uses of MBMessage in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return types with arguments of type MBMessage
 Map<String,List<MBMessage>> PortletDataContextImpl.getComments()
           
 

Methods in com.liferay.portal.lar with parameters of type MBMessage
protected  String PortletExporter.getCommentsPath(PortletDataContext context, String className, String classPK, MBMessage message)
           
 

Method parameters in com.liferay.portal.lar with type arguments of type MBMessage
 void PortletDataContextImpl.addComments(String className, long classPK, List<MBMessage> messages)
           
 

Uses of MBMessage in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return MBMessage
 MBMessage DataFactory.addMBMessage(long messageId, long groupId, long userId, long classNameId, long classPK, long categoryId, long threadId, long parentMessageId, String subject, String body)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type MBMessage
 void SampleSQLBuilder.insertMBMessage(MBMessage mbMessage)
           
 

Uses of MBMessage in com.liferay.portlet.blogs.util
 

Methods in com.liferay.portlet.blogs.util with parameters of type MBMessage
static void LinkbackConsumerUtil.verifyPost(BlogsEntry entry, MBMessage message)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.action
 

Methods in com.liferay.portlet.messageboards.action that return MBMessage
protected  MBMessage EditDiscussionAction.updateMessage(ActionRequest actionRequest)
           
protected  MBMessage EditMessageAction.updateMessage(ActionRequest actionRequest, ActionResponse actionResponse)
           
 

Methods in com.liferay.portlet.messageboards.action with parameters of type MBMessage
protected  String EditMessageAction.getSaveAndContinueRedirect(ActionRequest actionRequest, ActionResponse actionResponse, MBMessage message)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.asset
 

Constructors in com.liferay.portlet.messageboards.asset with parameters of type MBMessage
MBDiscussionAssetRenderer(MBMessage message)
           
MBMessageAssetRenderer(MBMessage message)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.lar
 

Methods in com.liferay.portlet.messageboards.lar with parameters of type MBMessage
protected  void MBPortletDataHandlerImpl.exportMessage(PortletDataContext context, Element categoriesElement, Element messagesElement, Element messageFlagsElement, MBMessage message)
           
protected  String MBPortletDataHandlerImpl.getMessageAttachementBinPath(PortletDataContext context, MBMessage message, String attachment)
           
protected  String MBPortletDataHandlerImpl.getMessagePath(PortletDataContext context, MBMessage message)
           
protected  void MBPortletDataHandlerImpl.importMessage(PortletDataContext context, Element messageElement, MBMessage message)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.model
 

Classes in com.liferay.portlet.messageboards.model that implement MBMessage
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

Methods in com.liferay.portlet.messageboards.model that return MBMessage
 MBMessage MBMessageDisplay.getMessage()
           
 MBMessage MBMessageDisplay.getParentMessage()
           
 MBMessage MBTreeWalker.getRoot()
           
 MBMessage MBMessageWrapper.getWrappedMBMessage()
           
 MBMessage MBMessageWrapper.toEscapedModel()
           
 MBMessage MBMessageModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBMessage
 List<MBMessage> MBTreeWalker.getChildren(MBMessage message)
           
 List<MBMessage> MBTreeWalker.getMessages()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBMessage
 int MBMessageWrapper.compareTo(MBMessage mbMessage)
           
 int MBMessageModel.compareTo(MBMessage mbMessage)
           
 List<MBMessage> MBTreeWalker.getChildren(MBMessage message)
           
 int[] MBTreeWalker.getChildrenRange(MBMessage message)
           
 boolean MBTreeWalker.isLeaf(MBMessage message)
           
static MBMessageSoap MBMessageSoap.toSoapModel(MBMessage model)
           
static MBMessageSoap[] MBMessageSoap.toSoapModels(MBMessage[] models)
           
static MBMessageSoap[][] MBMessageSoap.toSoapModels(MBMessage[][] models)
           
 

Method parameters in com.liferay.portlet.messageboards.model with type arguments of type MBMessage
static MBMessageSoap[] MBMessageSoap.toSoapModels(List<MBMessage> models)
           
 

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBMessage
MBMessageWrapper(MBMessage mbMessage)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement MBMessage
 class MBMessageImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBMessage
 MBMessage MBMessageDisplayImpl.getMessage()
           
 MBMessage MBMessageDisplayImpl.getParentMessage()
           
 MBMessage MBTreeWalkerImpl.getRoot()
           
 MBMessage MBMessageModelImpl.toEscapedModel()
           
static MBMessage MBMessageModelImpl.toModel(MBMessageSoap soapModel)
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBMessage
 List<MBMessage> MBTreeWalkerImpl.getChildren(MBMessage message)
           
 List<MBMessage> MBTreeWalkerImpl.getMessages()
           
static List<MBMessage> MBMessageModelImpl.toModels(MBMessageSoap[] soapModels)
           
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBMessage
 int MBMessageModelImpl.compareTo(MBMessage mbMessage)
           
 List<MBMessage> MBTreeWalkerImpl.getChildren(MBMessage message)
           
 int[] MBTreeWalkerImpl.getChildrenRange(MBMessage message)
           
 boolean MBTreeWalkerImpl.isLeaf(MBMessage message)
           
 

Constructors in com.liferay.portlet.messageboards.model.impl with parameters of type MBMessage
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, String threadView)
           
MBTreeWalkerImpl(MBMessage message, int status)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return MBMessage
 MBMessage MBMessageLocalServiceWrapper.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
static MBMessage MBMessageLocalServiceUtil.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage MBMessageLocalService.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage MBMessageServiceWrapper.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMBMessage(MBMessage mbMessage)
           
static MBMessage MBMessageLocalServiceUtil.addMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalService.addMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageServiceWrapper.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceWrapper.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.createMBMessage(long messageId)
           
static MBMessage MBMessageLocalServiceUtil.createMBMessage(long messageId)
           
 MBMessage MBMessageLocalService.createMBMessage(long messageId)
           
 MBMessage MBMessageLocalServiceWrapper.getMBMessage(long messageId)
           
static MBMessage MBMessageLocalServiceUtil.getMBMessage(long messageId)
           
 MBMessage MBMessageLocalService.getMBMessage(long messageId)
           
 MBMessage MBMessageLocalServiceWrapper.getMBMessageByUuidAndGroupId(String uuid, long groupId)
           
static MBMessage MBMessageLocalServiceUtil.getMBMessageByUuidAndGroupId(String uuid, long groupId)
           
 MBMessage MBMessageLocalService.getMBMessageByUuidAndGroupId(String uuid, long groupId)
           
 MBMessage MBMessageServiceWrapper.getMessage(long messageId)
           
static MBMessage MBMessageServiceUtil.getMessage(long messageId)
           
 MBMessage MBMessageService.getMessage(long messageId)
           
 MBMessage MBMessageLocalServiceWrapper.getMessage(long messageId)
           
static MBMessage MBMessageLocalServiceUtil.getMessage(long messageId)
           
 MBMessage MBMessageLocalService.getMessage(long messageId)
           
 MBMessage MBMessageLocalServiceWrapper.updateDiscussionMessage(long userId, long messageId, String subject, String body, int workflowAction)
           
static MBMessage MBMessageLocalServiceUtil.updateDiscussionMessage(long userId, long messageId, String subject, String body, int workflowAction)
           
 MBMessage MBMessageLocalService.updateDiscussionMessage(long userId, long messageId, String subject, String body, int workflowAction)
           
 MBMessage MBMessageServiceWrapper.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long messageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long messageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageService.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long messageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateMBMessage(MBMessage mbMessage)
           
static MBMessage MBMessageLocalServiceUtil.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceWrapper.updateMBMessage(MBMessage mbMessage, boolean merge)
           
static MBMessage MBMessageLocalServiceUtil.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessageLocalServiceWrapper.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateMessage(long messageId, String body)
           
static MBMessage MBMessageLocalServiceUtil.updateMessage(long messageId, String body)
           
 MBMessage MBMessageLocalService.updateMessage(long messageId, String body)
           
 MBMessage MBMessageServiceWrapper.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBMessage
 List<MBMessage> MBMessageServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageServiceUtil.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCompanyMessages(long companyId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCompanyMessages(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, long userId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
static List<MBMessage> MBMessageLocalServiceUtil.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalService.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getMBMessages(int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getMBMessages(int start, int end)
           
 List<MBMessage> MBMessageLocalService.getMBMessages(int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getMessages(String className, long classPK, int status)
           
static List<MBMessage> MBMessageLocalServiceUtil.getMessages(String className, long classPK, int status)
           
 List<MBMessage> MBMessageLocalService.getMessages(String className, long classPK, int status)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getNoAssetMessages()
           
static List<MBMessage> MBMessageLocalServiceUtil.getNoAssetMessages()
           
 List<MBMessage> MBMessageLocalService.getNoAssetMessages()
           
 List<MBMessage> MBMessageLocalServiceWrapper.getThreadMessages(long threadId, int status)
           
static List<MBMessage> MBMessageLocalServiceUtil.getThreadMessages(long threadId, int status)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
static List<MBMessage> MBMessageLocalServiceUtil.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getThreadMessages(long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getThreadMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageServiceWrapper.getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageServiceUtil.getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageService.getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceWrapper.getThreadRepliesMessages(long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageLocalServiceUtil.getThreadRepliesMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalService.getThreadRepliesMessages(long threadId, int status, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBMessage
 MBMessage MBMessageLocalServiceWrapper.addMBMessage(MBMessage mbMessage)
           
static MBMessage MBMessageLocalServiceUtil.addMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalService.addMBMessage(MBMessage mbMessage)
           
 void MBMessageLocalServiceWrapper.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalService.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalServiceWrapper.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
static void MBMessageLocalServiceUtil.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageLocalService.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
 void MBMessageLocalServiceWrapper.deleteMBMessage(MBMessage mbMessage)
           
static void MBMessageLocalServiceUtil.deleteMBMessage(MBMessage mbMessage)
           
 void MBMessageLocalService.deleteMBMessage(MBMessage mbMessage)
           
 void MBMessageLocalServiceWrapper.deleteMessage(MBMessage message)
           
static void MBMessageLocalServiceUtil.deleteMessage(MBMessage message)
           
 void MBMessageLocalService.deleteMessage(MBMessage message)
           
 MBMessageDisplay MBMessageLocalServiceWrapper.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
static MBMessageDisplay MBMessageLocalServiceUtil.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 MBMessageDisplay MBMessageLocalService.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
 void MBMessageLocalServiceWrapper.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
static void MBMessageLocalServiceUtil.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
 void MBMessageLocalService.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
 MBMessage MBMessageLocalServiceWrapper.updateMBMessage(MBMessage mbMessage)
           
static MBMessage MBMessageLocalServiceUtil.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceWrapper.updateMBMessage(MBMessage mbMessage, boolean merge)
           
static MBMessage MBMessageLocalServiceUtil.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessageLocalService.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service with type arguments of type MBMessage
 List<MBMessage> MBMessageLocalServiceWrapper.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
static List<MBMessage> MBMessageLocalServiceUtil.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> MBMessageLocalService.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service.base
 

Methods in com.liferay.portlet.messageboards.service.base that return MBMessage
 MBMessage MBMessageLocalServiceBaseImpl.addMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceBaseImpl.createMBMessage(long messageId)
           
 MBMessage MBMessageLocalServiceBaseImpl.getMBMessage(long messageId)
           
 MBMessage MBMessageLocalServiceBaseImpl.getMBMessageByUuidAndGroupId(String uuid, long groupId)
           
 MBMessage MBMessageLocalServiceBaseImpl.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceBaseImpl.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBMessage
 List<MBMessage> MBMessageLocalServiceBaseImpl.getMBMessages(int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBMessage
 MBMessage MBMessageLocalServiceBaseImpl.addMBMessage(MBMessage mbMessage)
           
 void MBMessageLocalServiceBaseImpl.deleteMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceBaseImpl.updateMBMessage(MBMessage mbMessage)
           
 MBMessage MBMessageLocalServiceBaseImpl.updateMBMessage(MBMessage mbMessage, boolean merge)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return MBMessage
static MBMessage MBMessageServiceHttp.addDiscussionMessage(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.addMessage(HttpPrincipal httpPrincipal, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.addMessage(HttpPrincipal httpPrincipal, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.getMessage(HttpPrincipal httpPrincipal, long messageId)
           
static MBMessage MBMessageServiceHttp.updateDiscussionMessage(HttpPrincipal httpPrincipal, String className, long classPK, String permissionClassName, long permissionClassPK, long messageId, String subject, String body, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.updateMessage(HttpPrincipal httpPrincipal, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.http that return types with arguments of type MBMessage
static List<MBMessage> MBMessageServiceHttp.getCategoryMessages(HttpPrincipal httpPrincipal, long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageServiceHttp.getThreadMessages(HttpPrincipal httpPrincipal, long groupId, long categoryId, long threadId, int status, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.http with parameters of type MBMessage
static JSONArray MBMessageJSONSerializer.toJSONArray(MBMessage[] models)
           
static JSONArray MBMessageJSONSerializer.toJSONArray(MBMessage[][] models)
           
static JSONObject MBMessageJSONSerializer.toJSONObject(MBMessage model)
           
 

Method parameters in com.liferay.portlet.messageboards.service.http with type arguments of type MBMessage
static JSONArray MBMessageJSONSerializer.toJSONArray(List<MBMessage> models)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl that return MBMessage
 MBMessage MBMessageLocalServiceImpl.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, int workflowAction)
           
 MBMessage MBMessageServiceImpl.addDiscussionMessage(long groupId, String className, long classPK, String permissionClassName, long permissionClassPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.addDiscussionMessage(long userId, String userName, long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceImpl.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceImpl.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceImpl.getMessage(long messageId)
           
 MBMessage MBMessageLocalServiceImpl.getMessage(long messageId)
           
 MBMessage MBMessageLocalServiceImpl.updateDiscussionMessage(long userId, long messageId, String subject, String body, int workflowAction)
           
 MBMessage MBMessageServiceImpl.updateDiscussionMessage(String className, long classPK, String permissionClassName, long permissionClassPK, long messageId, String subject, String body, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.updateMessage(long messageId, String body)
           
 MBMessage MBMessageServiceImpl.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.updateStatus(long userId, long messageId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBMessage
 List<MBMessage> MBMessageServiceImpl.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getCategoryMessages(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getCategoryMessages(long groupId, long categoryId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getCompanyMessages(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getCompanyMessages(long companyId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getGroupMessages(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 List<MBMessage> MBMessageLocalServiceImpl.getMessages(String className, long classPK, int status)
           
 List<MBMessage> MBMessageLocalServiceImpl.getNoAssetMessages()
           
 List<MBMessage> MBMessageLocalServiceImpl.getThreadMessages(long threadId, int status)
           
 List<MBMessage> MBMessageLocalServiceImpl.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 List<MBMessage> MBMessageLocalServiceImpl.getThreadMessages(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageServiceImpl.getThreadMessages(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessageLocalServiceImpl.getThreadRepliesMessages(long threadId, int status, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type MBMessage
 void MBMessageLocalServiceImpl.addMessageResources(MBMessage message, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBMessageLocalServiceImpl.addMessageResources(MBMessage message, String[] communityPermissions, String[] guestPermissions)
           
protected  MBThread MBThreadLocalServiceImpl.addThread(long categoryId, MBMessage message)
           
 void MBMessageLocalServiceImpl.deleteMessage(MBMessage message)
           
 MBMessageDisplay MBMessageLocalServiceImpl.getMessageDisplay(MBMessage message, int status, String threadView, boolean includePrevAndNext)
           
protected  void MBThreadLocalServiceImpl.moveAttachmentsFromOldThread(MBMessage message, String oldAttachmentsDir)
           
protected  int MBThreadLocalServiceImpl.moveChildrenMessages(MBMessage parentMessage, MBCategory category, long oldThreadId)
           
protected  void MBMessageLocalServiceImpl.notifySubscribers(MBMessage message, ServiceContext serviceContext)
           
protected  void MBMessageLocalServiceImpl.pingPingback(MBMessage message, ServiceContext serviceContext)
           
protected  void MBMessageLocalServiceImpl.sendBlogsCommentsEmail(long userId, BlogsEntry entry, MBMessage message, ServiceContext serviceContext)
           
 void MBMessageLocalServiceImpl.updateAsset(long userId, MBMessage message, long[] assetCategoryIds, String[] assetTagNames)
           
 

Method parameters in com.liferay.portlet.messageboards.service.impl with type arguments of type MBMessage
protected  void MBMessageLocalServiceImpl.deleteDiscussionSocialActivities(String className, List<MBMessage> messages)
           
protected  String MBMessageServiceImpl.exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List<MBMessage> messages, ThemeDisplay themeDisplay)
           
 List<MBMessage> MBMessageLocalServiceImpl.getThreadMessages(long threadId, int status, Comparator<MBMessage> comparator)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service.permission
 

Methods in com.liferay.portlet.messageboards.service.permission with parameters of type MBMessage
static void MBMessagePermission.check(PermissionChecker permissionChecker, MBMessage message, String actionId)
           
static boolean MBMessagePermission.contains(PermissionChecker permissionChecker, MBMessage message, String actionId)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that return MBMessage
static MBMessage MBMessageUtil.create(long messageId)
           
 MBMessage MBMessagePersistence.create(long messageId)
           
 MBMessage MBMessagePersistenceImpl.create(long messageId)
           
static MBMessage MBMessageUtil.fetchByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistence.fetchByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistenceImpl.fetchByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static MBMessage MBMessageUtil.fetchByUUID_G(String uuid, long groupId)
           
 MBMessage MBMessagePersistence.fetchByUUID_G(String uuid, long groupId)
           
 MBMessage MBMessagePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
           
static MBMessage MBMessageUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 MBMessage MBMessagePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 MBMessage MBMessagePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
static MBMessage MBMessageUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistence.findByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistenceImpl.findByPrimaryKey(long messageId)
           
 MBMessage MBMessagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static MBMessage MBMessageUtil.findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static MBMessage MBMessageUtil.findByUUID_G(String uuid, long groupId)
           
 MBMessage MBMessagePersistence.findByUUID_G(String uuid, long groupId)
           
 MBMessage MBMessagePersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static MBMessage MBMessageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBMessage MBMessagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static MBMessage[] MBMessageUtil.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistence.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
           
 MBMessage[] MBMessagePersistenceImpl.findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_S_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_S_PrevAndNext(Session session, MBMessage mbMessage, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBMessage mbMessage, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByGroupId_PrevAndNext(Session session, MBMessage mbMessage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_P_PrevAndNext(Session session, MBMessage mbMessage, long threadId, long parentMessageId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadId_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadReplies_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByTR_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUserId_PrevAndNext(Session session, MBMessage mbMessage, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUuid_PrevAndNext(Session session, MBMessage mbMessage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MBMessage MBMessageUtil.remove(long messageId)
           
 MBMessage MBMessagePersistence.remove(long messageId)
           
 MBMessage MBMessagePersistenceImpl.remove(long messageId)
           
static MBMessage MBMessageUtil.remove(MBMessage mbMessage)
           
 MBMessage MBMessagePersistenceImpl.remove(Serializable primaryKey)
           
protected  MBMessage MBMessagePersistenceImpl.removeImpl(MBMessage mbMessage)
           
protected  MBMessage MBMessagePersistenceImpl.toUnwrappedModel(MBMessage mbMessage)
           
static MBMessage MBMessageUtil.update(MBMessage mbMessage, boolean merge)
           
static MBMessage MBMessageUtil.update(MBMessage mbMessage, boolean merge, ServiceContext serviceContext)
           
static MBMessage MBMessageUtil.updateImpl(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessagePersistence.updateImpl(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessagePersistenceImpl.updateImpl(MBMessage mbMessage, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBMessage
static List<MBMessage> MBMessageUtil.filterFindByG_C_S(long groupId, long categoryId, int status)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_S(long groupId, long categoryId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T(long groupId, long categoryId, long threadId)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T(long groupId, long categoryId, long threadId)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T(long groupId, long categoryId, long threadId)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C(long groupId, long categoryId)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C(long groupId, long categoryId)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C(long groupId, long categoryId)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_S(long groupId, int status)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_S(long groupId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_S(long groupId, int status)
           
static List<MBMessage> MBMessageUtil.filterFindByG_S(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_S(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U_S(long groupId, long userId, int status)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U_S(long groupId, long userId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U_S(long groupId, long userId, int status)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U(long groupId, long userId)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U(long groupId, long userId)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U(long groupId, long userId)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.filterFindByGroupId(long groupId)
           
 List<MBMessage> MBMessagePersistence.filterFindByGroupId(long groupId)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByGroupId(long groupId)
           
static List<MBMessage> MBMessageUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<MBMessage> MBMessageUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findAll()
           
 List<MBMessage> MBMessagePersistence.findAll()
           
 List<MBMessage> MBMessagePersistenceImpl.findAll()
           
static List<MBMessage> MBMessageUtil.findAll(int start, int end)
           
 List<MBMessage> MBMessagePersistence.findAll(int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findAll(int start, int end)
           
static List<MBMessage> MBMessageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByC_C_S(long classNameId, long classPK, int status)
           
 List<MBMessage> MBMessagePersistence.findByC_C_S(long classNameId, long classPK, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C_S(long classNameId, long classPK, int status)
           
static List<MBMessage> MBMessageUtil.findByC_C_S(long classNameId, long classPK, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByC_C_S(long classNameId, long classPK, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C_S(long classNameId, long classPK, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK)
           
 List<MBMessage> MBMessagePersistence.findByC_C(long classNameId, long classPK)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C(long classNameId, long classPK)
           
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status)
           
 List<MBMessage> MBMessagePersistence.findByC_S(long companyId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_S(long companyId, int status)
           
static List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByC_S(long companyId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_S(long companyId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByCompanyId(long companyId)
           
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByCompanyId(long companyId)
           
static List<MBMessage> MBMessageUtil.findByCompanyId(long companyId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status)
           
 List<MBMessage> MBMessagePersistence.findByG_C_S(long groupId, long categoryId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_S(long groupId, long categoryId, int status)
           
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
           
static List<MBMessage> MBMessageUtil.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T(long groupId, long categoryId, long threadId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T(long groupId, long categoryId, long threadId)
           
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId)
           
 List<MBMessage> MBMessagePersistence.findByG_C(long groupId, long categoryId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C(long groupId, long categoryId)
           
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status)
           
 List<MBMessage> MBMessagePersistence.findByG_S(long groupId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_S(long groupId, int status)
           
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_S(long groupId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_S(long groupId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_U_S(long groupId, long userId, int status)
           
 List<MBMessage> MBMessagePersistence.findByG_U_S(long groupId, long userId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U_S(long groupId, long userId, int status)
           
static List<MBMessage> MBMessageUtil.findByG_U_S(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_U_S(long groupId, long userId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U_S(long groupId, long userId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId)
           
 List<MBMessage> MBMessagePersistence.findByG_U(long groupId, long userId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U(long groupId, long userId)
           
static List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByG_U(long groupId, long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByGroupId(long groupId)
           
 List<MBMessage> MBMessagePersistence.findByGroupId(long groupId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByGroupId(long groupId)
           
static List<MBMessage> MBMessageUtil.findByGroupId(long groupId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByGroupId(long groupId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageFinderUtil.findByNoAssets()
           
 List<MBMessage> MBMessageFinder.findByNoAssets()
           
 List<MBMessage> MBMessageFinderImpl.findByNoAssets()
           
static List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId)
           
 List<MBMessage> MBMessagePersistence.findByT_P(long threadId, long parentMessageId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_P(long threadId, long parentMessageId)
           
static List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByT_P(long threadId, long parentMessageId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_P(long threadId, long parentMessageId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status)
           
 List<MBMessage> MBMessagePersistence.findByT_S(long threadId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_S(long threadId, int status)
           
static List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByT_S(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_S(long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId)
           
 List<MBMessage> MBMessagePersistence.findByThreadId(long threadId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadId(long threadId)
           
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByThreadId(long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadId(long threadId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId)
           
 List<MBMessage> MBMessagePersistence.findByThreadReplies(long threadId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadReplies(long threadId)
           
static List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByThreadReplies(long threadId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadReplies(long threadId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status)
           
 List<MBMessage> MBMessagePersistence.findByTR_S(long threadId, int status)
           
 List<MBMessage> MBMessagePersistenceImpl.findByTR_S(long threadId, int status)
           
static List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByTR_S(long threadId, int status, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByTR_S(long threadId, int status, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByUserId(long userId)
           
 List<MBMessage> MBMessagePersistence.findByUserId(long userId)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUserId(long userId)
           
static List<MBMessage> MBMessageUtil.findByUserId(long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByUserId(long userId, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findByUuid(String uuid)
           
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUuid(String uuid)
           
static List<MBMessage> MBMessageUtil.findByUuid(String uuid, int start, int end)
           
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid, int start, int end)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<MBMessage> MBMessageUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<MBMessage> MBMessagePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBMessage> MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBMessage
static void MBMessageUtil.cacheResult(MBMessage mbMessage)
           
 void MBMessagePersistence.cacheResult(MBMessage mbMessage)
           
 void MBMessagePersistenceImpl.cacheResult(MBMessage mbMessage)
           
static void MBMessageUtil.clearCache(MBMessage mbMessage)
           
 void MBMessagePersistenceImpl.clearCache(MBMessage mbMessage)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_C_S_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByC_S_PrevAndNext(Session session, MBMessage mbMessage, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBMessage mbMessage, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_C_T_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByG_U_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByGroupId_PrevAndNext(Session session, MBMessage mbMessage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_P_PrevAndNext(Session session, MBMessage mbMessage, long threadId, long parentMessageId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByT_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadId_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByThreadReplies_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByTR_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUserId_PrevAndNext(Session session, MBMessage mbMessage, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage MBMessagePersistenceImpl.getByUuid_PrevAndNext(Session session, MBMessage mbMessage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MBMessage MBMessageUtil.remove(MBMessage mbMessage)
           
protected  MBMessage MBMessagePersistenceImpl.removeImpl(MBMessage mbMessage)
           
protected  MBMessage MBMessagePersistenceImpl.toUnwrappedModel(MBMessage mbMessage)
           
static MBMessage MBMessageUtil.update(MBMessage mbMessage, boolean merge)
           
static MBMessage MBMessageUtil.update(MBMessage mbMessage, boolean merge, ServiceContext serviceContext)
           
static MBMessage MBMessageUtil.updateImpl(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessagePersistence.updateImpl(MBMessage mbMessage, boolean merge)
           
 MBMessage MBMessagePersistenceImpl.updateImpl(MBMessage mbMessage, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBMessage
static void MBMessageUtil.cacheResult(List<MBMessage> mbMessages)
           
 void MBMessagePersistence.cacheResult(List<MBMessage> mbMessages)
           
 void MBMessagePersistenceImpl.cacheResult(List<MBMessage> mbMessages)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type MBMessage
static void MBUtil.addPortletBreadcrumbEntries(MBMessage message, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static long MBUtil.getCategoryId(javax.servlet.http.HttpServletRequest request, MBMessage message)
           
static String BBCodeUtil.getHTML(MBMessage message)
           
 

Uses of MBMessage in com.liferay.portlet.messageboards.util.comparator
 

Methods in com.liferay.portlet.messageboards.util.comparator with parameters of type MBMessage
 int MessageThreadComparator.compare(MBMessage msg1, MBMessage msg2)
           
 


Liferay 6.0.3