Interface MBDiscussionPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<MBDiscussion>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<MBDiscussion>

@ProviderType public interface MBDiscussionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<MBDiscussion>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<MBDiscussion>
The persistence interface for the message boards discussion service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(MBDiscussion mbDiscussion)
    Caches the message boards discussion in the entity cache if it is enabled.
    void
    cacheResult(List<MBDiscussion> mbDiscussions)
    Caches the message boards discussions in the entity cache if it is enabled.
    int
    Returns the number of message boards discussions.
    int
    countByC_C(long classNameId, long classPK)
    Returns the number of message boards discussions where classNameId = ? and classPK = ?.
    int
    countByThreadId(long threadId)
    Returns the number of message boards discussions where threadId = ?.
    int
    Returns the number of message boards discussions where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of message boards discussions where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of message boards discussions where uuid = ? and groupId = ?.
    create(long discussionId)
    Creates a new message boards discussion with the primary key.
    fetchByC_C(long classNameId, long classPK)
    Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found.
    fetchByC_C(long classNameId, long classPK, boolean useFinderCache)
    Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long discussionId)
    Returns the message boards discussion with the primary key or returns null if it could not be found.
    fetchByThreadId(long threadId)
    Returns the message boards discussion where threadId = ? or returns null if it could not be found.
    fetchByThreadId(long threadId, boolean useFinderCache)
    Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the first message boards discussion in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the last message boards discussion in the ordered set where uuid = ?.
    Returns all the message boards discussions.
    findAll(int start, int end)
    Returns a range of all the message boards discussions.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns an ordered range of all the message boards discussions.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards discussions.
    findByC_C(long classNameId, long classPK)
    Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
    findByPrimaryKey(long discussionId)
    Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
    findByThreadId(long threadId)
    Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
    Returns all the message boards discussions where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the message boards discussions where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns an ordered range of all the message boards discussions where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards discussions where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the message boards discussions where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the message boards discussions where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the first message boards discussion in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the last message boards discussion in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long discussionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
    Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
    remove(long discussionId)
    Removes the message boards discussion with the primary key from the database.
    void
    Removes all the message boards discussions from the database.
    removeByC_C(long classNameId, long classPK)
    Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
    removeByThreadId(long threadId)
    Removes the message boards discussion where threadId = ? from the database.
    void
    Removes all the message boards discussions where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the message boards discussions where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the message boards discussion where uuid = ? and groupId = ? from the database.
    updateImpl(MBDiscussion mbDiscussion)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<MBDiscussion> findByUuid(String uuid)
      Returns all the message boards discussions where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching message boards discussions
    • findByUuid

      List<MBDiscussion> findByUuid(String uuid, int start, int end)
      Returns a range of all the message boards discussions where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      Returns:
      the range of matching message boards discussions
    • findByUuid

      List<MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns an ordered range of all the message boards discussions where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards discussions
    • findByUuid

      List<MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards discussions where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching message boards discussions
    • findByUuid_First

      MBDiscussion findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the first message boards discussion in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByUuid_First

      MBDiscussion fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns the first message boards discussion in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards discussion, or null if a matching message boards discussion could not be found
    • findByUuid_Last

      MBDiscussion findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the last message boards discussion in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByUuid_Last

      MBDiscussion fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns the last message boards discussion in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards discussion, or null if a matching message boards discussion could not be found
    • findByUuid_PrevAndNext

      MBDiscussion[] findByUuid_PrevAndNext(long discussionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
      Parameters:
      discussionId - the primary key of the current message boards discussion
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards discussion
      Throws:
      NoSuchDiscussionException - if a message boards discussion with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the message boards discussions where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of message boards discussions where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching message boards discussions
    • findByUUID_G

      MBDiscussion findByUUID_G(String uuid, long groupId) throws NoSuchDiscussionException
      Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByUUID_G

      MBDiscussion fetchByUUID_G(String uuid, long groupId)
      Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • fetchByUUID_G

      MBDiscussion fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • removeByUUID_G

      MBDiscussion removeByUUID_G(String uuid, long groupId) throws NoSuchDiscussionException
      Removes the message boards discussion where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the message boards discussion that was removed
      Throws:
      NoSuchDiscussionException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of message boards discussions where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching message boards discussions
    • findByUuid_C

      List<MBDiscussion> findByUuid_C(String uuid, long companyId)
      Returns all the message boards discussions where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching message boards discussions
    • findByUuid_C

      List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the message boards discussions where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      Returns:
      the range of matching message boards discussions
    • findByUuid_C

      List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards discussions
    • findByUuid_C

      List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching message boards discussions
    • findByUuid_C_First

      MBDiscussion findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByUuid_C_First

      MBDiscussion fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards discussion, or null if a matching message boards discussion could not be found
    • findByUuid_C_Last

      MBDiscussion findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByUuid_C_Last

      MBDiscussion fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards discussion, or null if a matching message boards discussion could not be found
    • findByUuid_C_PrevAndNext

      MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException
      Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      discussionId - the primary key of the current message boards discussion
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards discussion
      Throws:
      NoSuchDiscussionException - if a message boards discussion with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the message boards discussions where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of message boards discussions where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching message boards discussions
    • findByThreadId

      MBDiscussion findByThreadId(long threadId) throws NoSuchDiscussionException
      Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
      Parameters:
      threadId - the thread ID
      Returns:
      the matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByThreadId

      MBDiscussion fetchByThreadId(long threadId)
      Returns the message boards discussion where threadId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      threadId - the thread ID
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • fetchByThreadId

      MBDiscussion fetchByThreadId(long threadId, boolean useFinderCache)
      Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      threadId - the thread ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • removeByThreadId

      MBDiscussion removeByThreadId(long threadId) throws NoSuchDiscussionException
      Removes the message boards discussion where threadId = ? from the database.
      Parameters:
      threadId - the thread ID
      Returns:
      the message boards discussion that was removed
      Throws:
      NoSuchDiscussionException
    • countByThreadId

      int countByThreadId(long threadId)
      Returns the number of message boards discussions where threadId = ?.
      Parameters:
      threadId - the thread ID
      Returns:
      the number of matching message boards discussions
    • findByC_C

      MBDiscussion findByC_C(long classNameId, long classPK) throws NoSuchDiscussionException
      Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching message boards discussion
      Throws:
      NoSuchDiscussionException - if a matching message boards discussion could not be found
    • fetchByC_C

      MBDiscussion fetchByC_C(long classNameId, long classPK)
      Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • fetchByC_C

      MBDiscussion fetchByC_C(long classNameId, long classPK, boolean useFinderCache)
      Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards discussion, or null if a matching message boards discussion could not be found
    • removeByC_C

      MBDiscussion removeByC_C(long classNameId, long classPK) throws NoSuchDiscussionException
      Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the message boards discussion that was removed
      Throws:
      NoSuchDiscussionException
    • countByC_C

      int countByC_C(long classNameId, long classPK)
      Returns the number of message boards discussions where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching message boards discussions
    • cacheResult

      void cacheResult(MBDiscussion mbDiscussion)
      Caches the message boards discussion in the entity cache if it is enabled.
      Parameters:
      mbDiscussion - the message boards discussion
    • cacheResult

      void cacheResult(List<MBDiscussion> mbDiscussions)
      Caches the message boards discussions in the entity cache if it is enabled.
      Parameters:
      mbDiscussions - the message boards discussions
    • create

      MBDiscussion create(long discussionId)
      Creates a new message boards discussion with the primary key. Does not add the message boards discussion to the database.
      Parameters:
      discussionId - the primary key for the new message boards discussion
      Returns:
      the new message boards discussion
    • remove

      MBDiscussion remove(long discussionId) throws NoSuchDiscussionException
      Removes the message boards discussion with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      discussionId - the primary key of the message boards discussion
      Returns:
      the message boards discussion that was removed
      Throws:
      NoSuchDiscussionException - if a message boards discussion with the primary key could not be found
    • updateImpl

      MBDiscussion updateImpl(MBDiscussion mbDiscussion)
    • findByPrimaryKey

      MBDiscussion findByPrimaryKey(long discussionId) throws NoSuchDiscussionException
      Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
      Parameters:
      discussionId - the primary key of the message boards discussion
      Returns:
      the message boards discussion
      Throws:
      NoSuchDiscussionException - if a message boards discussion with the primary key could not be found
    • fetchByPrimaryKey

      MBDiscussion fetchByPrimaryKey(long discussionId)
      Returns the message boards discussion with the primary key or returns null if it could not be found.
      Parameters:
      discussionId - the primary key of the message boards discussion
      Returns:
      the message boards discussion, or null if a message boards discussion with the primary key could not be found
    • findAll

      List<MBDiscussion> findAll()
      Returns all the message boards discussions.
      Returns:
      the message boards discussions
    • findAll

      List<MBDiscussion> findAll(int start, int end)
      Returns a range of all the message boards discussions.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      Returns:
      the range of message boards discussions
    • findAll

      List<MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      Returns an ordered range of all the message boards discussions.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of message boards discussions
    • findAll

      List<MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards discussions.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from MBDiscussionModelImpl.

      Parameters:
      start - the lower bound of the range of message boards discussions
      end - the upper bound of the range of message boards discussions (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of message boards discussions
    • removeAll

      void removeAll()
      Removes all the message boards discussions from the database.
    • countAll

      int countAll()
      Returns the number of message boards discussions.
      Returns:
      the number of message boards discussions