Liferay 7.0-ce-b4

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

Packages that use MBThread
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.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.messageboards.util.comparator   
 

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

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

Fields in com.liferay.portlet.messageboards.model with type parameters of type MBThread
static Accessor<MBThread,Long> MBThread.THREAD_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.messageboards.model that return MBThread
 MBThread MBMessageDisplay.getNextThread()
           
 MBThread MBMessageDisplay.getPreviousThread()
           
 MBThread MBMessage.getThread()
           
 MBThread MBMessageDisplay.getThread()
           
 MBThread MBMessageWrapper.getThread()
           
 MBThread MBThreadWrapper.getWrappedModel()
           
 MBThread MBThreadWrapper.toEscapedModel()
           
 MBThread MBThreadModel.toEscapedModel()
           
 MBThread MBThreadWrapper.toUnescapedModel()
           
 MBThread MBThreadModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBThread
 CacheModel<MBThread> MBThreadWrapper.toCacheModel()
           
 CacheModel<MBThread> MBThreadModel.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBThread
 int MBThreadWrapper.compareTo(MBThread mbThread)
           
 int MBThreadModel.compareTo(MBThread mbThread)
           
static MBThreadSoap MBThreadSoap.toSoapModel(MBThread model)
           
static MBThreadSoap[] MBThreadSoap.toSoapModels(MBThread[] models)
           
static MBThreadSoap[][] MBThreadSoap.toSoapModels(MBThread[][] models)
           
 

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

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBThread
MBThreadWrapper(MBThread mbThread)
           
 

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

Classes in com.liferay.portlet.messageboards.model.impl that implement MBThread
 class MBThreadBaseImpl
          The extended model base implementation for the MBThread service.
 class MBThreadImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBThread
 MBThread MBMessageDisplayImpl.getNextThread()
           
 MBThread MBMessageDisplayImpl.getPreviousThread()
           
 MBThread MBMessageImpl.getThread()
           
 MBThread MBMessageDisplayImpl.getThread()
           
 MBThread MBThreadCacheModel.toEntityModel()
           
 MBThread MBThreadModelImpl.toEscapedModel()
           
static MBThread MBThreadModelImpl.toModel(MBThreadSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBThread
 CacheModel<MBThread> MBThreadModelImpl.toCacheModel()
           
static List<MBThread> MBThreadModelImpl.toModels(MBThreadSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBThread
 int MBThreadModelImpl.compareTo(MBThread mbThread)
           
 

Constructors in com.liferay.portlet.messageboards.model.impl with parameters of type MBThread
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, MBMessageLocalService messageLocalService, Comparator<MBMessage> comparator)
           
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, String threadView, MBMessageLocalService messageLocalService, Comparator<MBMessage> comparator)
          Deprecated. As of 7.0.0, replaced by MBMessageDisplayImpl.MBMessageDisplayImpl(MBMessage, MBMessage, MBCategory, MBThread, MBThread, MBThread, int, MBMessageLocalService, Comparator)
 

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

Methods in com.liferay.portlet.messageboards.service that return MBThread
 MBThread MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
static MBThread MBThreadLocalServiceUtil.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThread MBThreadLocalServiceWrapper.addThread(long categoryId, MBMessage message, ServiceContext serviceContext)
           
