Class MBDiscussionUtil

java.lang.Object
com.liferay.message.boards.service.persistence.MBDiscussionUtil

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(MBDiscussion mbDiscussion)
    Caches the message boards discussion in the entity cache if it is enabled.
    static void
    cacheResult(List<MBDiscussion> mbDiscussions)
    Caches the message boards discussions in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(MBDiscussion mbDiscussion)
     
    static int
    Returns the number of message boards discussions.
    static int
    countByC_C(long classNameId, long classPK)
    Returns the number of message boards discussions where classNameId = ? and classPK = ?.
    static int
    countByThreadId(long threadId)
    Returns the number of message boards discussions where threadId = ?.
    static int
    Returns the number of message boards discussions where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of message boards discussions where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of message boards discussions where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static MBDiscussion[]
    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 = ?.
    static MBDiscussion[]
    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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
     
     
    remove(long discussionId)
    Removes the message boards discussion with the primary key from the database.
    static 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.
    static void
    Removes all the message boards discussions where uuid = ? from the database.
    static 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.
    static void
     
    update(MBDiscussion mbDiscussion)
     
    update(MBDiscussion mbDiscussion, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(MBDiscussion mbDiscussion)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MBDiscussionUtil

      public MBDiscussionUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(MBDiscussion mbDiscussion)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,MBDiscussion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static MBDiscussion update(MBDiscussion mbDiscussion)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static MBDiscussion update(MBDiscussion mbDiscussion, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

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

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

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

      public static 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
      NoSuchDiscussionException
    • fetchByUuid_First

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

      public static 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
      NoSuchDiscussionException
    • fetchByUuid_Last

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

      public static 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
      NoSuchDiscussionException
    • removeByUuid

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

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

      public static 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
      NoSuchDiscussionException
    • fetchByUUID_G

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

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

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

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

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

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

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

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

      public static 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
      NoSuchDiscussionException
    • fetchByUuid_C_First

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

      public static 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
      NoSuchDiscussionException
    • fetchByUuid_C_Last

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

      public static 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
      NoSuchDiscussionException
    • removeByUuid_C

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

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

      public static 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
      NoSuchDiscussionException
    • fetchByThreadId

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

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

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

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

      public static 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
      NoSuchDiscussionException
    • fetchByC_C

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

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

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

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

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

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

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

      public static 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
      NoSuchDiscussionException
    • updateImpl

      public static MBDiscussion updateImpl(MBDiscussion mbDiscussion)
    • findByPrimaryKey

      public static 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
      NoSuchDiscussionException
    • fetchByPrimaryKey

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

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

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

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

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

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

      public static int countAll()
      Returns the number of message boards discussions.
      Returns:
      the number of message boards discussions
    • getPersistence

      public static MBDiscussionPersistence getPersistence()
    • setPersistence

      public static void setPersistence(MBDiscussionPersistence persistence)