Liferay 6.0.3

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

Packages that use MBThread
com.liferay.portal.tools.samplesqlbuilder   
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   
 

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

Methods in com.liferay.portal.tools.samplesqlbuilder that return MBThread
 MBThread DataFactory.addMBThread(long threadId, long groupId, long categoryId, long rootMessageId, int messageCount, long lastPostByUserId)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type MBThread
 void SampleSQLBuilder.insertMBThread(MBThread mbThread)
           
 

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.
 

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

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 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 MBThreadModelImpl.toEscapedModel()
           
static MBThread MBThreadModelImpl.toModel(MBThreadSoap soapModel)
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBThread
static List<MBThread> MBThreadModelImpl.toModels(MBThreadSoap[] soapModels)
           
 

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, String threadView)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return MBThread
 MBThread MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
           
static MBThread MBThreadLocalServiceUtil.addMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceWrapper.createMBThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.createMBThread(long threadId)
           
 MBThread MBThreadLocalService.createMBThread(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.getMBThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.getMBThread(long threadId)
           
 MBThread MBThreadLocalService.getMBThread(long threadId)
           
 MBThread MBThreadLocalServiceWrapper.getThread(long threadId)
           
static MBThread MBThreadLocalServiceUtil.getThread(long threadId)
           
 MBThread MBThreadLocalService.getThread(long threadId)
           
 MBThread MBThreadServiceWrapper.moveThread(long categoryId, long threadId)
           
static MBThread MBThreadServiceUtil.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadService.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 MBThreadServiceWrapper.splitThread(long messageId, ServiceContext serviceContext)
           
static MBThread MBThreadServiceUtil.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadService.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.splitThread(long messageId, ServiceContext serviceContext)
           
static MBThread MBThreadLocalServiceUtil.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalService.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread)
           
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread, boolean merge)
           
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread, boolean merge)
           
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread, boolean merge)
           
 MBThread MBThreadLocalServiceWrapper.updateThread(long threadId, int viewCount)
           
static MBThread MBThreadLocalServiceUtil.updateThread(long threadId, int viewCount)
           
 MBThread MBThreadLocalService.updateThread(long threadId, int viewCount)
           
 

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)
           
static List<MBThread> MBThreadLocalServiceUtil.getGroupThreads(long groupId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, int status, 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> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, boolean includeAnonymous, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.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)
           
 List<MBThread> MBThreadLocalService.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, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.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)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, boolean subscribed, int start, int end)
           
 List<MBThread> MBThreadServiceWrapper.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
static List<MBThread> MBThreadServiceUtil.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.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)
           
 List<MBThread> MBThreadLocalService.getGroupThreads(long groupId, long userId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.getMBThreads(int start, int end)
           
static List<MBThread> MBThreadLocalServiceUtil.getMBThreads(int start, int end)
           
 List<MBThread> MBThreadLocalService.getMBThreads(int start, int end)
           
 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> MBThreadServiceWrapper.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> MBThreadService.getThreads(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadLocalServiceWrapper.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)
           
 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)
           
static MBThread MBThreadLocalServiceUtil.addMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalService.addMBThread(MBThread mbThread)
           
 void MBMessageFlagLocalServiceWrapper.addReadFlags(long userId, MBThread thread)
           
static void MBMessageFlagLocalServiceUtil.addReadFlags(long userId, MBThread thread)
           
 void MBMessageFlagLocalService.addReadFlags(long userId, MBThread thread)
           
 void MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
           
static void MBThreadLocalServiceUtil.deleteMBThread(MBThread mbThread)
           
 void MBThreadLocalService.deleteMBThread(MBThread mbThread)
           
 void MBThreadLocalServiceWrapper.deleteThread(MBThread thread)
           
