Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBMessage>
      extended by com.liferay.portlet.messageboards.service.persistence.MBMessagePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<MBMessage>, MBMessagePersistence

public class MBMessagePersistenceImpl
extends BasePersistenceImpl<MBMessage>
implements MBMessagePersistence

The persistence implementation for the message-boards message service.

Never modify or reference this class directly. Always use MBMessageUtil to access the message-boards message persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.

Caching information and settings can be found in portal.properties

See Also:
MBMessagePersistence, MBMessageUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagPersistence assetTagPersistence
           
protected  BlogsEntryPersistence blogsEntryPersistence
           
protected  CompanyPersistence companyPersistence
           
protected  ExpandoValuePersistence expandoValuePersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_C
           
static FinderPath FINDER_PATH_COUNT_BY_C_C_S
           
static FinderPath FINDER_PATH_COUNT_BY_C_S
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_COUNT_BY_G_C
           
static FinderPath FINDER_PATH_COUNT_BY_G_C_S
           
static FinderPath FINDER_PATH_COUNT_BY_G_C_T
           
static FinderPath FINDER_PATH_COUNT_BY_G_C_T_S
           
static FinderPath FINDER_PATH_COUNT_BY_G_S
           
static FinderPath FINDER_PATH_COUNT_BY_G_U
           
static FinderPath FINDER_PATH_COUNT_BY_G_U_S
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_T_P
           
static FinderPath FINDER_PATH_COUNT_BY_T_S
           
static FinderPath FINDER_PATH_COUNT_BY_THREADID
           
static FinderPath FINDER_PATH_COUNT_BY_THREADREPLIES
           
static FinderPath FINDER_PATH_COUNT_BY_TR_S
           
static FinderPath FINDER_PATH_COUNT_BY_USERID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_C_C
           
static FinderPath FINDER_PATH_FIND_BY_C_C_S
           
static FinderPath FINDER_PATH_FIND_BY_C_S
           
static FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_FIND_BY_G_C
           
static FinderPath FINDER_PATH_FIND_BY_G_C_S
           
static FinderPath FINDER_PATH_FIND_BY_G_C_T
           
static FinderPath FINDER_PATH_FIND_BY_G_C_T_S
           
static FinderPath FINDER_PATH_FIND_BY_G_S
           
static FinderPath FINDER_PATH_FIND_BY_G_U
           
static FinderPath FINDER_PATH_FIND_BY_G_U_S
           
static FinderPath FINDER_PATH_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_FIND_BY_T_P
           
static FinderPath FINDER_PATH_FIND_BY_T_S
           
static FinderPath FINDER_PATH_FIND_BY_THREADID
           
static FinderPath FINDER_PATH_FIND_BY_THREADREPLIES
           
static FinderPath FINDER_PATH_FIND_BY_TR_S
           
static FinderPath FINDER_PATH_FIND_BY_USERID
           
static FinderPath FINDER_PATH_FIND_BY_UUID
           
protected  GroupPersistence groupPersistence
           
protected  LockPersistence lockPersistence
           
protected  MBBanPersistence mbBanPersistence
           
protected  MBCategoryPersistence mbCategoryPersistence
           
protected  MBDiscussionPersistence mbDiscussionPersistence
           
protected  MBMailingListPersistence mbMailingListPersistence
           
protected  MBMessageFlagPersistence mbMessageFlagPersistence
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  MBStatsUserPersistence mbStatsUserPersistence
           
protected  MBThreadPersistence mbThreadPersistence
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialEquityLogPersistence socialEquityLogPersistence
           
protected  SubscriptionPersistence subscriptionPersistence
           