static MBThread MBThreadLocalServiceUtil.addThread(long categoryId, MBMessage message, ServiceContext serviceContext)
           
 MBThread MBThreadLocalService.addThread(long categoryId, MBMessage message, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.createMBThread(long threadId)
          Creates a new message boards thread with the primary key.
static MBThread MBThreadLocalServiceUtil.createMBThread(long threadId)
          Creates a new message boards thread with the primary key.
 MBThread MBThreadLocalService.createMBThread(long threadId)
          Creates a new message boards thread with the primary key.
 MBThread MBThreadLocalServiceWrapper.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
static MBThread MBThreadLocalServiceUtil.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 MBThread MBThreadLocalService.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 MBThread MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
static MBThread MBThreadLocalServiceUtil.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThread MBThreadLocalService.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThread MBThreadLocalServiceWrapper.fetchMBThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.fetchMBThread(long threadId)
           
 MBThread MBThreadLocalService.fetchMBThread(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.fetchMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
static MBThread MBThreadLocalServiceUtil.fetchMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalService.fetchMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalServiceWrapper.fetchThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.fetchThread(long threadId)
           
 MBThread MBThreadLocalService.fetchThread(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
static MBThread MBThreadLocalServiceUtil.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
 MBThread MBThreadLocalService.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
 MBThread MBThreadLocalServiceWrapper.getMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
static MBThread MBThreadLocalServiceUtil.getMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalService.getMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalServiceWrapper.getThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.getThread(long threadId)
           
 MBThread MBThreadLocalService.getThread(long threadId)
           
 MBThread MBThreadService.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadServiceWrapper.moveThread(long categoryId, long threadId)
           
static MBThread MBThreadServiceUtil.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceWrapper.moveThread(long groupId, long categoryId, long threadId)
           
static MBThread MBThreadLocalServiceUtil.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadLocalService.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadService.moveThreadFromTrash(long categoryId, long threadId)
           
 MBThread MBThreadServiceWrapper.moveThreadFromTrash(long categoryId, long threadId)
           
static MBThread MBThreadServiceUtil.moveThreadFromTrash(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceWrapper.moveThreadFromTrash(long userId, long categoryId, long threadId)
           
static MBThread MBThreadLocalServiceUtil.moveThreadFromTrash(long userId, long categoryId, long threadId)
           
 MBThread MBThreadLocalService.moveThreadFromTrash(long userId, long categoryId, long threadId)
           
 MBThread MBThreadService.moveThreadToTrash(long threadId)
           
 MBThread MBThreadServiceWrapper.moveThreadToTrash(long threadId)
           
static MBThread MBThreadServiceUtil.moveThreadToTrash(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.moveThreadToTrash(long userId, long threadId)
           
static MBThread MBThreadLocalServiceUtil.moveThreadToTrash(long userId, long threadId)
           
 MBThread MBThreadLocalService.moveThreadToTrash(long userId, long threadId)
           
 MBThread MBThreadLocalServiceWrapper.moveThreadToTrash(long userId, MBThread thread)
           
static MBThread MBThreadLocalServiceUtil.moveThreadToTrash(long userId, MBThread thread)
           
 MBThread MBThreadLocalService.moveThreadToTrash(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceWrapper.splitThread(long userId, long messageId, String subject, ServiceContext serviceContext)
           
static MBThread MBThreadLocalServiceUtil.splitThread(long userId, long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadLocalService.splitThread(long userId, long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadService.splitThread(long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadServiceWrapper.splitThread(long messageId, String subject, ServiceContext serviceContext)
           
static MBThread MBThreadServiceUtil.splitThread(long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 MBThread MBThreadLocalServiceWrapper.updateMessageCount(long threadId)
           
static MBThread MBThreadLocalServiceUtil.updateMessageCount(long threadId)
           
 MBThread MBThreadLocalService.updateMessageCount(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.updateStatus(long userId, long threadId, int status)
           
static MBThread MBThreadLocalServiceUtil.updateStatus(long userId, long threadId, int status)
           
 MBThread MBThreadLocalService.updateStatus(long userId, long threadId, int status)
           
 MBThread MBThreadLocalServiceWrapper.updateThread(long threadId, int viewCount)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceWrapper.incrementViewCounter(long, int)
static MBThread MBThreadLocalServiceUtil.updateThread(long threadId, int viewCount)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceUtil.incrementViewCounter(long, int)
 MBThread MBThreadLocalService.updateThread(long threadId, int viewCount)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalService.incrementViewCounter(long, int)
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBThread
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceWrapper.getGroupThreads(long, QueryDefinition)
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceUtil.getGroupThreads(long, QueryDefinition)
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalService.getGroupThreads(long, QueryDefinition)
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceWrapper.getGroupThreads(long, long, boolean, boolean, QueryDefinition)
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceUtil.getGroupThreads(long, long, boolean, boolean, QueryDefinition)
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalService.getGroupThreads(long, long, boolean, boolean, QueryDefinition)
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceWrapper.getGroupThreads(long, long, boolean, QueryDefinition)
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceUtil.getGroupThreads(long, long, boolean, QueryDefinition)
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalService.getGroupThreads(long, long, boolean, QueryDefinition)
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceWrapper.getGroupThreads(long, long, QueryDefinition)
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceUtil.getGroupThreads(long, long, QueryDefinition)
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalService.getGroupThreads(long, long, QueryDefinition)
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreads(int start, int end)
          Returns a range of all the message boards threads.
static List<MBThread> MBThreadLocalServiceUtil.getMBThreads(int start, int end)
          Returns a range of all the message boards threads.
 List<MBThread> MBThreadLocalService.getMBThreads(int start, int end)
          Returns a range of all the message boards threads.
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreadsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards threads matching the UUID and company.
static List<MBThread> MBThreadLocalServiceUtil.getMBThreadsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
static List<MBThread> MBThreadLocalServiceUtil.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalServiceWrapper.getNoAssetThreads()
           
static List<MBThread> MBThreadLocalServiceUtil.getNoAssetThreads()
           
 List<MBThread> MBThreadLocalService.getNoAssetThreads()
           
 List<MBThread> MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId, double priority)
           
static List<MBThread> MBThreadLocalServiceUtil.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
static List<MBThread> MBThreadLocalServiceUtil.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 List<MBThread> MBThreadLocalService.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 List<MBThread> MBThreadLocalServiceWrapper.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadService.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getThreads(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.getThreads(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalService.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBThread
 MBThread MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
static MBThread MBThreadLocalServiceUtil.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThreadFlag MBThreadFlagLocalService.addThreadFlag(long userId, MBThread thread, ServiceContext serviceContext)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.addThreadFlag(long userId, MBThread thread, ServiceContext serviceContext)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.addThreadFlag(long userId, MBThread thread, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
static MBThread MBThreadLocalServiceUtil.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThread MBThreadLocalService.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 void MBThreadLocalServiceWrapper.deleteThread(MBThread thread)
           
static void MBThreadLocalServiceUtil.deleteThread(MBThread thread)
           
 void MBThreadLocalService.deleteThread(MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalService.getThreadFlag(long userId, MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId, MBThread thread)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.getThreadFlag(long userId, MBThread thread)
           
 boolean MBThreadFlagLocalService.hasThreadFlag(long userId, MBThread thread)
           
 boolean MBThreadFlagLocalServiceWrapper.hasThreadFlag(long userId, MBThread thread)
           
static boolean MBThreadFlagLocalServiceUtil.hasThreadFlag(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceWrapper.moveThreadToTrash(long userId, MBThread thread)
           
static MBThread MBThreadLocalServiceUtil.moveThreadToTrash(long userId, MBThread thread)
           
 MBThread MBThreadLocalService.moveThreadToTrash(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.messageboards.service with type arguments of type MBThread
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalService.getGroupThreadsCount(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
static List<MBThread> MBThreadLocalServiceUtil.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 

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

Methods in com.liferay.portlet.messageboards.service.base that return MBThread
 MBThread MBThreadLocalServiceBaseImpl.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThread MBThreadLocalServiceBaseImpl.createMBThread(long threadId)
          Creates a new message boards thread with the primary key.
 MBThread MBThreadLocalServiceBaseImpl.deleteMBThread(long threadId)
          Deletes the message boards thread with the primary key from the database.
 MBThread MBThreadLocalServiceBaseImpl.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThread MBThreadLocalServiceBaseImpl.fetchMBThread(long threadId)
           
 MBThread MBThreadLocalServiceBaseImpl.fetchMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalServiceBaseImpl.getMBThread(long threadId)
          Returns the message boards thread with the primary key.
 MBThread MBThreadLocalServiceBaseImpl.getMBThreadByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread matching the UUID and group.
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBThread
 List<MBThread> MBThreadLocalServiceBaseImpl.getMBThreads(int start, int end)
          Returns a range of all the message boards threads.
 List<MBThread> MBThreadLocalServiceBaseImpl.getMBThreadsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards threads matching the UUID and company.
 List<MBThread> MBThreadLocalServiceBaseImpl.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThread
 MBThread MBThreadLocalServiceBaseImpl.addMBThread(MBThread mbThread)
          Adds the message boards thread to the database.
 MBThread MBThreadLocalServiceBaseImpl.deleteMBThread(MBThread mbThread)
          Deletes the message boards thread from the database.
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread)
          Updates the message boards thread in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.messageboards.service.base with type arguments of type MBThread
 List<MBThread> MBThreadLocalServiceBaseImpl.getMBThreadsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns a range of message boards threads matching the UUID and company.
 

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

Methods in com.liferay.portlet.messageboards.service.http that return MBThread
static MBThread MBThreadServiceHttp.moveThread(HttpPrincipal httpPrincipal, long categoryId, long threadId)
           
static MBThread MBThreadServiceHttp.moveThreadFromTrash(HttpPrincipal httpPrincipal, long categoryId, long threadId)
           
static MBThread MBThreadServiceHttp.moveThreadToTrash(HttpPrincipal httpPrincipal, long threadId)
           
static MBThread MBThreadServiceHttp.splitThread(HttpPrincipal httpPrincipal, long messageId, String subject, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.http that return types with arguments of type MBThread
static List<MBThread> MBThreadServiceHttp.getGroupThreads(HttpPrincipal httpPrincipal, long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
static List<MBThread> MBThreadServiceHttp.getGroupThreads(HttpPrincipal httpPrincipal, long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
static List<MBThread> MBThreadServiceHttp.getGroupThreads(HttpPrincipal httpPrincipal, long groupId, long userId, int status, boolean subscribed, int start, int end)
           
static List<MBThread> MBThreadServiceHttp.getGroupThreads(HttpPrincipal httpPrincipal, long groupId, long userId, int status, int start, int end)
           
static List<MBThread> MBThreadServiceHttp.getThreads(HttpPrincipal httpPrincipal, long groupId, long categoryId, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBThread
 MBThread MBThreadLocalServiceImpl.addThread(long categoryId, MBMessage message, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceImpl.fetchThread(long threadId)
           
 MBThread MBThreadLocalServiceImpl.getThread(long threadId)
           
 MBThread MBThreadServiceImpl.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceImpl.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadServiceImpl.moveThreadFromTrash(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceImpl.moveThreadFromTrash(long userId, long categoryId, long threadId)
           
 MBThread MBThreadServiceImpl.moveThreadToTrash(long threadId)
           
 MBThread MBThreadLocalServiceImpl.moveThreadToTrash(long userId, long threadId)
           
 MBThread MBThreadLocalServiceImpl.moveThreadToTrash(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceImpl.splitThread(long userId, long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadServiceImpl.splitThread(long messageId, String subject, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceImpl.updateMessageCount(long threadId)
           
 MBThread MBThreadLocalServiceImpl.updateStatus(long userId, long threadId, int status)
           
 MBThread MBThreadLocalServiceImpl.updateThread(long threadId, int viewCount)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceImpl.incrementViewCounter(long, int)
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBThread
protected  List<MBThread> MBThreadServiceImpl.doGetGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceImpl.getGroupThreads(long, QueryDefinition)
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadServiceImpl.getGroupThreads(long groupId, long userId, Date modifiedDate, int status, int start, int end)
           
 List<MBThread> MBThreadServiceImpl.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceImpl.getGroupThreads(long, long, boolean, boolean, QueryDefinition)
 List<MBThread> MBThreadServiceImpl.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceImpl.getGroupThreads(long, long, boolean, QueryDefinition)
 List<MBThread> MBThreadServiceImpl.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, int status, int start, int end)
          Deprecated. As of 6.2.0, replaced by MBThreadLocalServiceImpl.getGroupThreads(long, long, QueryDefinition)
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getNoAssetThreads()
           
 List<MBThread> MBThreadLocalServiceImpl.getPriorityThreads(long categoryId, double priority)
           
 List<MBThread> MBThreadLocalServiceImpl.getPriorityThreads(long categoryId, double priority, boolean inherit)
           
 List<MBThread> MBThreadServiceImpl.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceImpl.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type MBThread
 MBThreadFlag MBThreadFlagLocalServiceImpl.addThreadFlag(long userId, MBThread thread, ServiceContext serviceContext)
           
 void MBThreadLocalServiceImpl.deleteThread(MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalServiceImpl.getThreadFlag(long userId, MBThread thread)
           
 boolean MBThreadFlagLocalServiceImpl.hasThreadFlag(long userId, MBThread thread)
           
protected  void MBThreadLocalServiceImpl.moveAttachmentsFolders(MBMessage message, long oldAttachmentsFolderId, MBThread oldThread, MBThread newThread, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceImpl.moveThreadToTrash(long userId, MBThread thread)
           
protected  void MBMessageLocalServiceImpl.updateThreadStatus(MBThread thread, MBMessage message, User user, int oldStatus, Date modifiedDate)
           
 

Method parameters in com.liferay.portlet.messageboards.service.impl with type arguments of type MBThread
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceImpl.getGroupThreadsCount(long groupId, long userId, boolean subscribed, boolean includeAnonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceImpl.getGroupThreadsCount(long groupId, long userId, boolean subscribed, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceImpl.getGroupThreadsCount(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadLocalServiceImpl.getGroupThreadsCount(long groupId, QueryDefinition<MBThread> queryDefinition)
           
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBThread
 MBThread MBThreadPersistence.create(long threadId)
          Creates a new message boards thread with the primary key.
static MBThread MBThreadUtil.create(long threadId)
          Creates a new message boards thread with the primary key.
 MBThread MBThreadPersistence.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or returns null if it could not be found.
static MBThread MBThreadUtil.fetchByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or returns null if it could not be found.
 MBThread MBThreadPersistence.fetchByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found.
static MBThread MBThreadUtil.fetchByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found.
 MBThread MBThreadPersistence.fetchByRootMessageId(long rootMessageId, boolean retrieveFromCache)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache.
static MBThread MBThreadUtil.fetchByRootMessageId(long rootMessageId, boolean retrieveFromCache)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache.
 MBThread MBThreadPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found.
static MBThread MBThreadUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found.
 MBThread MBThreadPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBThread MBThreadUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBThread MBThreadPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
static MBThread[] MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
 MBThread MBThreadPersistence.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread[] MBThreadUtil.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread[] MBThreadUtil.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.findByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
static MBThread MBThreadUtil.findByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistence.findByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found.
static MBThread MBThreadUtil.findByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread[] MBThreadUtil.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or throws a NoSuchThreadException if it could not be found.
static MBThread MBThreadUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistence.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
static MBThread[] MBThreadUtil.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
static MBThread MBThreadUtil.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
 MBThread MBThreadPersistence.removeByRootMessageId(long rootMessageId)
          Removes the message boards thread where rootMessageId = ? from the database.
static MBThread MBThreadUtil.removeByRootMessageId(long rootMessageId)
          Removes the message boards thread where rootMessageId = ? from the database.
 MBThread MBThreadPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards thread where uuid = ? and groupId = ? from the database.
static MBThread MBThreadUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards thread where uuid = ? and groupId = ? from the database.
static MBThread MBThreadUtil.update(MBThread mbThread)
           
static MBThread MBThreadUtil.update(MBThread mbThread, ServiceContext serviceContext)
           
 MBThread MBThreadPersistence.updateImpl(MBThread mbThread)
           
static MBThread MBThreadUtil.updateImpl(MBThread mbThread)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThread
 Map<Serializable,MBThread> MBThreadPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,MBThread> MBThreadUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<MBThread> MBThreadPersistence.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadFinder.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadFinderUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinder.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_S(long groupId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_S(long groupId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByGroupId(long groupId)
          Returns all the message boards threads that the user has permission to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId)
          Returns all the message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
 List<MBThread> MBThreadFinder.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.findAll()
          Returns all the message boards threads.
static List<MBThread> MBThreadUtil.findAll()
          Returns all the message boards threads.
 List<MBThread> MBThreadPersistence.findAll(int start, int end)
          Returns a range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end)
          Returns a range of all the message boards threads.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority)
          Returns all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority)
          Returns all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end)
          Returns a range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end)
          Returns a range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinder.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status)
          Returns all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status)
          Returns all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadFinder.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId)
          Returns all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId)
          Returns all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority)
          Returns all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority)
          Returns all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end)
          Returns a range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end)
          Returns a range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadFinder.findByNoAssets()
           
static List<MBThread> MBThreadFinderUtil.findByNoAssets()
           
 List<MBThread> MBThreadFinder.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId)
          Returns all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid)
          Returns all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid)
          Returns all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBThread> orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBThread
 void MBThreadPersistence.cacheResult(MBThread mbThread)
          Caches the message boards thread in the entity cache if it is enabled.
static void MBThreadUtil.cacheResult(MBThread mbThread)
          Caches the message boards thread in the entity cache if it is enabled.
static void MBThreadUtil.clearCache(MBThread mbThread)
           
static MBThread MBThreadUtil.update(MBThread mbThread)
           
static MBThread MBThreadUtil.update(MBThread mbThread, ServiceContext serviceContext)
           
 MBThread MBThreadPersistence.updateImpl(MBThread mbThread)
           
static MBThread MBThreadUtil.updateImpl(MBThread mbThread)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBThread
 void MBThreadPersistence.cacheResult(List<MBThread> mbThreads)
          Caches the message boards threads in the entity cache if it is enabled.
static void MBThreadUtil.cacheResult(List<MBThread> mbThreads)
          Caches the message boards threads in the entity cache if it is enabled.
 int MBThreadFinder.countByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.countByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.countByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistence.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 int MBThreadFinder.filterCountByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.filterCountByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinder.filterCountByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static int MBThreadFinderUtil.filterCountByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 MBThread[] MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinder.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread[] MBThreadPersistence.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
static MBThread[] MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
static List<MBThread> MBThreadUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
 List<MBThread> MBThreadFinder.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
 MBThread MBThreadPersistence.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread MBThreadUtil.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
static MBThread[] MBThreadUtil.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 MBThread MBThreadPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread MBThreadUtil.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
static MBThread[] MBThreadUtil.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
static MBThread[] MBThreadUtil.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinder.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistence.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread MBThreadUtil.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
static MBThread[] MBThreadUtil.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistence.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread MBThreadUtil.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
static MBThread[] MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistence.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadFinder.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
 MBThread MBThreadPersistence.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistence.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread MBThreadUtil.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread[] MBThreadPersistence.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
static MBThread[] MBThreadUtil.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistence.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
static List<MBThread> MBThreadUtil.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadFinder.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinder.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
static List<MBThread> MBThreadFinderUtil.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread MBThreadUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
static MBThread[] MBThreadUtil.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
static List<MBThread> MBThreadUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 MBThread MBThreadPersistence.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistence.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
static MBThread MBThreadUtil.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistence.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
static MBThread[] MBThreadUtil.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
static List<MBThread> MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBThread> orderByComparator)
           
 

Uses of MBThread in com.liferay.portlet.messageboards.service.persistence.impl
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that return MBThread
 MBThread MBThreadPersistenceImpl.create(long threadId)
          Creates a new message boards thread with the primary key.
 MBThread MBThreadPersistenceImpl.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or returns null if it could not be found.
 MBThread MBThreadPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the message boards thread with the primary key or returns null if it could not be found.
 MBThread MBThreadPersistenceImpl.fetchByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found.
 MBThread MBThreadPersistenceImpl.fetchByRootMessageId(long rootMessageId, boolean retrieveFromCache)
          Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache.
 MBThread MBThreadPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found.
 MBThread MBThreadPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards thread where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBThread MBThreadPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
 MBThread MBThreadPersistenceImpl.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistenceImpl.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistenceImpl.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread[] MBThreadPersistenceImpl.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(long threadId)
          Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards thread with the primary key or throws a NoSuchModelException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByRootMessageId(long rootMessageId)
          Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistenceImpl.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the message boards thread where uuid = ? and groupId = ? or throws a NoSuchThreadException if it could not be found.
 MBThread MBThreadPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistenceImpl.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByL_P_PrevAndNext(Session session, MBThread mbThread, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBThread mbThread, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_PrevAndNext(Session session, MBThread mbThread, String uuid, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
 MBThread MBThreadPersistenceImpl.remove(long threadId)
          Removes the message boards thread with the primary key from the database.
 MBThread MBThreadPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards thread with the primary key from the database.
 MBThread MBThreadPersistenceImpl.removeByRootMessageId(long rootMessageId)
          Removes the message boards thread where rootMessageId = ? from the database.
 MBThread MBThreadPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards thread where uuid = ? and groupId = ? from the database.
protected  MBThread MBThreadPersistenceImpl.removeImpl(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.toUnwrappedModel(MBThread mbThread)
           
 MBThread MBThreadPersistenceImpl.updateImpl(MBThread mbThread)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that return types with arguments of type MBThread
protected  List<MBThread> MBThreadFinderImpl.doFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
protected  List<MBThread> MBThreadFinderImpl.doFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
 Map<Serializable,MBThread> MBThreadPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinderImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinderImpl.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_S(long groupId, int status)
          Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
 List<MBThread> MBThreadFinderImpl.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistenceImpl.findAll()
          Returns all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end)
          Returns a range of all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority)
          Returns all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end)
          Returns a range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
          Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status)
          Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds)
          Returns all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinderImpl.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId)
          Returns all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status)
          Returns all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadFinderImpl.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId)
          Returns all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority)
          Returns all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end)
          Returns a range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadFinderImpl.findByNoAssets()
           
 List<MBThread> MBThreadFinderImpl.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid)
          Returns all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl with parameters of type MBThread
 void MBThreadPersistenceImpl.cacheResult(MBThread mbThread)
          Caches the message boards thread in the entity cache if it is enabled.
 void MBThreadPersistenceImpl.clearCache(MBThread mbThread)
          Clears the cache for the message boards thread.
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByL_P_PrevAndNext(Session session, MBThread mbThread, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBThread mbThread, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_PrevAndNext(Session session, MBThread mbThread, String uuid, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.removeImpl(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.toUnwrappedModel(MBThread mbThread)
           
 MBThread MBThreadPersistenceImpl.updateImpl(MBThread mbThread)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence.impl with type arguments of type MBThread
 void MBThreadPersistenceImpl.cacheResult(List<MBThread> mbThreads)
          Caches the message boards threads in the entity cache if it is enabled.
 void MBThreadPersistenceImpl.clearCache(List<MBThread> mbThreads)
           
 int MBThreadFinderImpl.countByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.countByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
protected  int MBThreadFinderImpl.doCountByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
protected  int MBThreadFinderImpl.doCountByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
protected  int MBThreadFinderImpl.doCountByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
protected  List<MBThread> MBThreadFinderImpl.doFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
protected  List<MBThread> MBThreadFinderImpl.doFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition, boolean inlineSQLHelper)
           
 MBThread MBThreadPersistenceImpl.fetchByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.fetchByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 int MBThreadFinderImpl.filterCountByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 int MBThreadFinderImpl.filterCountByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinderImpl.filterFindByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.filterFindByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?.
 List<MBThread> MBThreadFinderImpl.filterFindByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads.
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads.
 MBThread MBThreadPersistenceImpl.findByC_P_First(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByC_P_Last(long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?.
 MBThread[] MBThreadPersistenceImpl.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_C_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?, optionally using the finder cache.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?.
 List<MBThread> MBThreadFinderImpl.findByG_C(long groupId, long categoryId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistenceImpl.findByG_NotC_First(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_NotS_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_NotS_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_NotS_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_NotS(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?.
 MBThread MBThreadPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread MBThreadPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ? and status = ?.
 MBThread[] MBThreadPersistenceImpl.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ? and status = ?.
 List<MBThread> MBThreadFinderImpl.findByG_U_A(long groupId, long userId, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_C_A(long groupId, long userId, long[] categoryIds, boolean anonymous, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U_LPD(long groupId, long userId, Date lastPostDate, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByG_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where groupId = ?.
 MBThread[] MBThreadPersistenceImpl.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where groupId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where groupId = ?.
 MBThread MBThreadPersistenceImpl.findByL_P_First(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread MBThreadPersistenceImpl.findByL_P_Last(Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 MBThread[] MBThreadPersistenceImpl.findByL_P_PrevAndNext(long threadId, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadPersistenceImpl.findByL_P(Date lastPostDate, double priority, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?.
 List<MBThread> MBThreadFinderImpl.findByS_G_U_C(long groupId, long userId, long[] categoryIds, QueryDefinition<MBThread> queryDefinition)
           
 List<MBThread> MBThreadFinderImpl.findByS_G_U(long groupId, long userId, QueryDefinition<MBThread> queryDefinition)
           
 MBThread MBThreadPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?.
 MBThread[] MBThreadPersistenceImpl.findByUuid_C_PrevAndNext(long threadId, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the first message boards thread in the ordered set where uuid = ?.
 MBThread MBThreadPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the last message boards thread in the ordered set where uuid = ?.
 MBThread[] MBThreadPersistenceImpl.findByUuid_PrevAndNext(long threadId, String uuid, OrderByComparator<MBThread> orderByComparator)
          Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator)
          Returns an ordered range of all the message boards threads where uuid = ?.
 List<MBThread> MBThreadPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBThread> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards threads where uuid = ?.
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_NotS_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByL_P_PrevAndNext(Session session, MBThread mbThread, Date lastPostDate, double priority, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBThread mbThread, String uuid, long companyId, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByUuid_PrevAndNext(Session session, MBThread mbThread, String uuid, OrderByComparator<MBThread> orderByComparator, boolean previous)
           
protected  String MBThreadFinderImpl.updateSQL(String sql, QueryDefinition<MBThread> queryDefinition)
           
 

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

Methods in com.liferay.portlet.messageboards.util with parameters of type MBThread
protected  void MBThreadIndexer.doDelete(MBThread mbThread)
           
protected  Document MBThreadIndexer.doGetDocument(MBThread mbThread)
           
protected  void MBThreadIndexer.doReindex(MBThread mbThread)
           
 

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

Methods in com.liferay.portlet.messageboards.util.comparator with parameters of type MBThread
 int ThreadLastPostDateComparator.compare(MBThread thread1, MBThread thread2)
           
 


Liferay 7.0-ce-b4