static void MBThreadLocalServiceUtil.deleteThread(MBThread thread)
           
 void MBThreadLocalService.deleteThread(MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalServiceWrapper.getReadFlag(long userId, MBThread thread)
           
static MBMessageFlag MBMessageFlagLocalServiceUtil.getReadFlag(long userId, MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalService.getReadFlag(long userId, MBThread thread)
           
 boolean MBMessageFlagLocalServiceWrapper.hasReadFlag(long userId, MBThread thread)
           
static boolean MBMessageFlagLocalServiceUtil.hasReadFlag(long userId, MBThread thread)
           
 boolean MBMessageFlagLocalService.hasReadFlag(long userId, MBThread thread)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread)
           
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread, boolean merge)
           
static MBThread MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread, boolean merge)
           
 MBThread MBThreadLocalService.updateMBThread(MBThread mbThread, boolean merge)
           
 

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)
           
 MBThread MBThreadLocalServiceBaseImpl.createMBThread(long threadId)
           
 MBThread MBThreadLocalServiceBaseImpl.getMBThread(long threadId)
           
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread, boolean merge)
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThread
 MBThread MBThreadLocalServiceBaseImpl.addMBThread(MBThread mbThread)
           
 void MBThreadLocalServiceBaseImpl.deleteMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread)
           
 MBThread MBThreadLocalServiceBaseImpl.updateMBThread(MBThread mbThread, boolean merge)
           
 

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.splitThread(HttpPrincipal httpPrincipal, long messageId, 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, 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)
           
 

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

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

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBThread
protected  MBThread MBThreadLocalServiceImpl.addThread(long categoryId, MBMessage message)
           
 MBThread MBThreadLocalServiceImpl.getThread(long threadId)
           
 MBThread MBThreadServiceImpl.moveThread(long categoryId, long threadId)
           
 MBThread MBThreadLocalServiceImpl.moveThread(long groupId, long categoryId, long threadId)
           
 MBThread MBThreadServiceImpl.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceImpl.splitThread(long messageId, ServiceContext serviceContext)
           
 MBThread MBThreadLocalServiceImpl.updateThread(long threadId, int viewCount)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBThread
 List<MBThread> MBThreadLocalServiceImpl.getGroupThreads(long groupId, 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)
           
 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)
           
 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)
           
 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
 void MBMessageFlagLocalServiceImpl.addReadFlags(long userId, MBThread thread)
           
 void MBThreadLocalServiceImpl.deleteThread(MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalServiceImpl.getReadFlag(long userId, MBThread thread)
           
 boolean MBMessageFlagLocalServiceImpl.hasReadFlag(long userId, MBThread thread)
           
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBThread
static MBThread MBThreadUtil.create(long threadId)
           
 MBThread MBThreadPersistence.create(long threadId)
           
 MBThread MBThreadPersistenceImpl.create(long threadId)
           
static MBThread MBThreadUtil.fetchByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistence.fetchByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistenceImpl.fetchByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static MBThread MBThreadUtil.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByC_P_First(long categoryId, double priority, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByC_P_Last(long categoryId, double priority, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByC_P_PrevAndNext(long threadId, long categoryId, double priority, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_L_First(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_L_Last(long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_C_L_PrevAndNext(long threadId, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_C_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_C_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_NotC_First(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_NotC_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_PrevAndNext(long threadId, long groupId, long categoryId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_NotC_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_NotC_S_PrevAndNext(long threadId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByG_S_PrevAndNext(long threadId, long groupId, int status, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBThread MBThreadPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static MBThread[] MBThreadUtil.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistence.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
           
 MBThread[] MBThreadPersistenceImpl.findByGroupId_PrevAndNext(long threadId, long groupId, OrderByComparator orderByComparator)
           
static MBThread MBThreadUtil.findByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistence.findByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(long threadId)
           
 MBThread MBThreadPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static MBThread MBThreadUtil.remove(long threadId)
           
 MBThread MBThreadPersistence.remove(long threadId)
           
 MBThread MBThreadPersistenceImpl.remove(long threadId)
           
static MBThread MBThreadUtil.remove(MBThread mbThread)
           
 MBThread MBThreadPersistenceImpl.remove(Serializable primaryKey)
           
protected  MBThread MBThreadPersistenceImpl.removeImpl(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.toUnwrappedModel(MBThread mbThread)
           
static MBThread MBThreadUtil.update(MBThread mbThread, boolean merge)
           
static MBThread MBThreadUtil.update(MBThread mbThread, boolean merge, ServiceContext serviceContext)
           
static MBThread MBThreadUtil.updateImpl(MBThread mbThread, boolean merge)
           
 MBThread MBThreadPersistence.updateImpl(MBThread mbThread, boolean merge)
           
 MBThread MBThreadPersistenceImpl.updateImpl(MBThread mbThread, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThread
protected  List<MBThread> MBThreadFinderImpl.doFindByG_C_S(long groupId, long categoryId, int status, int start, int end, boolean inlineSQLHelper)
           
protected  List<MBThread> MBThreadFinderImpl.doFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end, boolean inlineSQLHelper)
           
static List<MBThread> MBThreadFinderUtil.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadFinder.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadFinderImpl.filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadFinderUtil.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadFinder.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadFinderImpl.filterFindByG_C(long groupId, long categoryId, int start, int end)
           
static List<MBThread> MBThreadFinderUtil.filterFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadFinder.filterFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadFinderImpl.filterFindByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
static List<MBThread> MBThreadUtil.findAll()
           
 List<MBThread> MBThreadPersistence.findAll()
           
 List<MBThread> MBThreadPersistenceImpl.findAll()
           
static List<MBThread> MBThreadUtil.findAll(int start, int end)
           
 List<MBThread> MBThreadPersistence.findAll(int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end)
           
static List<MBThread> MBThreadUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority)
           
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority)
           
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority)
           
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end)
           
static List<MBThread> MBThreadUtil.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByC_P(long categoryId, double priority, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
           
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate)
           
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_L(long groupId, long categoryId, Date lastPostDate, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long[] categoryIds, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadFinderUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadFinder.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadFinderImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long[] categoryIds, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status)
           
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status)
           
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId)
           
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId)
           
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_NotC(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status)
           
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status)
           
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end)
           
static List<MBThread> MBThreadUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadUtil.findByGroupId(long groupId)
           
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId)
           
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId)
           
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end)
           
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end)
           
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<MBThread> MBThreadUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBThread> MBThreadPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBThread> MBThreadFinderUtil.findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadFinder.findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
 List<MBThread> MBThreadFinderImpl.findByS_G_U_C_S(long groupId, long userId, long[] categoryIds, int status, int start, int end)
           
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 orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBThread
static void MBThreadUtil.cacheResult(MBThread mbThread)
           
 void MBThreadPersistence.cacheResult(MBThread mbThread)
           
 void MBThreadPersistenceImpl.cacheResult(MBThread mbThread)
           
static void MBThreadUtil.clearCache(MBThread mbThread)
           
 void MBThreadPersistenceImpl.clearCache(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.getByC_P_PrevAndNext(Session session, MBThread mbThread, long categoryId, double priority, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_L_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, Date lastPostDate, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_C_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_NotC_S_PrevAndNext(Session session, MBThread mbThread, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByG_S_PrevAndNext(Session session, MBThread mbThread, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBThread MBThreadPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBThread mbThread, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static MBThread MBThreadUtil.remove(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.removeImpl(MBThread mbThread)
           
protected  MBThread MBThreadPersistenceImpl.toUnwrappedModel(MBThread mbThread)
           
static MBThread MBThreadUtil.update(MBThread mbThread, boolean merge)
           
static MBThread MBThreadUtil.update(MBThread mbThread, boolean merge, ServiceContext serviceContext)
           
static MBThread MBThreadUtil.updateImpl(MBThread mbThread, boolean merge)
           
 MBThread MBThreadPersistence.updateImpl(MBThread mbThread, boolean merge)
           
 MBThread MBThreadPersistenceImpl.updateImpl(MBThread mbThread, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBThread
static void MBThreadUtil.cacheResult(List<MBThread> mbThreads)
           
 void MBThreadPersistence.cacheResult(List<MBThread> mbThreads)
           
 void MBThreadPersistenceImpl.cacheResult(List<MBThread> mbThreads)
           
 


Liferay 6.0.3