protected  UserPersistence userPersistence
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
MBMessagePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the message-boards message persistence.
 void cacheResult(List<MBMessage> mbMessages)
          Caches the message-boards messages in the entity cache if it is enabled.
 void cacheResult(MBMessage mbMessage)
          Caches the message-boards message in the entity cache if it is enabled.
 void clearCache()
          Clears the cache for all message-boards messages.
 void clearCache(MBMessage mbMessage)
          Clears the cache for the message-boards message.
 int countAll()
          Counts all the message-boards messages.
 int countByC_C_S(long classNameId, long classPK, int status)
          Counts all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 int countByC_C(long classNameId, long classPK)
          Counts all the message-boards messages where classNameId = ? and classPK = ?.
 int countByC_S(long companyId, int status)
          Counts all the message-boards messages where companyId = ? and status = ?.
 int countByCompanyId(long companyId)
          Counts all the message-boards messages where companyId = ?.
 int countByG_C_S(long groupId, long categoryId, int status)
          Counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 int countByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 int countByG_C_T(long groupId, long categoryId, long threadId)
          Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 int countByG_C(long groupId, long categoryId)
          Counts all the message-boards messages where groupId = ? and categoryId = ?.
 int countByG_S(long groupId, int status)
          Counts all the message-boards messages where groupId = ? and status = ?.
 int countByG_U_S(long groupId, long userId, int status)
          Counts all the message-boards messages where groupId = ? and userId = ? and status = ?.
 int countByG_U(long groupId, long userId)
          Counts all the message-boards messages where groupId = ? and userId = ?.
 int countByGroupId(long groupId)
          Counts all the message-boards messages where groupId = ?.
 int countByT_P(long threadId, long parentMessageId)
          Counts all the message-boards messages where threadId = ? and parentMessageId = ?.
 int countByT_S(long threadId, int status)
          Counts all the message-boards messages where threadId = ? and status = ?.
 int countByThreadId(long threadId)
          Counts all the message-boards messages where threadId = ?.
 int countByThreadReplies(long threadId)
          Counts all the message-boards messages where threadId = ?.
 int countByTR_S(long threadId, int status)
          Counts all the message-boards messages where threadId = ? and status = ?.
 int countByUserId(long userId)
          Counts all the message-boards messages where userId = ?.
 int countByUUID_G(String uuid, long groupId)
          Counts all the message-boards messages where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Counts all the message-boards messages where uuid = ?.
 MBMessage create(long messageId)
          Creates a new message-boards message with the primary key.
 MBMessage fetchByPrimaryKey(long messageId)
          Finds the message-boards message with the primary key or returns null if it could not be found.
 MBMessage fetchByPrimaryKey(Serializable primaryKey)
          Finds the message-boards message with the primary key or returns null if it could not be found.
 MBMessage fetchByUUID_G(String uuid, long groupId)
          Finds the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found.
 MBMessage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 int filterCountByG_C_S(long groupId, long categoryId, int status)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 int filterCountByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 int filterCountByG_C_T(long groupId, long categoryId, long threadId)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 int filterCountByG_C(long groupId, long categoryId)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ?.
 int filterCountByG_S(long groupId, int status)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and status = ?.
 int filterCountByG_U_S(long groupId, long userId, int status)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ? and status = ?.
 int filterCountByG_U(long groupId, long userId)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ?.
 int filterCountByGroupId(long groupId)
          Filters by the user's permissions and counts all the message-boards messages where groupId = ?.
 List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> filterFindByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> filterFindByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> filterFindByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> filterFindByG_C(long groupId, long categoryId)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> filterFindByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> filterFindByG_S(long groupId, int status)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> filterFindByG_S(long groupId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the message-boards messages where groupId = ?.
 List<MBMessage> filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the message-boards messages where groupId = ?.
 List<MBMessage> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message-boards messages where groupId = ?.
 List<MBMessage> findAll()
          Finds all the message-boards messages.
 List<MBMessage> findAll(int start, int end)
          Finds a range of all the message-boards messages.
 List<MBMessage> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages.
 MBMessage findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage[] findByC_C_PrevAndNext(long messageId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?.
 MBMessage findByC_C_S_First(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage findByC_C_S_Last(long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 MBMessage[] findByC_C_S_PrevAndNext(long messageId, long classNameId, long classPK, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> findByC_C_S(long classNameId, long classPK, int status)
          Finds all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end)
          Finds a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> findByC_C_S(long classNameId, long classPK, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?.
 List<MBMessage> findByC_C(long classNameId, long classPK)
          Finds all the message-boards messages where classNameId = ? and classPK = ?.
 List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end)
          Finds a range of all the message-boards messages where classNameId = ? and classPK = ?.
 List<MBMessage> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where classNameId = ? and classPK = ?.
 MBMessage findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where companyId = ? and status = ?.
 MBMessage[] findByC_S_PrevAndNext(long messageId, long companyId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?.
 List<MBMessage> findByC_S(long companyId, int status)
          Finds all the message-boards messages where companyId = ? and status = ?.
 List<MBMessage> findByC_S(long companyId, int status, int start, int end)
          Finds a range of all the message-boards messages where companyId = ? and status = ?.
 List<MBMessage> findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where companyId = ? and status = ?.
 MBMessage findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where companyId = ?.
 MBMessage findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where companyId = ?.
 MBMessage[] findByCompanyId_PrevAndNext(long messageId, long companyId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?.
 List<MBMessage> findByCompanyId(long companyId)
          Finds all the message-boards messages where companyId = ?.
 List<MBMessage> findByCompanyId(long companyId, int start, int end)
          Finds a range of all the message-boards messages where companyId = ?.
 List<MBMessage> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where companyId = ?.
 MBMessage findByG_C_First(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage findByG_C_Last(long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage[] findByG_C_PrevAndNext(long messageId, long groupId, long categoryId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?.
 MBMessage findByG_C_S_First(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage findByG_C_S_Last(long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 MBMessage[] findByG_C_S_PrevAndNext(long messageId, long groupId, long categoryId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> findByG_C_S(long groupId, long categoryId, int status)
          Finds all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 List<MBMessage> findByG_C_S(long groupId, long categoryId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?.
 MBMessage findByG_C_T_First(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage findByG_C_T_Last(long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage[] findByG_C_T_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?.
 MBMessage findByG_C_T_S_First(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage findByG_C_T_S_Last(long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 MBMessage[] findByG_C_T_S_PrevAndNext(long messageId, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status)
          Finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> findByG_C_T_S(long groupId, long categoryId, long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.
 List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId)
          Finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> findByG_C_T(long groupId, long categoryId, long threadId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.
 List<MBMessage> findByG_C(long groupId, long categoryId)
          Finds all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and categoryId = ?.
 List<MBMessage> findByG_C(long groupId, long categoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and categoryId = ?.
 MBMessage findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and status = ?.
 MBMessage[] findByG_S_PrevAndNext(long messageId, long groupId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?.
 List<MBMessage> findByG_S(long groupId, int status)
          Finds all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> findByG_S(long groupId, int status, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and status = ?.
 List<MBMessage> findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and status = ?.
 MBMessage findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage[] findByG_U_PrevAndNext(long messageId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?.
 MBMessage findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 MBMessage[] findByG_U_S_PrevAndNext(long messageId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?.
 List<MBMessage> findByG_U_S(long groupId, long userId, int status)
          Finds all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?.
 List<MBMessage> findByG_U(long groupId, long userId)
          Finds all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the message-boards messages where groupId = ? and userId = ?.
 List<MBMessage> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ? and userId = ?.
 MBMessage findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where groupId = ?.
 MBMessage findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where groupId = ?.
 MBMessage[] findByGroupId_PrevAndNext(long messageId, long groupId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?.
 List<MBMessage> findByGroupId(long groupId)
          Finds all the message-boards messages where groupId = ?.
 List<MBMessage> findByGroupId(long groupId, int start, int end)
          Finds a range of all the message-boards messages where groupId = ?.
 List<MBMessage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where groupId = ?.
 MBMessage findByPrimaryKey(long messageId)
          Finds the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found.
 MBMessage findByPrimaryKey(Serializable primaryKey)
          Finds the message-boards message with the primary key or throws a NoSuchModelException if it could not be found.
 MBMessage findByT_P_First(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage findByT_P_Last(long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 MBMessage[] findByT_P_PrevAndNext(long messageId, long threadId, long parentMessageId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?.
 List<MBMessage> findByT_P(long threadId, long parentMessageId)
          Finds all the message-boards messages where threadId = ? and parentMessageId = ?.
 List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end)
          Finds a range of all the message-boards messages where threadId = ? and parentMessageId = ?.
 List<MBMessage> findByT_P(long threadId, long parentMessageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?.
 MBMessage findByT_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage findByT_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] findByT_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 List<MBMessage> findByT_S(long threadId, int status)
          Finds all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> findByT_S(long threadId, int status, int start, int end)
          Finds a range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> findByT_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where threadId = ? and status = ?.
 MBMessage findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where threadId = ?.
 MBMessage findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where threadId = ?.
 MBMessage[] findByThreadId_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 List<MBMessage> findByThreadId(long threadId)
          Finds all the message-boards messages where threadId = ?.
 List<MBMessage> findByThreadId(long threadId, int start, int end)
          Finds a range of all the message-boards messages where threadId = ?.
 List<MBMessage> findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where threadId = ?.
 MBMessage findByThreadReplies_First(long threadId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where threadId = ?.
 MBMessage findByThreadReplies_Last(long threadId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where threadId = ?.
 MBMessage[] findByThreadReplies_PrevAndNext(long messageId, long threadId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?.
 List<MBMessage> findByThreadReplies(long threadId)
          Finds all the message-boards messages where threadId = ?.
 List<MBMessage> findByThreadReplies(long threadId, int start, int end)
          Finds a range of all the message-boards messages where threadId = ?.
 List<MBMessage> findByThreadReplies(long threadId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where threadId = ?.
 MBMessage findByTR_S_First(long threadId, int status, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage findByTR_S_Last(long threadId, int status, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where threadId = ? and status = ?.
 MBMessage[] findByTR_S_PrevAndNext(long messageId, long threadId, int status, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?.
 List<MBMessage> findByTR_S(long threadId, int status)
          Finds all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> findByTR_S(long threadId, int status, int start, int end)
          Finds a range of all the message-boards messages where threadId = ? and status = ?.
 List<MBMessage> findByTR_S(long threadId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where threadId = ? and status = ?.
 MBMessage findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where userId = ?.
 MBMessage findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where userId = ?.
 MBMessage[] findByUserId_PrevAndNext(long messageId, long userId, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where userId = ?.
 List<MBMessage> findByUserId(long userId)
          Finds all the message-boards messages where userId = ?.
 List<MBMessage> findByUserId(long userId, int start, int end)
          Finds a range of all the message-boards messages where userId = ?.
 List<MBMessage> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where userId = ?.
 MBMessage findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message-boards message in the ordered set where uuid = ?.
 MBMessage findByUUID_G(String uuid, long groupId)
          Finds the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found.
 MBMessage findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message-boards message in the ordered set where uuid = ?.
 MBMessage[] findByUuid_PrevAndNext(long messageId, String uuid, OrderByComparator orderByComparator)
          Finds the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?.
 List<MBMessage> findByUuid(String uuid)
          Finds all the message-boards messages where uuid = ?.
 List<MBMessage> findByUuid(String uuid, int start, int end)
          Finds a range of all the message-boards messages where uuid = ?.
 List<MBMessage> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message-boards messages where uuid = ?.
protected  MBMessage getByC_C_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByC_C_S_PrevAndNext(Session session, MBMessage mbMessage, long classNameId, long classPK, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByC_S_PrevAndNext(Session session, MBMessage mbMessage, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByCompanyId_PrevAndNext(Session session, MBMessage mbMessage, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_C_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_C_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_C_T_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_C_T_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long categoryId, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_U_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByG_U_S_PrevAndNext(Session session, MBMessage mbMessage, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByGroupId_PrevAndNext(Session session, MBMessage mbMessage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByT_P_PrevAndNext(Session session, MBMessage mbMessage, long threadId, long parentMessageId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByT_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByThreadId_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByThreadReplies_PrevAndNext(Session session, MBMessage mbMessage, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByTR_S_PrevAndNext(Session session, MBMessage mbMessage, long threadId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByUserId_PrevAndNext(Session session, MBMessage mbMessage, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessage getByUuid_PrevAndNext(Session session, MBMessage mbMessage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 MBMessage remove(long messageId)
          Removes the message-boards message with the primary key from the database.
 MBMessage remove(Serializable primaryKey)
          Removes the message-boards message with the primary key from the database.
 void removeAll()
          Removes all the message-boards messages from the database.
 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.
 void removeByC_C(long classNameId, long classPK)
          Removes all the message-boards messages where classNameId = ? and classPK = ? from the database.
 void removeByC_S(long companyId, int status)
          Removes all the message-boards messages where companyId = ? and status = ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the message-boards messages where companyId = ? from the database.
 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.
 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.
 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.
 void removeByG_C(long groupId, long categoryId)
          Removes all the message-boards messages where groupId = ? and categoryId = ? from the database.
 void removeByG_S(long groupId, int status)
          Removes all the message-boards messages where groupId = ? and status = ? from the database.
 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.
 void removeByG_U(long groupId, long userId)
          Removes all the message-boards messages where groupId = ? and userId = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the message-boards messages where groupId = ? from the database.
 void removeByT_P(long threadId, long parentMessageId)
          Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database.
 void removeByT_S(long threadId, int status)
          Removes all the message-boards messages where threadId = ? and status = ? from the database.
 void removeByThreadId(long threadId)
          Removes all the message-boards messages where threadId = ? from the database.
 void removeByThreadReplies(long threadId)
          Removes all the message-boards messages where threadId = ? from the database.
 void removeByTR_S(long threadId, int status)
          Removes all the message-boards messages where threadId = ? and status = ? from the database.
 void removeByUserId(long userId)
          Removes all the message-boards messages where userId = ? from the database.
 void removeByUUID_G(String uuid, long groupId)
          Removes the message-boards message where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the message-boards messages where uuid = ? from the database.
protected  MBMessage removeImpl(MBMessage mbMessage)
          Removes the model instance from the database.
protected  MBMessage toUnwrappedModel(MBMessage mbMessage)
           
 MBMessage updateImpl(MBMessage mbMessage, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_UUID

public static final FinderPath FINDER_PATH_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_FIND_BY_THREADID

public static final FinderPath FINDER_PATH_FIND_BY_THREADID

FINDER_PATH_COUNT_BY_THREADID

public static final FinderPath FINDER_PATH_COUNT_BY_THREADID

FINDER_PATH_FIND_BY_THREADREPLIES

public static final FinderPath FINDER_PATH_FIND_BY_THREADREPLIES

FINDER_PATH_COUNT_BY_THREADREPLIES

public static final FinderPath FINDER_PATH_COUNT_BY_THREADREPLIES

FINDER_PATH_FIND_BY_USERID

public static final FinderPath FINDER_PATH_FIND_BY_USERID

FINDER_PATH_COUNT_BY_USERID

public static final FinderPath FINDER_PATH_COUNT_BY_USERID

FINDER_PATH_FIND_BY_G_U

public static final FinderPath FINDER_PATH_FIND_BY_G_U

FINDER_PATH_COUNT_BY_G_U

public static final FinderPath FINDER_PATH_COUNT_BY_G_U

FINDER_PATH_FIND_BY_G_C

public static final FinderPath FINDER_PATH_FIND_BY_G_C

FINDER_PATH_COUNT_BY_G_C

public static final FinderPath FINDER_PATH_COUNT_BY_G_C

FINDER_PATH_FIND_BY_G_S

public static final FinderPath FINDER_PATH_FIND_BY_G_S

FINDER_PATH_COUNT_BY_G_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_S

FINDER_PATH_FIND_BY_C_S

public static final FinderPath FINDER_PATH_FIND_BY_C_S

FINDER_PATH_COUNT_BY_C_S

public static final FinderPath FINDER_PATH_COUNT_BY_C_S

FINDER_PATH_FIND_BY_C_C

public static final FinderPath FINDER_PATH_FIND_BY_C_C

FINDER_PATH_COUNT_BY_C_C

public static final FinderPath FINDER_PATH_COUNT_BY_C_C

FINDER_PATH_FIND_BY_T_P

public static final FinderPath FINDER_PATH_FIND_BY_T_P

FINDER_PATH_COUNT_BY_T_P

public static final FinderPath FINDER_PATH_COUNT_BY_T_P

FINDER_PATH_FIND_BY_T_S

public static final FinderPath FINDER_PATH_FIND_BY_T_S

FINDER_PATH_COUNT_BY_T_S

public static final FinderPath FINDER_PATH_COUNT_BY_T_S

FINDER_PATH_FIND_BY_TR_S

public static final FinderPath FINDER_PATH_FIND_BY_TR_S

FINDER_PATH_COUNT_BY_TR_S

public static final FinderPath FINDER_PATH_COUNT_BY_TR_S

FINDER_PATH_FIND_BY_G_U_S

public static final FinderPath FINDER_PATH_FIND_BY_G_U_S

FINDER_PATH_COUNT_BY_G_U_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_U_S

FINDER_PATH_FIND_BY_G_C_T

public static final FinderPath FINDER_PATH_FIND_BY_G_C_T

FINDER_PATH_COUNT_BY_G_C_T

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_T

FINDER_PATH_FIND_BY_G_C_S

public static final FinderPath FINDER_PATH_FIND_BY_G_C_S

FINDER_PATH_COUNT_BY_G_C_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_S

FINDER_PATH_FIND_BY_C_C_S

public static final FinderPath FINDER_PATH_FIND_BY_C_C_S

FINDER_PATH_COUNT_BY_C_C_S

public static final FinderPath FINDER_PATH_COUNT_BY_C_C_S

FINDER_PATH_FIND_BY_G_C_T_S

public static final FinderPath FINDER_PATH_FIND_BY_G_C_T_S

FINDER_PATH_COUNT_BY_G_C_T_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_T_S

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

mbBanPersistence

@BeanReference(type=MBBanPersistence.class)
protected MBBanPersistence mbBanPersistence

mbCategoryPersistence

@BeanReference(type=MBCategoryPersistence.class)
protected MBCategoryPersistence mbCategoryPersistence

mbDiscussionPersistence

@BeanReference(type=MBDiscussionPersistence.class)
protected MBDiscussionPersistence mbDiscussionPersistence

mbMailingListPersistence

@BeanReference(type=MBMailingListPersistence.class)
protected MBMailingListPersistence mbMailingListPersistence

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

mbMessageFlagPersistence

@BeanReference(type=MBMessageFlagPersistence.class)
protected MBMessageFlagPersistence mbMessageFlagPersistence

mbStatsUserPersistence

@BeanReference(type=MBStatsUserPersistence.class)
protected MBStatsUserPersistence mbStatsUserPersistence

mbThreadPersistence

@BeanReference(type=MBThreadPersistence.class)
protected MBThreadPersistence mbThreadPersistence

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

lockPersistence

@BeanReference(type=LockPersistence.class)
protected LockPersistence lockPersistence

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

subscriptionPersistence

@BeanReference(type=SubscriptionPersistence.class)
protected SubscriptionPersistence subscriptionPersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

blogsEntryPersistence

@BeanReference(type=BlogsEntryPersistence.class)
protected BlogsEntryPersistence blogsEntryPersistence

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialEquityLogPersistence

@BeanReference(type=SocialEquityLogPersistence.class)
protected SocialEquityLogPersistence socialEquityLogPersistence
Constructor Detail

MBMessagePersistenceImpl

public MBMessagePersistenceImpl()
Method Detail

cacheResult

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

Specified by:
cacheResult in interface MBMessagePersistence
Parameters:
mbMessage - the message-boards message to cache

cacheResult

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

Specified by:
cacheResult in interface MBMessagePersistence
Parameters:
mbMessages - the message-boards messages to cache

clearCache

public void clearCache()
Clears the cache for all message-boards messages.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MBMessage>
Overrides:
clearCache in class BasePersistenceImpl<MBMessage>

clearCache

public void clearCache(MBMessage mbMessage)
Clears the cache for the message-boards message.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MBMessage>
Overrides:
clearCache in class BasePersistenceImpl<MBMessage>
Parameters:
mbMessage - the instance of this model to clear the cache for

create

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

Specified by:
create in interface MBMessagePersistence
Parameters:
messageId - the primary key for the new message-boards message
Returns:
the new message-boards message

remove

public MBMessage remove(Serializable primaryKey)
                 throws NoSuchModelException,
                        SystemException
Removes the message-boards message with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<MBMessage>
Overrides:
remove in class BasePersistenceImpl<MBMessage>
Parameters:
primaryKey - the primary key of the message-boards message to remove
Returns:
the message-boards message that was removed
Throws:
NoSuchModelException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

remove

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

Specified by:
remove in interface MBMessagePersistence
Parameters:
messageId - the primary key of the message-boards message to remove
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

removeImpl

protected MBMessage removeImpl(MBMessage mbMessage)
                        throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<MBMessage>
Parameters:
mbMessage - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public MBMessage updateImpl(MBMessage mbMessage,
                            boolean merge)
                     throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface MBMessagePersistence
Overrides:
updateImpl in class BasePersistenceImpl<MBMessage>
Parameters:
mbMessage - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected MBMessage toUnwrappedModel(MBMessage mbMessage)

findByPrimaryKey

public MBMessage findByPrimaryKey(Serializable primaryKey)
                           throws NoSuchModelException,
                                  SystemException
Finds the message-boards message with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<MBMessage>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<MBMessage>
Parameters:
primaryKey - the primary key of the message-boards message to find
Returns:
the message-boards message
Throws:
NoSuchModelException - if a message-boards message with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

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

Specified by:
findByPrimaryKey in interface MBMessagePersistence
Parameters:
messageId - the primary key of the message-boards message to find
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 MBMessage fetchByPrimaryKey(Serializable primaryKey)
                            throws SystemException
Finds the message-boards message with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<MBMessage>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<MBMessage>
Parameters:
primaryKey - the primary key of the message-boards message to find
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

fetchByPrimaryKey

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

Specified by:
fetchByPrimaryKey in interface MBMessagePersistence
Parameters:
messageId - the primary key of the message-boards message to find
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

findByUuid

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

Specified by:
findByUuid in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid

public List<MBMessage> findByUuid(String uuid,
                                  int start,
                                  int end)
                           throws SystemException
Finds 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.

Specified by:
findByUuid in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid

public List<MBMessage> findByUuid(String uuid,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Finds 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.

Specified by:
findByUuid in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUuid_First

public MBMessage findByUuid_First(String uuid,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByUuid_First in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
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

findByUuid_Last

public MBMessage findByUuid_Last(String uuid,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByUuid_Last in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
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

findByUuid_PrevAndNext

public MBMessage[] findByUuid_PrevAndNext(long messageId,
                                          String uuid,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchMessageException,
                                          SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByUuid_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
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

getByUuid_PrevAndNext

protected MBMessage getByUuid_PrevAndNext(Session session,
                                          MBMessage mbMessage,
                                          String uuid,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByUUID_G

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

Specified by:
findByUUID_G in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
groupId - the group id to search with
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 MBMessage fetchByUUID_G(String uuid,
                               long groupId)
                        throws SystemException
Finds the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByUUID_G in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
groupId - the group id to search with
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 MBMessage fetchByUUID_G(String uuid,
                               long groupId,
                               boolean retrieveFromCache)
                        throws SystemException
Finds the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByUUID_G in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
groupId - the group id to search with
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

findByGroupId

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

Specified by:
findByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<MBMessage> findByGroupId(long groupId,
                                     int start,
                                     int end)
                              throws SystemException
Finds 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.

Specified by:
findByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<MBMessage> findByGroupId(long groupId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Finds 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.

Specified by:
findByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public MBMessage findByGroupId_First(long groupId,
                                     OrderByComparator orderByComparator)
                              throws NoSuchMessageException,
                                     SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByGroupId_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
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

findByGroupId_Last

public MBMessage findByGroupId_Last(long groupId,
                                    OrderByComparator orderByComparator)
                             throws NoSuchMessageException,
                                    SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByGroupId_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
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

findByGroupId_PrevAndNext

public MBMessage[] findByGroupId_PrevAndNext(long messageId,
                                             long groupId,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchMessageException,
                                             SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByGroupId_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
orderByComparator - the comparator to order the set by
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

getByGroupId_PrevAndNext

protected MBMessage getByGroupId_PrevAndNext(Session session,
                                             MBMessage mbMessage,
                                             long groupId,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

filterFindByGroupId

public List<MBMessage> filterFindByGroupId(long groupId)
                                    throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ?.

Specified by:
filterFindByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public List<MBMessage> filterFindByGroupId(long groupId,
                                           int start,
                                           int end)
                                    throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByGroupId(long groupId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

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

Specified by:
findByCompanyId in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<MBMessage> findByCompanyId(long companyId,
                                       int start,
                                       int end)
                                throws SystemException
Finds 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.

Specified by:
findByCompanyId in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<MBMessage> findByCompanyId(long companyId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Finds 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.

Specified by:
findByCompanyId in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public MBMessage findByCompanyId_First(long companyId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchMessageException,
                                       SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByCompanyId_First in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
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

findByCompanyId_Last

public MBMessage findByCompanyId_Last(long companyId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchMessageException,
                                      SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByCompanyId_Last in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
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

findByCompanyId_PrevAndNext

public MBMessage[] findByCompanyId_PrevAndNext(long messageId,
                                               long companyId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchMessageException,
                                               SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByCompanyId_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
companyId - the company id to search with
orderByComparator - the comparator to order the set by
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

getByCompanyId_PrevAndNext

protected MBMessage getByCompanyId_PrevAndNext(Session session,
                                               MBMessage mbMessage,
                                               long companyId,
                                               OrderByComparator orderByComparator,
                                               boolean previous)

findByThreadId

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

Specified by:
findByThreadId in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId

public List<MBMessage> findByThreadId(long threadId,
                                      int start,
                                      int end)
                               throws SystemException
Finds 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.

Specified by:
findByThreadId in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId

public List<MBMessage> findByThreadId(long threadId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Finds 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.

Specified by:
findByThreadId in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadId_First

public MBMessage findByThreadId_First(long threadId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchMessageException,
                                      SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByThreadId_First in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByThreadId_Last

public MBMessage findByThreadId_Last(long threadId,
                                     OrderByComparator orderByComparator)
                              throws NoSuchMessageException,
                                     SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByThreadId_Last in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByThreadId_PrevAndNext

public MBMessage[] findByThreadId_PrevAndNext(long messageId,
                                              long threadId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchMessageException,
                                              SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByThreadId_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

getByThreadId_PrevAndNext

protected MBMessage getByThreadId_PrevAndNext(Session session,
                                              MBMessage mbMessage,
                                              long threadId,
                                              OrderByComparator orderByComparator,
                                              boolean previous)

findByThreadReplies

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

Specified by:
findByThreadReplies in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies

public List<MBMessage> findByThreadReplies(long threadId,
                                           int start,
                                           int end)
                                    throws SystemException
Finds 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.

Specified by:
findByThreadReplies in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies

public List<MBMessage> findByThreadReplies(long threadId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Finds 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.

Specified by:
findByThreadReplies in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByThreadReplies_First

public MBMessage findByThreadReplies_First(long threadId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchMessageException,
                                           SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByThreadReplies_First in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByThreadReplies_Last

public MBMessage findByThreadReplies_Last(long threadId,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchMessageException,
                                          SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByThreadReplies_Last in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByThreadReplies_PrevAndNext

public MBMessage[] findByThreadReplies_PrevAndNext(long messageId,
                                                   long threadId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchMessageException,
                                                   SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByThreadReplies_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

getByThreadReplies_PrevAndNext

protected MBMessage getByThreadReplies_PrevAndNext(Session session,
                                                   MBMessage mbMessage,
                                                   long threadId,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

findByUserId

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

Specified by:
findByUserId in interface MBMessagePersistence
Parameters:
userId - the user id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId

public List<MBMessage> findByUserId(long userId,
                                    int start,
                                    int end)
                             throws SystemException
Finds 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.

Specified by:
findByUserId in interface MBMessagePersistence
Parameters:
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId

public List<MBMessage> findByUserId(long userId,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws SystemException
Finds 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.

Specified by:
findByUserId in interface MBMessagePersistence
Parameters:
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByUserId_First

public MBMessage findByUserId_First(long userId,
                                    OrderByComparator orderByComparator)
                             throws NoSuchMessageException,
                                    SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByUserId_First in interface MBMessagePersistence
Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

findByUserId_Last

public MBMessage findByUserId_Last(long userId,
                                   OrderByComparator orderByComparator)
                            throws NoSuchMessageException,
                                   SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByUserId_Last in interface MBMessagePersistence
Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

findByUserId_PrevAndNext

public MBMessage[] findByUserId_PrevAndNext(long messageId,
                                            long userId,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchMessageException,
                                            SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByUserId_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

getByUserId_PrevAndNext

protected MBMessage getByUserId_PrevAndNext(Session session,
                                            MBMessage mbMessage,
                                            long userId,
                                            OrderByComparator orderByComparator,
                                            boolean previous)

findByG_U

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

Specified by:
findByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U

public List<MBMessage> findByG_U(long groupId,
                                 long userId,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U

public List<MBMessage> findByG_U(long groupId,
                                 long userId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_First

public MBMessage findByG_U_First(long groupId,
                                 long userId,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_U_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

findByG_U_Last

public MBMessage findByG_U_Last(long groupId,
                                long userId,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_U_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

findByG_U_PrevAndNext

public MBMessage[] findByG_U_PrevAndNext(long messageId,
                                         long groupId,
                                         long userId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_U_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
userId - the user id to search with
orderByComparator - the comparator to order the set by
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

getByG_U_PrevAndNext

protected MBMessage getByG_U_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long groupId,
                                         long userId,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

filterFindByG_U

public List<MBMessage> filterFindByG_U(long groupId,
                                       long userId)
                                throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ?.

Specified by:
filterFindByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U

public List<MBMessage> filterFindByG_U(long groupId,
                                       long userId,
                                       int start,
                                       int end)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_U(long groupId,
                                       long userId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C

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

Specified by:
findByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C

public List<MBMessage> findByG_C(long groupId,
                                 long categoryId,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C

public List<MBMessage> findByG_C(long groupId,
                                 long categoryId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_First

public MBMessage findByG_C_First(long groupId,
                                 long categoryId,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_C_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
orderByComparator - the comparator to order the set by
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

findByG_C_Last

public MBMessage findByG_C_Last(long groupId,
                                long categoryId,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_C_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
orderByComparator - the comparator to order the set by
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

findByG_C_PrevAndNext

public MBMessage[] findByG_C_PrevAndNext(long messageId,
                                         long groupId,
                                         long categoryId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_C_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
categoryId - the category id to search with
orderByComparator - the comparator to order the set by
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

getByG_C_PrevAndNext

protected MBMessage getByG_C_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long groupId,
                                         long categoryId,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

filterFindByG_C

public List<MBMessage> filterFindByG_C(long groupId,
                                       long categoryId)
                                throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ?.

Specified by:
filterFindByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C

public List<MBMessage> filterFindByG_C(long groupId,
                                       long categoryId,
                                       int start,
                                       int end)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_C(long groupId,
                                       long categoryId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_S

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

Specified by:
findByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S

public List<MBMessage> findByG_S(long groupId,
                                 int status,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S

public List<MBMessage> findByG_S(long groupId,
                                 int status,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_S_First

public MBMessage findByG_S_First(long groupId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_S_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_S_Last

public MBMessage findByG_S_Last(long groupId,
                                int status,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_S_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_S_PrevAndNext

public MBMessage[] findByG_S_PrevAndNext(long messageId,
                                         long groupId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByG_S_PrevAndNext

protected MBMessage getByG_S_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long groupId,
                                         int status,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

filterFindByG_S

public List<MBMessage> filterFindByG_S(long groupId,
                                       int status)
                                throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and status = ?.

Specified by:
filterFindByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_S

public List<MBMessage> filterFindByG_S(long groupId,
                                       int status,
                                       int start,
                                       int end)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_S(long groupId,
                                       int status,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_S

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

Specified by:
findByC_S in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S

public List<MBMessage> findByC_S(long companyId,
                                 int status,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByC_S in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S

public List<MBMessage> findByC_S(long companyId,
                                 int status,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByC_S in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_S_First

public MBMessage findByC_S_First(long companyId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByC_S_First in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByC_S_Last

public MBMessage findByC_S_Last(long companyId,
                                int status,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByC_S_Last in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByC_S_PrevAndNext

public MBMessage[] findByC_S_PrevAndNext(long messageId,
                                         long companyId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByC_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
companyId - the company id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByC_S_PrevAndNext

protected MBMessage getByC_S_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long companyId,
                                         int status,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findByC_C

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

Specified by:
findByC_C in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C

public List<MBMessage> findByC_C(long classNameId,
                                 long classPK,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByC_C in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C

public List<MBMessage> findByC_C(long classNameId,
                                 long classPK,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByC_C in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_First

public MBMessage findByC_C_First(long classNameId,
                                 long classPK,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByC_C_First in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
orderByComparator - the comparator to order the set by
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

findByC_C_Last

public MBMessage findByC_C_Last(long classNameId,
                                long classPK,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByC_C_Last in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
orderByComparator - the comparator to order the set by
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

findByC_C_PrevAndNext

public MBMessage[] findByC_C_PrevAndNext(long messageId,
                                         long classNameId,
                                         long classPK,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByC_C_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
classNameId - the class name id to search with
classPK - the class p k to search with
orderByComparator - the comparator to order the set by
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

getByC_C_PrevAndNext

protected MBMessage getByC_C_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long classNameId,
                                         long classPK,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findByT_P

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

Specified by:
findByT_P in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P

public List<MBMessage> findByT_P(long threadId,
                                 long parentMessageId,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByT_P in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P

public List<MBMessage> findByT_P(long threadId,
                                 long parentMessageId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByT_P in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_P_First

public MBMessage findByT_P_First(long threadId,
                                 long parentMessageId,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByT_P_First in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
orderByComparator - the comparator to order the set by
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

findByT_P_Last

public MBMessage findByT_P_Last(long threadId,
                                long parentMessageId,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByT_P_Last in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
orderByComparator - the comparator to order the set by
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

findByT_P_PrevAndNext

public MBMessage[] findByT_P_PrevAndNext(long messageId,
                                         long threadId,
                                         long parentMessageId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByT_P_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread id to search with
parentMessageId - the parent message id to search with
orderByComparator - the comparator to order the set by
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

getByT_P_PrevAndNext

protected MBMessage getByT_P_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long threadId,
                                         long parentMessageId,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findByT_S

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

Specified by:
findByT_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S

public List<MBMessage> findByT_S(long threadId,
                                 int status,
                                 int start,
                                 int end)
                          throws SystemException
Finds 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.

Specified by:
findByT_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S

public List<MBMessage> findByT_S(long threadId,
                                 int status,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Finds 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.

Specified by:
findByT_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByT_S_First

public MBMessage findByT_S_First(long threadId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByT_S_First in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByT_S_Last

public MBMessage findByT_S_Last(long threadId,
                                int status,
                                OrderByComparator orderByComparator)
                         throws NoSuchMessageException,
                                SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByT_S_Last in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByT_S_PrevAndNext

public MBMessage[] findByT_S_PrevAndNext(long messageId,
                                         long threadId,
                                         int status,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchMessageException,
                                         SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByT_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByT_S_PrevAndNext

protected MBMessage getByT_S_PrevAndNext(Session session,
                                         MBMessage mbMessage,
                                         long threadId,
                                         int status,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findByTR_S

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

Specified by:
findByTR_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S

public List<MBMessage> findByTR_S(long threadId,
                                  int status,
                                  int start,
                                  int end)
                           throws SystemException
Finds 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.

Specified by:
findByTR_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S

public List<MBMessage> findByTR_S(long threadId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Finds 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.

Specified by:
findByTR_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByTR_S_First

public MBMessage findByTR_S_First(long threadId,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByTR_S_First in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByTR_S_Last

public MBMessage findByTR_S_Last(long threadId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchMessageException,
                                 SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByTR_S_Last in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByTR_S_PrevAndNext

public MBMessage[] findByTR_S_PrevAndNext(long messageId,
                                          long threadId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchMessageException,
                                          SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByTR_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByTR_S_PrevAndNext

protected MBMessage getByTR_S_PrevAndNext(Session session,
                                          MBMessage mbMessage,
                                          long threadId,
                                          int status,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByG_U_S

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

Specified by:
findByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S

public List<MBMessage> findByG_U_S(long groupId,
                                   long userId,
                                   int status,
                                   int start,
                                   int end)
                            throws SystemException
Finds 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.

Specified by:
findByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S

public List<MBMessage> findByG_U_S(long groupId,
                                   long userId,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Finds 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.

Specified by:
findByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_U_S_First

public MBMessage findByG_U_S_First(long groupId,
                                   long userId,
                                   int status,
                                   OrderByComparator orderByComparator)
                            throws NoSuchMessageException,
                                   SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_U_S_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_U_S_Last

public MBMessage findByG_U_S_Last(long groupId,
                                  long userId,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_U_S_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_U_S_PrevAndNext

public MBMessage[] findByG_U_S_PrevAndNext(long messageId,
                                           long groupId,
                                           long userId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchMessageException,
                                           SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_U_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByG_U_S_PrevAndNext

protected MBMessage getByG_U_S_PrevAndNext(Session session,
                                           MBMessage mbMessage,
                                           long groupId,
                                           long userId,
                                           int status,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

filterFindByG_U_S

public List<MBMessage> filterFindByG_U_S(long groupId,
                                         long userId,
                                         int status)
                                  throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and userId = ? and status = ?.

Specified by:
filterFindByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_S

public List<MBMessage> filterFindByG_U_S(long groupId,
                                         long userId,
                                         int status,
                                         int start,
                                         int end)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_U_S(long groupId,
                                         long userId,
                                         int status,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C_T

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

Specified by:
findByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T

public List<MBMessage> findByG_C_T(long groupId,
                                   long categoryId,
                                   long threadId,
                                   int start,
                                   int end)
                            throws SystemException
Finds 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.

Specified by:
findByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T

public List<MBMessage> findByG_C_T(long groupId,
                                   long categoryId,
                                   long threadId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Finds 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.

Specified by:
findByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_First

public MBMessage findByG_C_T_First(long groupId,
                                   long categoryId,
                                   long threadId,
                                   OrderByComparator orderByComparator)
                            throws NoSuchMessageException,
                                   SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_C_T_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByG_C_T_Last

public MBMessage findByG_C_T_Last(long groupId,
                                  long categoryId,
                                  long threadId,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_C_T_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

findByG_C_T_PrevAndNext

public MBMessage[] findByG_C_T_PrevAndNext(long messageId,
                                           long groupId,
                                           long categoryId,
                                           long threadId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchMessageException,
                                           SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_C_T_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
orderByComparator - the comparator to order the set by
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

getByG_C_T_PrevAndNext

protected MBMessage getByG_C_T_PrevAndNext(Session session,
                                           MBMessage mbMessage,
                                           long groupId,
                                           long categoryId,
                                           long threadId,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

filterFindByG_C_T

public List<MBMessage> filterFindByG_C_T(long groupId,
                                         long categoryId,
                                         long threadId)
                                  throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Specified by:
filterFindByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_T

public List<MBMessage> filterFindByG_C_T(long groupId,
                                         long categoryId,
                                         long threadId,
                                         int start,
                                         int end)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_C_T(long groupId,
                                         long categoryId,
                                         long threadId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_C_S

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

Specified by:
findByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S

public List<MBMessage> findByG_C_S(long groupId,
                                   long categoryId,
                                   int status,
                                   int start,
                                   int end)
                            throws SystemException
Finds 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.

Specified by:
findByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S

public List<MBMessage> findByG_C_S(long groupId,
                                   long categoryId,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Finds 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.

Specified by:
findByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_S_First

public MBMessage findByG_C_S_First(long groupId,
                                   long categoryId,
                                   int status,
                                   OrderByComparator orderByComparator)
                            throws NoSuchMessageException,
                                   SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_C_S_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_C_S_Last

public MBMessage findByG_C_S_Last(long groupId,
                                  long categoryId,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_C_S_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_C_S_PrevAndNext

public MBMessage[] findByG_C_S_PrevAndNext(long messageId,
                                           long groupId,
                                           long categoryId,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchMessageException,
                                           SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_C_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByG_C_S_PrevAndNext

protected MBMessage getByG_C_S_PrevAndNext(Session session,
                                           MBMessage mbMessage,
                                           long groupId,
                                           long categoryId,
                                           int status,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

filterFindByG_C_S

public List<MBMessage> filterFindByG_C_S(long groupId,
                                         long categoryId,
                                         int status)
                                  throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Specified by:
filterFindByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
Returns:
the matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_C_S

public List<MBMessage> filterFindByG_C_S(long groupId,
                                         long categoryId,
                                         int status,
                                         int start,
                                         int end)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_C_S(long groupId,
                                         long categoryId,
                                         int status,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_C_S

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

Specified by:
findByC_C_S in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S

public List<MBMessage> findByC_C_S(long classNameId,
                                   long classPK,
                                   int status,
                                   int start,
                                   int end)
                            throws SystemException
Finds 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.

Specified by:
findByC_C_S in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S

public List<MBMessage> findByC_C_S(long classNameId,
                                   long classPK,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Finds 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.

Specified by:
findByC_C_S in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByC_C_S_First

public MBMessage findByC_C_S_First(long classNameId,
                                   long classPK,
                                   int status,
                                   OrderByComparator orderByComparator)
                            throws NoSuchMessageException,
                                   SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByC_C_S_First in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByC_C_S_Last

public MBMessage findByC_C_S_Last(long classNameId,
                                  long classPK,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchMessageException,
                                  SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByC_C_S_Last in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByC_C_S_PrevAndNext

public MBMessage[] findByC_C_S_PrevAndNext(long messageId,
                                           long classNameId,
                                           long classPK,
                                           int status,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchMessageException,
                                           SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByC_C_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByC_C_S_PrevAndNext

protected MBMessage getByC_C_S_PrevAndNext(Session session,
                                           MBMessage mbMessage,
                                           long classNameId,
                                           long classPK,
                                           int status,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

findByG_C_T_S

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

Specified by:
findByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
Returns:
the matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S

public List<MBMessage> findByG_C_T_S(long groupId,
                                     long categoryId,
                                     long threadId,
                                     int status,
                                     int start,
                                     int end)
                              throws SystemException
Finds 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.

Specified by:
findByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S

public List<MBMessage> findByG_C_T_S(long groupId,
                                     long categoryId,
                                     long threadId,
                                     int status,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Finds 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.

Specified by:
findByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages
Throws:
SystemException - if a system exception occurred

findByG_C_T_S_First

public MBMessage findByG_C_T_S_First(long groupId,
                                     long categoryId,
                                     long threadId,
                                     int status,
                                     OrderByComparator orderByComparator)
                              throws NoSuchMessageException,
                                     SystemException
Finds the first message-boards message in the ordered set 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.

Specified by:
findByG_C_T_S_First in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_C_T_S_Last

public MBMessage findByG_C_T_S_Last(long groupId,
                                    long categoryId,
                                    long threadId,
                                    int status,
                                    OrderByComparator orderByComparator)
                             throws NoSuchMessageException,
                                    SystemException
Finds the last message-boards message in the ordered set 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.

Specified by:
findByG_C_T_S_Last in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

findByG_C_T_S_PrevAndNext

public MBMessage[] findByG_C_T_S_PrevAndNext(long messageId,
                                             long groupId,
                                             long categoryId,
                                             long threadId,
                                             int status,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchMessageException,
                                             SystemException
Finds the message-boards messages before and after the current message-boards message in the ordered set 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.

Specified by:
findByG_C_T_S_PrevAndNext in interface MBMessagePersistence
Parameters:
messageId - the primary key of the current message-boards message
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
orderByComparator - the comparator to order the set by
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

getByG_C_T_S_PrevAndNext

protected MBMessage getByG_C_T_S_PrevAndNext(Session session,
                                             MBMessage mbMessage,
                                             long groupId,
                                             long categoryId,
                                             long threadId,
                                             int status,
                                             OrderByComparator orderByComparator,
                                             boolean previous)

filterFindByG_C_T_S

public List<MBMessage> filterFindByG_C_T_S(long groupId,
                                           long categoryId,
                                           long threadId,
                                           int status)
                                    throws SystemException
Filters by the user's permissions and finds all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Specified by:
filterFindByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
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 List<MBMessage> filterFindByG_C_T_S(long groupId,
                                           long categoryId,
                                           long threadId,
                                           int status,
                                           int start,
                                           int end)
                                    throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (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 List<MBMessage> filterFindByG_C_T_S(long groupId,
                                           long categoryId,
                                           long threadId,
                                           int status,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Filters by the user's permissions and finds 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.

Specified by:
filterFindByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

findAll

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

Specified by:
findAll in interface MBMessagePersistence
Returns:
the message-boards messages
Throws:
SystemException - if a system exception occurred

findAll

public List<MBMessage> findAll(int start,
                               int end)
                        throws SystemException
Finds 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.

Specified by:
findAll in interface MBMessagePersistence
Parameters:
start - the lower bound of the range of message-boards messages to return
end - the upper bound of the range of message-boards messages to return (not inclusive)
Returns:
the range of message-boards messages
Throws:
SystemException - if a system exception occurred

findAll

public List<MBMessage> findAll(int start,
                               int end,
                               OrderByComparator orderByComparator)
                        throws SystemException
Finds 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.

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

removeByUuid

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

Specified by:
removeByUuid in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
Throws:
SystemException - if a system exception occurred

removeByUUID_G

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

Specified by:
removeByUUID_G in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred
NoSuchMessageException

removeByGroupId

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

Specified by:
removeByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred

removeByCompanyId

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

Specified by:
removeByCompanyId in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
Throws:
SystemException - if a system exception occurred

removeByThreadId

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

Specified by:
removeByThreadId in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Throws:
SystemException - if a system exception occurred

removeByThreadReplies

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

Specified by:
removeByThreadReplies in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Throws:
SystemException - if a system exception occurred

removeByUserId

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

Specified by:
removeByUserId in interface MBMessagePersistence
Parameters:
userId - the user id to search with
Throws:
SystemException - if a system exception occurred

removeByG_U

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

Specified by:
removeByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Throws:
SystemException - if a system exception occurred

removeByG_C

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

Specified by:
removeByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
Throws:
SystemException - if a system exception occurred

removeByG_S

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

Specified by:
removeByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByC_S

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

Specified by:
removeByC_S in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByC_C

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

Specified by:
removeByC_C in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
Throws:
SystemException - if a system exception occurred

removeByT_P

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

Specified by:
removeByT_P in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
Throws:
SystemException - if a system exception occurred

removeByT_S

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

Specified by:
removeByT_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByTR_S

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

Specified by:
removeByTR_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByG_U_S

public 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.

Specified by:
removeByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByG_C_T

public 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.

Specified by:
removeByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
Throws:
SystemException - if a system exception occurred

removeByG_C_S

public 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.

Specified by:
removeByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByC_C_S

public 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.

Specified by:
removeByC_C_S in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeByG_C_T_S

public 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.

Specified by:
removeByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
Throws:
SystemException - if a system exception occurred

removeAll

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

Specified by:
removeAll in interface MBMessagePersistence
Throws:
SystemException - if a system exception occurred

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Counts all the message-boards messages where uuid = ?.

Specified by:
countByUuid in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
                  throws SystemException
Counts all the message-boards messages where uuid = ? and groupId = ?.

Specified by:
countByUUID_G in interface MBMessagePersistence
Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Counts all the message-boards messages where groupId = ?.

Specified by:
countByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

public int filterCountByGroupId(long groupId)
                         throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ?.

Specified by:
filterCountByGroupId in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByCompanyId

public int countByCompanyId(long companyId)
                     throws SystemException
Counts all the message-boards messages where companyId = ?.

Specified by:
countByCompanyId in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByThreadId

public int countByThreadId(long threadId)
                    throws SystemException
Counts all the message-boards messages where threadId = ?.

Specified by:
countByThreadId in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByThreadReplies

public int countByThreadReplies(long threadId)
                         throws SystemException
Counts all the message-boards messages where threadId = ?.

Specified by:
countByThreadReplies in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByUserId

public int countByUserId(long userId)
                  throws SystemException
Counts all the message-boards messages where userId = ?.

Specified by:
countByUserId in interface MBMessagePersistence
Parameters:
userId - the user id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByG_U

public int countByG_U(long groupId,
                      long userId)
               throws SystemException
Counts all the message-boards messages where groupId = ? and userId = ?.

Specified by:
countByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_U

public int filterCountByG_U(long groupId,
                            long userId)
                     throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ?.

Specified by:
filterCountByG_U in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_C

public int countByG_C(long groupId,
                      long categoryId)
               throws SystemException
Counts all the message-boards messages where groupId = ? and categoryId = ?.

Specified by:
countByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C

public int filterCountByG_C(long groupId,
                            long categoryId)
                     throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ?.

Specified by:
filterCountByG_C in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_S

public int countByG_S(long groupId,
                      int status)
               throws SystemException
Counts all the message-boards messages where groupId = ? and status = ?.

Specified by:
countByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_S

public int filterCountByG_S(long groupId,
                            int status)
                     throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and status = ?.

Specified by:
filterCountByG_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
status - the status to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByC_S

public int countByC_S(long companyId,
                      int status)
               throws SystemException
Counts all the message-boards messages where companyId = ? and status = ?.

Specified by:
countByC_S in interface MBMessagePersistence
Parameters:
companyId - the company id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByC_C

public int countByC_C(long classNameId,
                      long classPK)
               throws SystemException
Counts all the message-boards messages where classNameId = ? and classPK = ?.

Specified by:
countByC_C in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByT_P

public int countByT_P(long threadId,
                      long parentMessageId)
               throws SystemException
Counts all the message-boards messages where threadId = ? and parentMessageId = ?.

Specified by:
countByT_P in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
parentMessageId - the parent message id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByT_S

public int countByT_S(long threadId,
                      int status)
               throws SystemException
Counts all the message-boards messages where threadId = ? and status = ?.

Specified by:
countByT_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByTR_S

public int countByTR_S(long threadId,
                       int status)
                throws SystemException
Counts all the message-boards messages where threadId = ? and status = ?.

Specified by:
countByTR_S in interface MBMessagePersistence
Parameters:
threadId - the thread id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByG_U_S

public int countByG_U_S(long groupId,
                        long userId,
                        int status)
                 throws SystemException
Counts all the message-boards messages where groupId = ? and userId = ? and status = ?.

Specified by:
countByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_U_S

public int filterCountByG_U_S(long groupId,
                              long userId,
                              int status)
                       throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and userId = ? and status = ?.

Specified by:
filterCountByG_U_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
userId - the user id to search with
status - the status to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_C_T

public int countByG_C_T(long groupId,
                        long categoryId,
                        long threadId)
                 throws SystemException
Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Specified by:
countByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_T

public int filterCountByG_C_T(long groupId,
                              long categoryId,
                              long threadId)
                       throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?.

Specified by:
filterCountByG_C_T in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_C_S

public int countByG_C_S(long groupId,
                        long categoryId,
                        int status)
                 throws SystemException
Counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Specified by:
countByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_S

public int filterCountByG_C_S(long groupId,
                              long categoryId,
                              int status)
                       throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and status = ?.

Specified by:
filterCountByG_C_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
status - the status to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByC_C_S

public int countByC_C_S(long classNameId,
                        long classPK,
                        int status)
                 throws SystemException
Counts all the message-boards messages where classNameId = ? and classPK = ? and status = ?.

Specified by:
countByC_C_S in interface MBMessagePersistence
Parameters:
classNameId - the class name id to search with
classPK - the class p k to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

countByG_C_T_S

public int countByG_C_T_S(long groupId,
                          long categoryId,
                          long threadId,
                          int status)
                   throws SystemException
Counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Specified by:
countByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
Returns:
the number of matching message-boards messages
Throws:
SystemException - if a system exception occurred

filterCountByG_C_T_S

public int filterCountByG_C_T_S(long groupId,
                                long categoryId,
                                long threadId,
                                int status)
                         throws SystemException
Filters by the user's permissions and counts all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?.

Specified by:
filterCountByG_C_T_S in interface MBMessagePersistence
Parameters:
groupId - the group id to search with
categoryId - the category id to search with
threadId - the thread id to search with
status - the status to search with
Returns:
the number of matching message-boards messages that the user has permission to view
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Counts all the message-boards messages.

Specified by:
countAll in interface MBMessagePersistence
Returns:
the number of message-boards messages
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the message-boards message persistence.


Liferay 6.0.5