Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.service.persistence
Class MBMessageUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.persistence.MBMessageUtil

@ProviderType
public class MBMessageUtil
extends Object

The persistence utility for the message-boards message service. This utility wraps MBMessagePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
MBMessagePersistence, MBMessagePersistenceImpl

Constructor Summary
MBMessageUtil()
           
 
Method Summary
static void cacheResult(List<MBMessage> mbMessages)
          Caches the message-boards messages in the entity cache if it is enabled.
static void cacheResult(MBMessage mbMessage)
          Caches the message-boards message in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(MBMessage mbMessage)
           
static int countAll()
          Returns the number of message-boards messages.
static int countByC_C_S(long classNameId, long classPK, int status)
          Returns the number of message-boards messages where classNameId = ? and classPK = ? and status = ?.
static int countByC_C(long classNameId, long classPK)
          Returns the number of message-boards messages where classNameId = ? and classPK = ?.
static int countByC_S(long companyId, int status)
          Returns the number of message-boards messages where companyId = ? and status = ?.
static int countByCompanyId(long companyId)
          Returns the number of message-boards messages where companyId = ?.
static int countByG_C_S(long groupId, long categoryId, int status)
          Returns the number of message-boards messages where groupId = ? and categoryId = ? and status = ?.
static int countByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
          Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static int countByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static int countByG_C_T(long groupId, long categoryId, long threadId)
          Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
static int countByG_C(long groupId, long categoryId)
          Returns the number of message-boards messages where groupId = ? and categoryId = ?.
static int countByG_S(long groupId, int status)
          Returns the number of message-boards messages where groupId = ? and status = ?.
static int countByG_U_S(long groupId, long userId, int status)
          Returns the number of message-boards messages where groupId = ? and userId = ? and status = ?.
static int countByG_U(long groupId, long userId)
          Returns the number of message-boards messages where groupId = ? and userId = ?.
static int countByGroupId(long groupId)
          Returns the number of message-boards messages where groupId = ?.
static int countByT_A(long threadId, boolean answer)
          Returns the number of message-boards messages where threadId = ? and answer = ?.
static int countByT_P(long threadId, long parentMessageId)
          Returns the number of message-boards messages where threadId = ? and parentMessageId = ?.
static int countByT_S(long threadId, int status)
          Returns the number of message-boards messages where threadId = ? and status = ?.
static int countByThreadId(long threadId)
          Returns the number of message-boards messages where threadId = ?.
static int countByThreadReplies(long threadId)
          Returns the number of message-boards messages where threadId = ?.
static int countByTR_S(long threadId, int status)
          Returns the number of message-boards messages where threadId = ? and status = ?.
static int countByU_C_C_S(long userId, long classNameId, long classPK, int status)
          Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static int countByU_C_C(long userId, long classNameId, long classPK)
          Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static int countByU_C_S(long userId, long[] classNameIds, int status)
          Returns the number of message-boards messages where userId = ? and classNameId = any ? and status = ?.
static int countByU_C_S(long userId, long classNameId, int status)
          Returns the number of message-boards messages where userId = ? and classNameId = ? and status = ?.
static int countByU_C(long userId, long classNameId)
          Returns the number of message-boards messages where userId = ? and classNameId = ?.
static int countByU_C(long userId, long[] classNameIds)
          Returns the number of message-boards messages where userId = ? and classNameId = any ?.
static int countByUserId(long userId)
          Returns the number of message-boards messages where userId = ?.
static int countByUuid_C(String uuid, long companyId)
          Returns the number of message-boards messages where uuid = ? and companyId = ?.
static int countByUUID_G(String uuid, long groupId)
          Returns the number of message-boards messages where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Returns the number of message-boards messages where uuid = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static MBMessage create(long messageId)
          Creates a new message-boards message with the primary key.
static MBMessage fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage fetchByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage fetchByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
static MBMessage fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
static MBMessage fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
static MBMessage fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
static MBMessage fetchByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBMessage fetchByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBMessage fetchByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage fetchByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage fetchByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage fetchByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage fetchByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage fetchByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage fetchByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage fetchByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
static MBMessage fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
static MBMessage fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
static MBMessage fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
static MBMessage fetchByPrimaryKey(long messageId)
          Returns the message-boards message with the primary key or returns null if it could not be found.
static MBMessage fetchByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage fetchByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage fetchByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage fetchByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage fetchByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage fetchByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage fetchByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage fetchByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage fetchByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage fetchByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage fetchByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage fetchByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage fetchByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage fetchByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage fetchByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage fetchByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage fetchByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage fetchByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
static MBMessage fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
static MBMessage fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBMessage fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBMessage fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
static MBMessage fetchByUUID_G(String uuid, long groupId)
          Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found.
static MBMessage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBMessage fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
static int filterCountByG_C_S(long groupId, long categoryId, int status)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static int filterCountByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static int filterCountByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static int filterCountByG_C_T(long groupId, long categoryId, long threadId)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static int filterCountByG_C(long groupId, long categoryId)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
static int filterCountByG_S(long groupId, int status)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and status = ?.
static int filterCountByG_U_S(long groupId, long userId, int status)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static int filterCountByG_U(long groupId, long userId)
          Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static int filterCountByGroupId(long groupId)
          Returns the number of message-boards messages that the user has permission to view where groupId = ?.
static MBMessage[] filterFindByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
static MBMessage[] filterFindByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.
static MBMessage[] filterFindByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> filterFindByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] filterFindByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] filterFindByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> filterFindByG_C(long groupId, long categoryId)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
static List<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.
static List<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?.
static MBMessage[] filterFindByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?.
static List<MBMessage> filterFindByG_S(long groupId, int status)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and status = ?.
static List<MBMessage> filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and status = ?.
static List<MBMessage> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?.
static MBMessage[] filterFindByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static MBMessage[] filterFindByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static List<MBMessage> filterFindByG_U(long groupId, long userId)
          Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static List<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ?.
static List<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.
static MBMessage[] filterFindByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?.
static List<MBMessage> filterFindByGroupId(long groupId)
          Returns all the message-boards messages that the user has permission to view where groupId = ?.
static List<MBMessage> filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message-boards messages that the user has permission to view where groupId = ?.
static List<MBMessage> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?.
static List<MBMessage> findAll()
          Returns all the message-boards messages.
static List<MBMessage> findAll(int start, int end)
          Returns a range of all the message-boards messages.
static List<MBMessage> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages.
static MBMessage findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage[] findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
static MBMessage findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static MBMessage[] findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByC_C_S(long classNameId, long classPK, int status)
          Returns all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end)
          Returns a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByC_C(long classNameId, long classPK)
          Returns all the message-boards messages where classNameId = ? and classPK = ?.
static List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the message-boards messages where classNameId = ? and classPK = ?.
static List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
static MBMessage findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ? and status = ?.
static MBMessage findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ? and status = ?.
static MBMessage[] findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
static List<MBMessage> findByC_S(long companyId, int status)
          Returns all the message-boards messages where companyId = ? and status = ?.
static List<MBMessage> findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the message-boards messages where companyId = ? and status = ?.
static List<MBMessage> findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.
static MBMessage findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where companyId = ?.
static MBMessage findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where companyId = ?.
static MBMessage[] findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
static List<MBMessage> findByCompanyId(long companyId)
          Returns all the message-boards messages where companyId = ?.
static List<MBMessage> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the message-boards messages where companyId = ?.
static List<MBMessage> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where companyId = ?.
static MBMessage findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBMessage findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBMessage[] findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.
static MBMessage findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static MBMessage[] findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> findByG_C_S(long groupId, long categoryId, int status)
          Returns all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
static List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
static MBMessage findByG_C_T_A_First(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage findByG_C_T_A_Last(long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage[] findByG_C_T_A_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
          Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static List<MBMessage> findByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.
static MBMessage findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage[] findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
static MBMessage findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static MBMessage[] findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
static List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId)
          Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
static List<MBMessage> findByG_C(long groupId, long categoryId)
          Returns all the message-boards messages where groupId = ? and categoryId = ?.
static List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and categoryId = ?.
static List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
static MBMessage findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and status = ?.
static MBMessage findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and status = ?.
static MBMessage[] findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.
static List<MBMessage> findByG_S(long groupId, int status)
          Returns all the message-boards messages where groupId = ? and status = ?.
static List<MBMessage> findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and status = ?.
static List<MBMessage> findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.
static MBMessage findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage[] findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
static MBMessage findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static MBMessage[] findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
static List<MBMessage> findByG_U_S(long groupId, long userId, int status)
          Returns all the message-boards messages where groupId = ? and userId = ? and status = ?.
static List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
static List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
static List<MBMessage> findByG_U(long groupId, long userId)
          Returns all the message-boards messages where groupId = ? and userId = ?.
static List<MBMessage> findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the message-boards messages where groupId = ? and userId = ?.
static List<MBMessage> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.
static MBMessage findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where groupId = ?.
static MBMessage findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where groupId = ?.
static MBMessage[] findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.
static List<MBMessage> findByGroupId(long groupId)
          Returns all the message-boards messages where groupId = ?.
static List<MBMessage> findByGroupId(long groupId, int start, int end)
          Returns a range of all the message-boards messages where groupId = ?.
static List<MBMessage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where groupId = ?.
static MBMessage findByPrimaryKey(long messageId)
          Returns the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found.
static MBMessage findByT_A_First(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage findByT_A_Last(long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.
static MBMessage[] findByT_A_PrevAndNext(long messageId, long threadId, boolean answer, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.
static List<MBMessage> findByT_A(long threadId, boolean answer)
          Returns all the message-boards messages where threadId = ? and answer = ?.
static List<MBMessage> findByT_A(long threadId, boolean answer, int start, int end)
          Returns a range of all the message-boards messages where threadId = ? and answer = ?.
static List<MBMessage> findByT_A(long threadId, boolean answer, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.
static MBMessage findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static MBMessage[] findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
static List<MBMessage> findByT_P(long threadId, long parentMessageId)
          Returns all the message-boards messages where threadId = ? and parentMessageId = ?.
static List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end)
          Returns a range of all the message-boards messages where threadId = ? and parentMessageId = ?.
static List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
static MBMessage findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> findByT_S(long threadId, int status)
          Returns all the message-boards messages where threadId = ? and status = ?.
static List<MBMessage> findByT_S(long threadId, int status, int start, int end)
          Returns a range of all the message-boards messages where threadId = ? and status = ?.
static List<MBMessage> findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
static MBMessage findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage[] findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
static List<MBMessage> findByThreadId(long threadId)
          Returns all the message-boards messages where threadId = ?.
static List<MBMessage> findByThreadId(long threadId, int start, int end)
          Returns a range of all the message-boards messages where threadId = ?.
static List<MBMessage> findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
static MBMessage findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ?.
static MBMessage findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ?.
static MBMessage[] findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
static List<MBMessage> findByThreadReplies(long threadId)
          Returns all the message-boards messages where threadId = ?.
static List<MBMessage> findByThreadReplies(long threadId, int start, int end)
          Returns a range of all the message-boards messages where threadId = ?.
static List<MBMessage> findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ?.
static MBMessage findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where threadId = ? and status = ?.
static MBMessage[] findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
static List<MBMessage> findByTR_S(long threadId, int status)
          Returns all the message-boards messages where threadId = ? and status = ?.
static List<MBMessage> findByTR_S(long threadId, int status, int start, int end)
          Returns a range of all the message-boards messages where threadId = ? and status = ?.
static List<MBMessage> findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.
static MBMessage findByU_C_C_First(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage findByU_C_C_Last(long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage[] findByU_C_C_PrevAndNext(long messageId, long userId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.
static MBMessage findByU_C_C_S_First(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage findByU_C_C_S_Last(long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static MBMessage[] findByU_C_C_S_PrevAndNext(long messageId, long userId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status)
          Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByU_C_C_S(long userId, long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.
static List<MBMessage> findByU_C_C(long userId, long classNameId, long classPK)
          Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static List<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static List<MBMessage> findByU_C_C(long userId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.
static MBMessage findByU_C_First(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage findByU_C_Last(long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage[] findByU_C_PrevAndNext(long messageId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.
static MBMessage findByU_C_S_First(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage findByU_C_S_Last(long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static MBMessage[] findByU_C_S_PrevAndNext(long messageId, long userId, long classNameId, int status, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status)
          Returns all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long[] classNameIds, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long classNameId, int status)
          Returns all the message-boards messages where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long classNameId, int status, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> findByU_C_S(long userId, long classNameId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.
static List<MBMessage> findByU_C(long userId, long classNameId)
          Returns all the message-boards messages where userId = ? and classNameId = ?.
static List<MBMessage> findByU_C(long userId, long[] classNameIds)
          Returns all the message-boards messages where userId = ? and classNameId = any ?.
static List<MBMessage> findByU_C(long userId, long[] classNameIds, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = any ?.
static List<MBMessage> findByU_C(long userId, long[] classNameIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.
static List<MBMessage> findByU_C(long userId, long classNameId, int start, int end)
          Returns a range of all the message-boards messages where userId = ? and classNameId = ?.
static List<MBMessage> findByU_C(long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.
static MBMessage findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where userId = ?.
static MBMessage findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where userId = ?.
static MBMessage[] findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.
static List<MBMessage> findByUserId(long userId)
          Returns all the message-boards messages where userId = ?.
static List<MBMessage> findByUserId(long userId, int start, int end)
          Returns a range of all the message-boards messages where userId = ?.
static List<MBMessage> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where userId = ?.
static MBMessage findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBMessage findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.
static MBMessage[] findByUuid_C_PrevAndNext(long messageId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.
static List<MBMessage> findByUuid_C(String uuid, long companyId)
          Returns all the message-boards messages where uuid = ? and companyId = ?.
static List<MBMessage> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message-boards messages where uuid = ? and companyId = ?.
static List<MBMessage> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.
static MBMessage findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message-boards message in the ordered set where uuid = ?.
static MBMessage findByUUID_G(String uuid, long groupId)
          Returns the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found.
static MBMessage findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message-boards message in the ordered set where uuid = ?.
static MBMessage[] findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
          Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
static List<MBMessage> findByUuid(String uuid)
          Returns all the message-boards messages where uuid = ?.
static List<MBMessage> findByUuid(String uuid, int start, int end)
          Returns a range of all the message-boards messages where uuid = ?.
static List<MBMessage> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message-boards messages where uuid = ?.
static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static MBMessagePersistence getPersistence()
           
static MBMessage remove(long messageId)
          Removes the message-boards message with the primary key from the database.
static void removeAll()
          Removes all the message-boards messages from the database.
static void removeByC_C_S(long classNameId, long classPK, int status)
          Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database.
static void removeByC_C(long classNameId, long classPK)
          Removes all the message-boards messages where classNameId = ? and classPK = ? from the database.
static void removeByC_S(long companyId, int status)
          Removes all the message-boards messages where companyId = ? and status = ? from the database.
static void removeByCompanyId(long companyId)
          Removes all the message-boards messages where companyId = ? from the database.
static void removeByG_C_S(long groupId, long categoryId, int status)
          Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database.
static void removeByG_C_T_A(long groupId, long categoryId, long threadId, boolean answer)
          Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ? from the database.
static void removeByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ? from the database.
static void removeByG_C_T(long groupId, long categoryId, long threadId)
          Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? from the database.
static void removeByG_C(long groupId, long categoryId)
          Removes all the message-boards messages where groupId = ? and categoryId = ? from the database.
static void removeByG_S(long groupId, int status)
          Removes all the message-boards messages where groupId = ? and status = ? from the database.
static void removeByG_U_S(long groupId, long userId, int status)
          Removes all the message-boards messages where groupId = ? and userId = ? and status = ? from the database.
static void removeByG_U(long groupId, long userId)
          Removes all the message-boards messages where groupId = ? and userId = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the message-boards messages where groupId = ? from the database.
static void removeByT_A(long threadId, boolean answer)
          Removes all the message-boards messages where threadId = ? and answer = ? from the database.
static void removeByT_P(long threadId, long parentMessageId)
          Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database.
static void removeByT_S(long threadId, int status)
          Removes all the message-boards messages where threadId = ? and status = ? from the database.
static void removeByThreadId(long threadId)
          Removes all the message-boards messages where threadId = ? from the database.
static void removeByThreadReplies(long threadId)
          Removes all the message-boards messages where threadId = ? from the database.
static void removeByTR_S(long threadId, int status)
          Removes all the message-boards messages where threadId = ? and status = ? from the database.
static void removeByU_C_C_S(long userId, long classNameId, long classPK, int status)
          Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ? from the database.
static void removeByU_C_C(long userId, long classNameId, long classPK)
          Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? from the database.
static void removeByU_C_S(long userId, long classNameId, int status)
          Removes all the message-boards messages where userId = ? and classNameId = ? and status = ? from the database.
static void removeByU_C(long userId, long classNameId)
          Removes all the message-boards messages where userId = ? and classNameId = ? from the database.
static void removeByUserId(long userId)
          Removes all the message-boards messages where userId = ? from the database.
static void removeByUuid_C(String uuid, long companyId)
          Removes all the message-boards messages where uuid = ? and companyId = ? from the database.
static MBMessage removeByUUID_G(String uuid, long groupId)
          Removes the message-boards message where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the message-boards messages where uuid = ? from the database.
 void setPersistence(MBMessagePersistence persistence)
          Deprecated. As of 6.2.0
static MBMessage update(MBMessage mbMessage)
           
static MBMessage update(MBMessage mbMessage, ServiceContext serviceContext)
           
static MBMessage updateImpl(MBMessage mbMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageUtil

public MBMessageUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(MBMessage mbMessage)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<MBMessage> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static MBMessage update(MBMessage mbMessage)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static MBMessage update(MBMessage mbMessage,
                               ServiceContext serviceContext)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

public static List<MBMessage> findByUuid(String uuid)
                                  throws SystemException
Returns all the message-boards messages where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<MBMessage> findByUuid(String uuid,
                                         int start,
                                         int end)
                                  throws SystemException
Returns a range of all the message-boards messages where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<MBMessage> findByUuid(String uuid,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the message-boards messages where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static MBMessage findByUuid_First(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the first message-boards message in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public static MBMessage fetchByUuid_First(String uuid,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the first message-boards message in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public static MBMessage findByUuid_Last(String uuid,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the last message-boards message in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public static MBMessage fetchByUuid_Last(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the last message-boards message in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static MBMessage[] findByUuid_PrevAndNext(long messageId,
                                                 String uuid,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.

Parameters:
messageId - the primary key of the current message-boards message
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the message-boards messages where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Returns the number of message-boards messages where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUUID_G

public static MBMessage findByUUID_G(String uuid,
                                     long groupId)
                              throws SystemException,
                                     NoSuchMessageException
Returns the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public static MBMessage fetchByUUID_G(String uuid,
                                      long groupId)
                               throws SystemException
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static MBMessage fetchByUUID_G(String uuid,
                                      long groupId,
                                      boolean retrieveFromCache)
                               throws SystemException
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static MBMessage removeByUUID_G(String uuid,
                                       long groupId)
                                throws SystemException,
                                       NoSuchMessageException
Removes the message-boards message where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the message-boards message that was removed
Throws:
SystemException - if a system exception occurred
NoSuchMessageException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
Returns the number of message-boards messages where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MBMessage> findByUuid_C(String uuid,
                                           long companyId)
                                    throws SystemException
Returns all the message-boards messages where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MBMessage> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the message-boards messages where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<MBMessage> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public static MBMessage findByUuid_C_First(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

public static MBMessage fetchByUuid_C_First(String uuid,
                                            long companyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public static MBMessage findByUuid_C_Last(String uuid,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

public static MBMessage fetchByUuid_C_Last(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public static MBMessage[] findByUuid_C_PrevAndNext(long messageId,
                                                   String uuid,
                                                   long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?.

Parameters:
messageId - the primary key of the current message-boards message
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

public static void removeByUuid_C(String uuid,
                                  long companyId)
                           throws SystemException
Removes all the message-boards messages where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
                         throws SystemException
Returns the number of message-boards messages where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<MBMessage> findByGroupId(long groupId)
                                     throws SystemException
Returns all the message-boards messages where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<MBMessage> findByGroupId(long groupId,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the message-boards messages where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<MBMessage> findByGroupId(long groupId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public static MBMessage findByGroupId_First(long groupId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByGroupId_First

public static MBMessage fetchByGroupId_First(long groupId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first message-boards message in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

public static MBMessage findByGroupId_Last(long groupId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByGroupId_Last

public static MBMessage fetchByGroupId_Last(long groupId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last message-boards message in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public static MBMessage[] findByGroupId_PrevAndNext(long messageId,
                                                    long groupId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByGroupId

public static List<MBMessage> filterFindByGroupId(long groupId)
                                           throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<MBMessage> filterFindByGroupId(long groupId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<MBMessage> filterFindByGroupId(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId_PrevAndNext

public static MBMessage[] filterFindByGroupId_PrevAndNext(long messageId,
                                                          long groupId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Removes all the message-boards messages where groupId = ? from the database.

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Returns the number of message-boards messages where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
                                throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<MBMessage> findByCompanyId(long companyId)
                                       throws SystemException
Returns all the message-boards messages where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<MBMessage> findByCompanyId(long companyId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the message-boards messages where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<MBMessage> findByCompanyId(long companyId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the message-boards messages where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static MBMessage findByCompanyId_First(long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchMessageException
Returns the first message-boards message in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

public static MBMessage fetchByCompanyId_First(long companyId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns the first message-boards message in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public static MBMessage findByCompanyId_Last(long companyId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchMessageException
Returns the last message-boards message in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

public static MBMessage fetchByCompanyId_Last(long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the last message-boards message in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static MBMessage[] findByCompanyId_PrevAndNext(long messageId,
                                                      long companyId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.

Parameters:
messageId - the primary key of the current message-boards message
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Removes all the message-boards messages where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Returns the number of message-boards messages where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId

public static List<MBMessage> findByThreadId(long threadId)
                                      throws SystemException
Returns all the message-boards messages where threadId = ?.

Parameters:
threadId - the thread ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId

public static List<MBMessage> findByThreadId(long threadId,
                                             int start,
                                             int end)
                                      throws SystemException
Returns a range of all the message-boards messages where threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId

public static List<MBMessage> findByThreadId(long threadId,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId_First

public static MBMessage findByThreadId_First(long threadId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByThreadId_First

public static MBMessage fetchByThreadId_First(long threadId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByThreadId_Last

public static MBMessage findByThreadId_Last(long threadId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByThreadId_Last

public static MBMessage fetchByThreadId_Last(long threadId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByThreadId_PrevAndNext

public static MBMessage[] findByThreadId_PrevAndNext(long messageId,
                                                     long threadId,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByThreadId

public static void removeByThreadId(long threadId)
                             throws SystemException
Removes all the message-boards messages where threadId = ? from the database.

Parameters:
threadId - the thread ID
Throws:
SystemException - if a system exception occurred

countByThreadId

public static int countByThreadId(long threadId)
                           throws SystemException
Returns the number of message-boards messages where threadId = ?.

Parameters:
threadId - the thread ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies

public static List<MBMessage> findByThreadReplies(long threadId)
                                           throws SystemException
Returns all the message-boards messages where threadId = ?.

Parameters:
threadId - the thread ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies

public static List<MBMessage> findByThreadReplies(long threadId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the message-boards messages where threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies

public static List<MBMessage> findByThreadReplies(long threadId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies_First

public static MBMessage findByThreadReplies_First(long threadId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByThreadReplies_First

public static MBMessage fetchByThreadReplies_First(long threadId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Returns the first message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByThreadReplies_Last

public static MBMessage findByThreadReplies_Last(long threadId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByThreadReplies_Last

public static MBMessage fetchByThreadReplies_Last(long threadId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns the last message-boards message in the ordered set where threadId = ?.

Parameters:
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByThreadReplies_PrevAndNext

public static MBMessage[] findByThreadReplies_PrevAndNext(long messageId,
                                                          long threadId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByThreadReplies

public static void removeByThreadReplies(long threadId)
                                  throws SystemException
Removes all the message-boards messages where threadId = ? from the database.

Parameters:
threadId - the thread ID
Throws:
SystemException - if a system exception occurred

countByThreadReplies

public static int countByThreadReplies(long threadId)
                                throws SystemException
Returns the number of message-boards messages where threadId = ?.

Parameters:
threadId - the thread ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<MBMessage> findByUserId(long userId)
                                    throws SystemException
Returns all the message-boards messages where userId = ?.

Parameters:
userId - the user ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<MBMessage> findByUserId(long userId,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the message-boards messages where userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<MBMessage> findByUserId(long userId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the message-boards messages where userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId_First

public static MBMessage findByUserId_First(long userId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the first message-boards message in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUserId_First

public static MBMessage fetchByUserId_First(long userId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first message-boards message in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_Last

public static MBMessage findByUserId_Last(long userId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the last message-boards message in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByUserId_Last

public static MBMessage fetchByUserId_Last(long userId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last message-boards message in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_PrevAndNext

public static MBMessage[] findByUserId_PrevAndNext(long messageId,
                                                   long userId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.

Parameters:
messageId - the primary key of the current message-boards message
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByUserId

public static void removeByUserId(long userId)
                           throws SystemException
Removes all the message-boards messages where userId = ? from the database.

Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByUserId

public static int countByUserId(long userId)
                         throws SystemException
Returns the number of message-boards messages where userId = ?.

Parameters:
userId - the user ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U

public static List<MBMessage> findByG_U(long groupId,
                                        long userId)
                                 throws SystemException
Returns all the message-boards messages where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U

public static List<MBMessage> findByG_U(long groupId,
                                        long userId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U

public static List<MBMessage> findByG_U(long groupId,
                                        long userId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_First

public static MBMessage findByG_U_First(long groupId,
                                        long userId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_U_First

public static MBMessage fetchByG_U_First(long groupId,
                                         long userId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_Last

public static MBMessage findByG_U_Last(long groupId,
                                       long userId,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_U_Last

public static MBMessage fetchByG_U_Last(long groupId,
                                        long userId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_PrevAndNext

public static MBMessage[] findByG_U_PrevAndNext(long messageId,
                                                long groupId,
                                                long userId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_U

public static List<MBMessage> filterFindByG_U(long groupId,
                                              long userId)
                                       throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U

public static List<MBMessage> filterFindByG_U(long groupId,
                                              long userId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U

public static List<MBMessage> filterFindByG_U(long groupId,
                                              long userId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_PrevAndNext

public static MBMessage[] filterFindByG_U_PrevAndNext(long messageId,
                                                      long groupId,
                                                      long userId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_U

public static void removeByG_U(long groupId,
                               long userId)
                        throws SystemException
Removes all the message-boards messages where groupId = ? and userId = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByG_U

public static int countByG_U(long groupId,
                             long userId)
                      throws SystemException
Returns the number of message-boards messages where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_U

public static int filterCountByG_U(long groupId,
                                   long userId)
                            throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C

public static List<MBMessage> findByG_C(long groupId,
                                        long categoryId)
                                 throws SystemException
Returns all the message-boards messages where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C

public static List<MBMessage> findByG_C(long groupId,
                                        long categoryId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where groupId = ? and categoryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C

public static List<MBMessage> findByG_C(long groupId,
                                        long categoryId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_First

public static MBMessage findByG_C_First(long groupId,
                                        long categoryId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_First

public static MBMessage fetchByG_C_First(long groupId,
                                         long categoryId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_Last

public static MBMessage findByG_C_Last(long groupId,
                                       long categoryId,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_Last

public static MBMessage fetchByG_C_Last(long groupId,
                                        long categoryId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_PrevAndNext

public static MBMessage[] findByG_C_PrevAndNext(long messageId,
                                                long groupId,
                                                long categoryId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_C

public static List<MBMessage> filterFindByG_C(long groupId,
                                              long categoryId)
                                       throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C

public static List<MBMessage> filterFindByG_C(long groupId,
                                              long categoryId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C

public static List<MBMessage> filterFindByG_C(long groupId,
                                              long categoryId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_PrevAndNext

public static MBMessage[] filterFindByG_C_PrevAndNext(long messageId,
                                                      long groupId,
                                                      long categoryId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_C

public static void removeByG_C(long groupId,
                               long categoryId)
                        throws SystemException
Removes all the message-boards messages where groupId = ? and categoryId = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
Throws:
SystemException - if a system exception occurred

countByG_C

public static int countByG_C(long groupId,
                             long categoryId)
                      throws SystemException
Returns the number of message-boards messages where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C

public static int filterCountByG_C(long groupId,
                                   long categoryId)
                            throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_S

public static List<MBMessage> findByG_S(long groupId,
                                        int status)
                                 throws SystemException
Returns all the message-boards messages where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S

public static List<MBMessage> findByG_S(long groupId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where groupId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S

public static List<MBMessage> findByG_S(long groupId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S_First

public static MBMessage findByG_S_First(long groupId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_S_First

public static MBMessage fetchByG_S_First(long groupId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_S_Last

public static MBMessage findByG_S_Last(long groupId,
                                       int status,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_S_Last

public static MBMessage fetchByG_S_Last(long groupId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_S_PrevAndNext

public static MBMessage[] findByG_S_PrevAndNext(long messageId,
                                                long groupId,
                                                int status,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_S

public static List<MBMessage> filterFindByG_S(long groupId,
                                              int status)
                                       throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_S

public static List<MBMessage> filterFindByG_S(long groupId,
                                              int status,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_S

public static List<MBMessage> filterFindByG_S(long groupId,
                                              int status,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_S_PrevAndNext

public static MBMessage[] filterFindByG_S_PrevAndNext(long messageId,
                                                      long groupId,
                                                      int status,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_S

public static void removeByG_S(long groupId,
                               int status)
                        throws SystemException
Removes all the message-boards messages where groupId = ? and status = ? from the database.

Parameters:
groupId - the group ID
status - the status
Throws:
SystemException - if a system exception occurred

countByG_S

public static int countByG_S(long groupId,
                             int status)
                      throws SystemException
Returns the number of message-boards messages where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_S

public static int filterCountByG_S(long groupId,
                                   int status)
                            throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and status = ?.

Parameters:
groupId - the group ID
status - the status
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_S

public static List<MBMessage> findByC_S(long companyId,
                                        int status)
                                 throws SystemException
Returns all the message-boards messages where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S

public static List<MBMessage> findByC_S(long companyId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where companyId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S

public static List<MBMessage> findByC_S(long companyId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S_First

public static MBMessage findByC_S_First(long companyId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_S_First

public static MBMessage fetchByC_S_First(long companyId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_S_Last

public static MBMessage findByC_S_Last(long companyId,
                                       int status,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_S_Last

public static MBMessage fetchByC_S_Last(long companyId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_S_PrevAndNext

public static MBMessage[] findByC_S_PrevAndNext(long messageId,
                                                long companyId,
                                                int status,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByC_S

public static void removeByC_S(long companyId,
                               int status)
                        throws SystemException
Removes all the message-boards messages where companyId = ? and status = ? from the database.

Parameters:
companyId - the company ID
status - the status
Throws:
SystemException - if a system exception occurred

countByC_S

public static int countByC_S(long companyId,
                             int status)
                      throws SystemException
Returns the number of message-boards messages where companyId = ? and status = ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long classNameId)
                                 throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long classNameId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long classNameId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_First

public static MBMessage findByU_C_First(long userId,
                                        long classNameId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_First

public static MBMessage fetchByU_C_First(long userId,
                                         long classNameId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_Last

public static MBMessage findByU_C_Last(long userId,
                                       long classNameId,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_Last

public static MBMessage fetchByU_C_Last(long userId,
                                        long classNameId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_PrevAndNext

public static MBMessage[] findByU_C_PrevAndNext(long messageId,
                                                long userId,
                                                long classNameId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?.

Parameters:
messageId - the primary key of the current message-boards message
userId - the user ID
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long[] classNameIds)
                                 throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long[] classNameIds,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C

public static List<MBMessage> findByU_C(long userId,
                                        long[] classNameIds,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

removeByU_C

public static void removeByU_C(long userId,
                               long classNameId)
                        throws SystemException
Removes all the message-boards messages where userId = ? and classNameId = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
Throws:
SystemException - if a system exception occurred

countByU_C

public static int countByU_C(long userId,
                             long classNameId)
                      throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByU_C

public static int countByU_C(long userId,
                             long[] classNameIds)
                      throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = any ?.

Parameters:
userId - the user ID
classNameIds - the class name IDs
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C

public static List<MBMessage> findByC_C(long classNameId,
                                        long classPK)
                                 throws SystemException
Returns all the message-boards messages where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C

public static List<MBMessage> findByC_C(long classNameId,
                                        long classPK,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where classNameId = ? and classPK = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C

public static List<MBMessage> findByC_C(long classNameId,
                                        long classPK,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_First

public static MBMessage findByC_C_First(long classNameId,
                                        long classPK,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_C_First

public static MBMessage fetchByC_C_First(long classNameId,
                                         long classPK,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_Last

public static MBMessage findByC_C_Last(long classNameId,
                                       long classPK,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_C_Last

public static MBMessage fetchByC_C_Last(long classNameId,
                                        long classPK,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_PrevAndNext

public static MBMessage[] findByC_C_PrevAndNext(long messageId,
                                                long classNameId,
                                                long classPK,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.

Parameters:
messageId - the primary key of the current message-boards message
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByC_C

public static void removeByC_C(long classNameId,
                               long classPK)
                        throws SystemException
Removes all the message-boards messages where classNameId = ? and classPK = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k
Throws:
SystemException - if a system exception occurred

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
                      throws SystemException
Returns the number of message-boards messages where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P

public static List<MBMessage> findByT_P(long threadId,
                                        long parentMessageId)
                                 throws SystemException
Returns all the message-boards messages where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P

public static List<MBMessage> findByT_P(long threadId,
                                        long parentMessageId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where threadId = ? and parentMessageId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P

public static List<MBMessage> findByT_P(long threadId,
                                        long parentMessageId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P_First

public static MBMessage findByT_P_First(long threadId,
                                        long parentMessageId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_P_First

public static MBMessage fetchByT_P_First(long threadId,
                                         long parentMessageId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_P_Last

public static MBMessage findByT_P_Last(long threadId,
                                       long parentMessageId,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_P_Last

public static MBMessage fetchByT_P_Last(long threadId,
                                        long parentMessageId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_P_PrevAndNext

public static MBMessage[] findByT_P_PrevAndNext(long messageId,
                                                long threadId,
                                                long parentMessageId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
parentMessageId - the parent message ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByT_P

public static void removeByT_P(long threadId,
                               long parentMessageId)
                        throws SystemException
Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
Throws:
SystemException - if a system exception occurred

countByT_P

public static int countByT_P(long threadId,
                             long parentMessageId)
                      throws SystemException
Returns the number of message-boards messages where threadId = ? and parentMessageId = ?.

Parameters:
threadId - the thread ID
parentMessageId - the parent message ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_A

public static List<MBMessage> findByT_A(long threadId,
                                        boolean answer)
                                 throws SystemException
Returns all the message-boards messages where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_A

public static List<MBMessage> findByT_A(long threadId,
                                        boolean answer,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_A

public static List<MBMessage> findByT_A(long threadId,
                                        boolean answer,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_A_First

public static MBMessage findByT_A_First(long threadId,
                                        boolean answer,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_A_First

public static MBMessage fetchByT_A_First(long threadId,
                                         boolean answer,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_A_Last

public static MBMessage findByT_A_Last(long threadId,
                                       boolean answer,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_A_Last

public static MBMessage fetchByT_A_Last(long threadId,
                                        boolean answer,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_A_PrevAndNext

public static MBMessage[] findByT_A_PrevAndNext(long messageId,
                                                long threadId,
                                                boolean answer,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByT_A

public static void removeByT_A(long threadId,
                               boolean answer)
                        throws SystemException
Removes all the message-boards messages where threadId = ? and answer = ? from the database.

Parameters:
threadId - the thread ID
answer - the answer
Throws:
SystemException - if a system exception occurred

countByT_A

public static int countByT_A(long threadId,
                             boolean answer)
                      throws SystemException
Returns the number of message-boards messages where threadId = ? and answer = ?.

Parameters:
threadId - the thread ID
answer - the answer
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S

public static List<MBMessage> findByT_S(long threadId,
                                        int status)
                                 throws SystemException
Returns all the message-boards messages where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S

public static List<MBMessage> findByT_S(long threadId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the message-boards messages where threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S

public static List<MBMessage> findByT_S(long threadId,
                                        int status,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S_First

public static MBMessage findByT_S_First(long threadId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_S_First

public static MBMessage fetchByT_S_First(long threadId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_S_Last

public static MBMessage findByT_S_Last(long threadId,
                                       int status,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByT_S_Last

public static MBMessage fetchByT_S_Last(long threadId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByT_S_PrevAndNext

public static MBMessage[] findByT_S_PrevAndNext(long messageId,
                                                long threadId,
                                                int status,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByT_S

public static void removeByT_S(long threadId,
                               int status)
                        throws SystemException
Removes all the message-boards messages where threadId = ? and status = ? from the database.

Parameters:
threadId - the thread ID
status - the status
Throws:
SystemException - if a system exception occurred

countByT_S

public static int countByT_S(long threadId,
                             int status)
                      throws SystemException
Returns the number of message-boards messages where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S

public static List<MBMessage> findByTR_S(long threadId,
                                         int status)
                                  throws SystemException
Returns all the message-boards messages where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S

public static List<MBMessage> findByTR_S(long threadId,
                                         int status,
                                         int start,
                                         int end)
                                  throws SystemException
Returns a range of all the message-boards messages where threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S

public static List<MBMessage> findByTR_S(long threadId,
                                         int status,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S_First

public static MBMessage findByTR_S_First(long threadId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByTR_S_First

public static MBMessage fetchByTR_S_First(long threadId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the first message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByTR_S_Last

public static MBMessage findByTR_S_Last(long threadId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMessageException
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByTR_S_Last

public static MBMessage fetchByTR_S_Last(long threadId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the last message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByTR_S_PrevAndNext

public static MBMessage[] findByTR_S_PrevAndNext(long messageId,
                                                 long threadId,
                                                 int status,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByTR_S

public static void removeByTR_S(long threadId,
                                int status)
                         throws SystemException
Removes all the message-boards messages where threadId = ? and status = ? from the database.

Parameters:
threadId - the thread ID
status - the status
Throws:
SystemException - if a system exception occurred

countByTR_S

public static int countByTR_S(long threadId,
                              int status)
                       throws SystemException
Returns the number of message-boards messages where threadId = ? and status = ?.

Parameters:
threadId - the thread ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S

public static List<MBMessage> findByG_U_S(long groupId,
                                          long userId,
                                          int status)
                                   throws SystemException
Returns all the message-boards messages where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S

public static List<MBMessage> findByG_U_S(long groupId,
                                          long userId,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where groupId = ? and userId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S

public static List<MBMessage> findByG_U_S(long groupId,
                                          long userId,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S_First

public static MBMessage findByG_U_S_First(long groupId,
                                          long userId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_U_S_First

public static MBMessage fetchByG_U_S_First(long groupId,
                                           long userId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_S_Last

public static MBMessage findByG_U_S_Last(long groupId,
                                         long userId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_U_S_Last

public static MBMessage fetchByG_U_S_Last(long groupId,
                                          long userId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_S_PrevAndNext

public static MBMessage[] findByG_U_S_PrevAndNext(long messageId,
                                                  long groupId,
                                                  long userId,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_U_S

public static List<MBMessage> filterFindByG_U_S(long groupId,
                                                long userId,
                                                int status)
                                         throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_S

public static List<MBMessage> filterFindByG_U_S(long groupId,
                                                long userId,
                                                int status,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_S

public static List<MBMessage> filterFindByG_U_S(long groupId,
                                                long userId,
                                                int status,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_S_PrevAndNext

public static MBMessage[] filterFindByG_U_S_PrevAndNext(long messageId,
                                                        long groupId,
                                                        long userId,
                                                        int status,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
userId - the user ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_U_S

public static void removeByG_U_S(long groupId,
                                 long userId,
                                 int status)
                          throws SystemException
Removes all the message-boards messages where groupId = ? and userId = ? and status = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
Throws:
SystemException - if a system exception occurred

countByG_U_S

public static int countByG_U_S(long groupId,
                               long userId,
                               int status)
                        throws SystemException
Returns the number of message-boards messages where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_U_S

public static int filterCountByG_U_S(long groupId,
                                     long userId,
                                     int status)
                              throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?.

Parameters:
groupId - the group ID
userId - the user ID
status - the status
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C_T

public static List<MBMessage> findByG_C_T(long groupId,
                                          long categoryId,
                                          long threadId)
                                   throws SystemException
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T

public static List<MBMessage> findByG_C_T(long groupId,
                                          long categoryId,
                                          long threadId,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T

public static List<MBMessage> findByG_C_T(long groupId,
                                          long categoryId,
                                          long threadId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_First

public static MBMessage findByG_C_T_First(long groupId,
                                          long categoryId,
                                          long threadId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_First

public static MBMessage fetchByG_C_T_First(long groupId,
                                           long categoryId,
                                           long threadId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_Last

public static MBMessage findByG_C_T_Last(long groupId,
                                         long categoryId,
                                         long threadId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_Last

public static MBMessage fetchByG_C_T_Last(long groupId,
                                          long categoryId,
                                          long threadId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_PrevAndNext

public static MBMessage[] findByG_C_T_PrevAndNext(long messageId,
                                                  long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_C_T

public static List<MBMessage> filterFindByG_C_T(long groupId,
                                                long categoryId,
                                                long threadId)
                                         throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T

public static List<MBMessage> filterFindByG_C_T(long groupId,
                                                long categoryId,
                                                long threadId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T

public static List<MBMessage> filterFindByG_C_T(long groupId,
                                                long categoryId,
                                                long threadId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_PrevAndNext

public static MBMessage[] filterFindByG_C_T_PrevAndNext(long messageId,
                                                        long groupId,
                                                        long categoryId,
                                                        long threadId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_C_T

public static void removeByG_C_T(long groupId,
                                 long categoryId,
                                 long threadId)
                          throws SystemException
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
Throws:
SystemException - if a system exception occurred

countByG_C_T

public static int countByG_C_T(long groupId,
                               long categoryId,
                               long threadId)
                        throws SystemException
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_T

public static int filterCountByG_C_T(long groupId,
                                     long categoryId,
                                     long threadId)
                              throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C_S

public static List<MBMessage> findByG_C_S(long groupId,
                                          long categoryId,
                                          int status)
                                   throws SystemException
Returns all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S

public static List<MBMessage> findByG_C_S(long groupId,
                                          long categoryId,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S

public static List<MBMessage> findByG_C_S(long groupId,
                                          long categoryId,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S_First

public static MBMessage findByG_C_S_First(long groupId,
                                          long categoryId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_S_First

public static MBMessage fetchByG_C_S_First(long groupId,
                                           long categoryId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_S_Last

public static MBMessage findByG_C_S_Last(long groupId,
                                         long categoryId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_S_Last

public static MBMessage fetchByG_C_S_Last(long groupId,
                                          long categoryId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_S_PrevAndNext

public static MBMessage[] findByG_C_S_PrevAndNext(long messageId,
                                                  long groupId,
                                                  long categoryId,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_C_S

public static List<MBMessage> filterFindByG_C_S(long groupId,
                                                long categoryId,
                                                int status)
                                         throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_S

public static List<MBMessage> filterFindByG_C_S(long groupId,
                                                long categoryId,
                                                int status,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_S

public static List<MBMessage> filterFindByG_C_S(long groupId,
                                                long categoryId,
                                                int status,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_S_PrevAndNext

public static MBMessage[] filterFindByG_C_S_PrevAndNext(long messageId,
                                                        long groupId,
                                                        long categoryId,
                                                        int status,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_C_S

public static void removeByG_C_S(long groupId,
                                 long categoryId,
                                 int status)
                          throws SystemException
Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
Throws:
SystemException - if a system exception occurred

countByG_C_S

public static int countByG_C_S(long groupId,
                               long categoryId,
                               int status)
                        throws SystemException
Returns the number of message-boards messages where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_S

public static int filterCountByG_C_S(long groupId,
                                     long categoryId,
                                     int status)
                              throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
status - the status
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByU_C_C

public static List<MBMessage> findByU_C_C(long userId,
                                          long classNameId,
                                          long classPK)
                                   throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C

public static List<MBMessage> findByU_C_C(long userId,
                                          long classNameId,
                                          long classPK,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C

public static List<MBMessage> findByU_C_C(long userId,
                                          long classNameId,
                                          long classPK,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C_First

public static MBMessage findByU_C_C_First(long userId,
                                          long classNameId,
                                          long classPK,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_C_First

public static MBMessage fetchByU_C_C_First(long userId,
                                           long classNameId,
                                           long classPK,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_Last

public static MBMessage findByU_C_C_Last(long userId,
                                         long classNameId,
                                         long classPK,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_C_Last

public static MBMessage fetchByU_C_C_Last(long userId,
                                          long classNameId,
                                          long classPK,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_PrevAndNext

public static MBMessage[] findByU_C_C_PrevAndNext(long messageId,
                                                  long userId,
                                                  long classNameId,
                                                  long classPK,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?.

Parameters:
messageId - the primary key of the current message-boards message
userId - the user ID
classNameId - the class name ID
classPK - the class p k
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByU_C_C

public static void removeByU_C_C(long userId,
                                 long classNameId,
                                 long classPK)
                          throws SystemException
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
Throws:
SystemException - if a system exception occurred

countByU_C_C

public static int countByU_C_C(long userId,
                               long classNameId,
                               long classPK)
                        throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long classNameId,
                                          int status)
                                   throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long classNameId,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long classNameId,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S_First

public static MBMessage findByU_C_S_First(long userId,
                                          long classNameId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_S_First

public static MBMessage fetchByU_C_S_First(long userId,
                                           long classNameId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_S_Last

public static MBMessage findByU_C_S_Last(long userId,
                                         long classNameId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_S_Last

public static MBMessage fetchByU_C_S_Last(long userId,
                                          long classNameId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_S_PrevAndNext

public static MBMessage[] findByU_C_S_PrevAndNext(long messageId,
                                                  long userId,
                                                  long classNameId,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
userId - the user ID
classNameId - the class name ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long[] classNameIds,
                                          int status)
                                   throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = any ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long[] classNameIds,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_S

public static List<MBMessage> findByU_C_S(long userId,
                                          long[] classNameIds,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameIds - the class name IDs
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

removeByU_C_S

public static void removeByU_C_S(long userId,
                                 long classNameId,
                                 int status)
                          throws SystemException
Removes all the message-boards messages where userId = ? and classNameId = ? and status = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
Throws:
SystemException - if a system exception occurred

countByU_C_S

public static int countByU_C_S(long userId,
                               long classNameId,
                               int status)
                        throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByU_C_S

public static int countByU_C_S(long userId,
                               long[] classNameIds,
                               int status)
                        throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = any ? and status = ?.

Parameters:
userId - the user ID
classNameIds - the class name IDs
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S

public static List<MBMessage> findByC_C_S(long classNameId,
                                          long classPK,
                                          int status)
                                   throws SystemException
Returns all the message-boards messages where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S

public static List<MBMessage> findByC_C_S(long classNameId,
                                          long classPK,
                                          int status,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S

public static List<MBMessage> findByC_C_S(long classNameId,
                                          long classPK,
                                          int status,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S_First

public static MBMessage findByC_C_S_First(long classNameId,
                                          long classPK,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchMessageException
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_C_S_First

public static MBMessage fetchByC_C_S_First(long classNameId,
                                           long classPK,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_S_Last

public static MBMessage findByC_C_S_Last(long classNameId,
                                         long classPK,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByC_C_S_Last

public static MBMessage fetchByC_C_S_Last(long classNameId,
                                          long classPK,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_S_PrevAndNext

public static MBMessage[] findByC_C_S_PrevAndNext(long messageId,
                                                  long classNameId,
                                                  long classPK,
                                                  int status,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByC_C_S

public static void removeByC_C_S(long classNameId,
                                 long classPK,
                                 int status)
                          throws SystemException
Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
Throws:
SystemException - if a system exception occurred

countByC_C_S

public static int countByC_C_S(long classNameId,
                               long classPK,
                               int status)
                        throws SystemException
Returns the number of message-boards messages where classNameId = ? and classPK = ? and status = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_A

public static List<MBMessage> findByG_C_T_A(long groupId,
                                            long categoryId,
                                            long threadId,
                                            boolean answer)
                                     throws SystemException
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_A

public static List<MBMessage> findByG_C_T_A(long groupId,
                                            long categoryId,
                                            long threadId,
                                            boolean answer,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_A

public static List<MBMessage> findByG_C_T_A(long groupId,
                                            long categoryId,
                                            long threadId,
                                            boolean answer,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_A_First

public static MBMessage findByG_C_T_A_First(long groupId,
                                            long categoryId,
                                            long threadId,
                                            boolean answer,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_A_First

public static MBMessage fetchByG_C_T_A_First(long groupId,
                                             long categoryId,
                                             long threadId,
                                             boolean answer,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_A_Last

public static MBMessage findByG_C_T_A_Last(long groupId,
                                           long categoryId,
                                           long threadId,
                                           boolean answer,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_A_Last

public static MBMessage fetchByG_C_T_A_Last(long groupId,
                                            long categoryId,
                                            long threadId,
                                            boolean answer,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_A_PrevAndNext

public static MBMessage[] findByG_C_T_A_PrevAndNext(long messageId,
                                                    long groupId,
                                                    long categoryId,
                                                    long threadId,
                                                    boolean answer,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_C_T_A

public static List<MBMessage> filterFindByG_C_T_A(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  boolean answer)
                                           throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_A

public static List<MBMessage> filterFindByG_C_T_A(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  boolean answer,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_A

public static List<MBMessage> filterFindByG_C_T_A(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  boolean answer,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_A_PrevAndNext

public static MBMessage[] filterFindByG_C_T_A_PrevAndNext(long messageId,
                                                          long groupId,
                                                          long categoryId,
                                                          long threadId,
                                                          boolean answer,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_C_T_A

public static void removeByG_C_T_A(long groupId,
                                   long categoryId,
                                   long threadId,
                                   boolean answer)
                            throws SystemException
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
Throws:
SystemException - if a system exception occurred

countByG_C_T_A

public static int countByG_C_T_A(long groupId,
                                 long categoryId,
                                 long threadId,
                                 boolean answer)
                          throws SystemException
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_T_A

public static int filterCountByG_C_T_A(long groupId,
                                       long categoryId,
                                       long threadId,
                                       boolean answer)
                                throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
answer - the answer
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C_T_S

public static List<MBMessage> findByG_C_T_S(long groupId,
                                            long categoryId,
                                            long threadId,
                                            int status)
                                     throws SystemException
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S

public static List<MBMessage> findByG_C_T_S(long groupId,
                                            long categoryId,
                                            long threadId,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S

public static List<MBMessage> findByG_C_T_S(long groupId,
                                            long categoryId,
                                            long threadId,
                                            int status,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S_First

public static MBMessage findByG_C_T_S_First(long groupId,
                                            long categoryId,
                                            long threadId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchMessageException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_S_First

public static MBMessage fetchByG_C_T_S_First(long groupId,
                                             long categoryId,
                                             long threadId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_S_Last

public static MBMessage findByG_C_T_S_Last(long groupId,
                                           long categoryId,
                                           long threadId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByG_C_T_S_Last

public static MBMessage fetchByG_C_T_S_Last(long groupId,
                                            long categoryId,
                                            long threadId,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByG_C_T_S_PrevAndNext

public static MBMessage[] findByG_C_T_S_PrevAndNext(long messageId,
                                                    long groupId,
                                                    long categoryId,
                                                    long threadId,
                                                    int status,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_C_T_S

public static List<MBMessage> filterFindByG_C_T_S(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  int status)
                                           throws SystemException
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_S

public static List<MBMessage> filterFindByG_C_T_S(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  int status,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_S

public static List<MBMessage> filterFindByG_C_T_S(long groupId,
                                                  long categoryId,
                                                  long threadId,
                                                  int status,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T_S_PrevAndNext

public static MBMessage[] filterFindByG_C_T_S_PrevAndNext(long messageId,
                                                          long groupId,
                                                          long categoryId,
                                                          long threadId,
                                                          int status,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByG_C_T_S

public static void removeByG_C_T_S(long groupId,
                                   long categoryId,
                                   long threadId,
                                   int status)
                            throws SystemException
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
Throws:
SystemException - if a system exception occurred

countByG_C_T_S

public static int countByG_C_T_S(long groupId,
                                 long categoryId,
                                 long threadId,
                                 int status)
                          throws SystemException
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_T_S

public static int filterCountByG_C_T_S(long groupId,
                                       long categoryId,
                                       long threadId,
                                       int status)
                                throws SystemException
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Parameters:
groupId - the group ID
categoryId - the category ID
threadId - the thread ID
status - the status
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByU_C_C_S

public static List<MBMessage> findByU_C_C_S(long userId,
                                            long classNameId,
                                            long classPK,
                                            int status)
                                     throws SystemException
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C_S

public static List<MBMessage> findByU_C_C_S(long userId,
                                            long classNameId,
                                            long classPK,
                                            int status,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C_S

public static List<MBMessage> findByU_C_C_S(long userId,
                                            long classNameId,
                                            long classPK,
                                            int status,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByU_C_C_S_First

public static MBMessage findByU_C_C_S_First(long userId,
                                            long classNameId,
                                            long classPK,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchMessageException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_C_S_First

public static MBMessage fetchByU_C_C_S_First(long userId,
                                             long classNameId,
                                             long classPK,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_S_Last

public static MBMessage findByU_C_C_S_Last(long userId,
                                           long classNameId,
                                           long classPK,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchMessageException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message
Throws:
NoSuchMessageException - if a matching message-boards message could not be found
SystemException - if a system exception occurred

fetchByU_C_C_S_Last

public static MBMessage fetchByU_C_C_S_Last(long userId,
                                            long classNameId,
                                            long classPK,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message-boards message, or null if a matching message-boards message could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_S_PrevAndNext

public static MBMessage[] findByU_C_C_S_PrevAndNext(long messageId,
                                                    long userId,
                                                    long classNameId,
                                                    long classPK,
                                                    int status,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchMessageException
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
messageId - the primary key of the current message-boards message
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

removeByU_C_C_S

public static void removeByU_C_C_S(long userId,
                                   long classNameId,
                                   long classPK,
                                   int status)
                            throws SystemException
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
Throws:
SystemException - if a system exception occurred

countByU_C_C_S

public static int countByU_C_C_S(long userId,
                                 long classNameId,
                                 long classPK,
                                 int status)
                          throws SystemException
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
status - the status
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

cacheResult

public static void cacheResult(MBMessage mbMessage)
Caches the message-boards message in the entity cache if it is enabled.

Parameters:
mbMessage - the message-boards message

cacheResult

public static void cacheResult(List<MBMessage> mbMessages)
Caches the message-boards messages in the entity cache if it is enabled.

Parameters:
mbMessages - the message-boards messages

create

public static MBMessage create(long messageId)
Creates a new message-boards message with the primary key. Does not add the message-boards message to the database.

Parameters:
messageId - the primary key for the new message-boards message
Returns:
the new message-boards message

remove

public static MBMessage remove(long messageId)
                        throws SystemException,
                               NoSuchMessageException
Removes the message-boards message with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
messageId - the primary key of the message-boards message
Returns:
the message-boards message that was removed
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static MBMessage updateImpl(MBMessage mbMessage)
                            throws SystemException
Throws:
SystemException

findByPrimaryKey

public static MBMessage findByPrimaryKey(long messageId)
                                  throws SystemException,
                                         NoSuchMessageException
Returns the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found.

Parameters:
messageId - the primary key of the message-boards message
Returns:
the message-boards message
Throws:
NoSuchMessageException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static MBMessage fetchByPrimaryKey(long messageId)
                                   throws SystemException
Returns the message-boards message with the primary key or returns null if it could not be found.

Parameters:
messageId - the primary key of the message-boards message
Returns:
the message-boards message, or null if a message-boards message with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<MBMessage> findAll()
                               throws SystemException
Returns all the message-boards messages.

Returns:
the message-boards messages
Throws:
SystemException - if a system exception occurred

findAll

public static List<MBMessage> findAll(int start,
                                      int end)
                               throws SystemException
Returns a range of all the message-boards messages.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
Returns:
the range of message-boards messages
Throws:
SystemException - if a system exception occurred

findAll

public static List<MBMessage> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the message-boards messages.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBMessageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of message-boards messages
end - the upper bound of the range of message-boards messages (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of message-boards messages
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the message-boards messages from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of message-boards messages.

Returns:
the number of message-boards messages
Throws:
SystemException - if a system exception occurred

getPersistence

public static MBMessagePersistence getPersistence()

setPersistence

public void setPersistence(MBMessagePersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5