|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBThread | |
---|---|
com.liferay.portlet.messageboards.model | |
com.liferay.portlet.messageboards.service | |
com.liferay.portlet.messageboards.service.persistence |
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 |
MBMessage.getThread()
|
MBThread |
MBMessageDisplay.getThread()
|
MBThread |
MBThreadWrapper.getWrappedMBThread()
Deprecated. Renamed to MBThreadWrapper.getWrappedModel() |
MBThread |
MBThreadWrapper.getWrappedModel()
|
MBThread |
MBThreadModel.toEscapedModel()
|
MBThread |
MBThreadWrapper.toEscapedModel()
|
MBThread |
MBThreadModel.toUnescapedModel()
|
MBThread |
MBThreadWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBThread | |
---|---|
CacheModel<MBThread> |
MBThreadModel.toCacheModel()
|
CacheModel<MBThread> |
MBThreadWrapper.toCacheModel()
|
Methods in com.liferay.portlet.messageboards.model with parameters of type MBThread | |
---|---|
int |
MBThreadModel.compareTo(MBThread mbThread)
|
int |
MBThreadWrapper.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.service |
---|
Methods in com.liferay.portlet.messageboards.service that return MBThread | |
---|---|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
Adds the message boards thread to the database. |
MBThread |
MBThreadLocalService.addThread(long categoryId,
MBMessage message)
|
static MBThread |
MBThreadLocalServiceUtil.addThread(long categoryId,
MBMessage message)
|
MBThread |
MBThreadLocalServiceWrapper.addThread(long categoryId,
MBMessage message)
|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.createMBThread(long threadId)
Creates a new message boards thread with the primary key. |
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.deleteMBThread(long threadId)
Deletes the message boards thread with the primary key from the database. |
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
Deletes the message boards thread from the database. |
MBThread |
MBThreadLocalService.fetchMBThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.fetchMBThread(long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.fetchMBThread(long threadId)
|
MBThread |
MBThreadLocalService.fetchThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.fetchThread(long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.fetchThread(long threadId)
|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.getMBThread(long threadId)
Returns the message boards thread with the primary key. |
MBThread |
MBThreadLocalService.getThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.getThread(long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.getThread(long threadId)
|
MBThread |
MBThreadLocalService.incrementViewCounter(long threadId,
int increment)
|
static MBThread |
MBThreadLocalServiceUtil.incrementViewCounter(long threadId,
int increment)
|
MBThread |
MBThreadLocalServiceWrapper.incrementViewCounter(long threadId,
int increment)
|
MBThread |
MBThreadServiceWrapper.moveThread(long categoryId,
long threadId)
|
static MBThread |
MBThreadServiceUtil.moveThread(long categoryId,
long threadId)
|
MBThread |
MBThreadService.moveThread(long categoryId,
long threadId)
|
MBThread |
MBThreadLocalService.moveThread(long groupId,
long categoryId,
long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.moveThread(long groupId,
long categoryId,
long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.moveThread(long groupId,
long categoryId,
long threadId)
|
MBThread |
MBThreadLocalService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadLocalServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.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,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
static MBThread |
MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
MBThread |
MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
MBThread |
MBThreadLocalService.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalService.incrementViewCounter(long, int) |
static MBThread |
MBThreadLocalServiceUtil.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalServiceUtil.incrementViewCounter(long, int) |
MBThread |
MBThreadLocalServiceWrapper.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalServiceWrapper.incrementViewCounter(long, int) |
Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBThread | |
---|---|
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
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> |
MBThreadService.getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
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,
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> |
MBThreadLocalServiceWrapper.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> |
MBThreadLocalService.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)
|
List<MBThread> |
MBThreadLocalServiceWrapper.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> |
MBThreadLocalService.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)
|
List<MBThread> |
MBThreadLocalServiceWrapper.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> |
MBThreadLocalService.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> |
MBThreadLocalServiceWrapper.getMBThreads(int start,
int end)
Returns a range of all the message boards threads. |
List<MBThread> |
MBThreadLocalService.getNoAssetThreads()
|
static List<MBThread> |
MBThreadLocalServiceUtil.getNoAssetThreads()
|
List<MBThread> |
MBThreadLocalServiceWrapper.getNoAssetThreads()
|
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getPriorityThreads(long categoryId,
double priority)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId,
double priority)
|
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
List<MBThread> |
MBThreadLocalService.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)
|
List<MBThread> |
MBThreadLocalServiceWrapper.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)
|
Methods in com.liferay.portlet.messageboards.service with parameters of type MBThread | |
---|---|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
Adds the message boards thread to the database. |
void |
MBThreadFlagLocalServiceWrapper.addThreadFlag(long userId,
MBThread thread)
|
static void |
MBThreadFlagLocalServiceUtil.addThreadFlag(long userId,
MBThread thread)
|
void |
MBThreadFlagLocalService.addThreadFlag(long userId,
MBThread thread)
|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
Deletes the message boards thread from the database. |
void |
MBThreadLocalService.deleteThread(MBThread thread)
|
static void |
MBThreadLocalServiceUtil.deleteThread(MBThread thread)
|
void |
MBThreadLocalServiceWrapper.deleteThread(MBThread thread)
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId,
MBThread thread)
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getThreadFlag(long userId,
MBThread thread)
|
MBThreadFlag |
MBThreadFlagLocalService.getThreadFlag(long userId,
MBThread thread)
|
boolean |
MBThreadFlagLocalServiceWrapper.hasThreadFlag(long userId,
MBThread thread)
|
static boolean |
MBThreadFlagLocalServiceUtil.hasThreadFlag(long userId,
MBThread thread)
|
boolean |
MBThreadFlagLocalService.hasThreadFlag(long userId,
MBThread thread)
|
MBThread |
MBThreadLocalService.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 |
MBThreadLocalServiceWrapper.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,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
static MBThread |
MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
MBThread |
MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread,
boolean merge)
Updates the message boards thread in the database or adds it if it does not yet exist. |
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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator 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 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 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 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 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 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 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 orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator 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 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 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 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 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 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 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 orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator 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 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 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 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.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator 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 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_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread[] |
MBThreadPersistence.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator 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 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 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 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 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 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 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 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.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. |
static MBThread |
MBThreadUtil.update(MBThread mbThread,
boolean merge)
|
static MBThread |
MBThreadUtil.update(MBThread mbThread,
boolean merge,
ServiceContext serviceContext)
|
MBThread |
MBThreadPersistence.updateImpl(MBThread mbThread,
boolean merge)
|
static MBThread |
MBThreadUtil.updateImpl(MBThread mbThread,
boolean merge)
|
Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThread | |
---|---|
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 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 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_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 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 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> |
MBThreadFinder.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
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> |
MBThreadFinderUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
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 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 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 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 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> |
MBThreadFinderUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
|
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 = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator 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 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_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 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 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 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 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 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 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 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 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_S(long groupId,
long userId,
long[] categoryIds,
int status,
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> |
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 orderByComparator)
Returns an ordered range of all the message boards threads. |
static List<MBThread> |
MBThreadUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
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 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 orderByComparator)
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 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 orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
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 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 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 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> |
MBThreadFinder.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)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadFinderUtil.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)
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 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 orderByComparator)
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 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 orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
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 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 orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
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 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 orderByComparator)
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 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 orderByComparator)
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 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 orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
List<MBThread> |
MBThreadFinder.findByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByG_U_A_S(long groupId,
long userId,
boolean anonymous,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadFinder.findByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByG_U_MD_S(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadFinder.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
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 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 orderByComparator)
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 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 orderByComparator)
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_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
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_S(long groupId,
long userId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByS_G_U_S(long groupId,
long userId,
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 | |
---|---|
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,
boolean merge)
|
static MBThread |
MBThreadUtil.update(MBThread mbThread,
boolean merge,
ServiceContext serviceContext)
|
MBThread |
MBThreadPersistence.updateImpl(MBThread mbThread,
boolean merge)
|
static MBThread |
MBThreadUtil.updateImpl(MBThread mbThread,
boolean merge)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |