Interface MBMailingListPersistence

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

@ProviderType public interface MBMailingListPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<MBMailingList>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<MBMailingList>
The persistence interface for the message boards mailing list service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(MBMailingList mbMailingList)
    Caches the message boards mailing list in the entity cache if it is enabled.
    void
    cacheResult(List<MBMailingList> mbMailingLists)
    Caches the message boards mailing lists in the entity cache if it is enabled.
    int
    Returns the number of message boards mailing lists.
    int
    countByActive(boolean active)
    Returns the number of message boards mailing lists where active = ?.
    int
    countByG_C(long groupId, long categoryId)
    Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.
    int
    Returns the number of message boards mailing lists where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of message boards mailing lists where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of message boards mailing lists where uuid = ? and groupId = ?.
    create(long mailingListId)
    Creates a new message boards mailing list with the primary key.
    fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where active = ?.
    fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where active = ?.
    fetchByG_C(long groupId, long categoryId)
    Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found.
    fetchByG_C(long groupId, long categoryId, boolean useFinderCache)
    Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long mailingListId)
    Returns the message boards mailing list with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the message boards mailing list 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 mailing list 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<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where uuid = ?.
    Returns all the message boards mailing lists.
    findAll(int start, int end)
    Returns a range of all the message boards mailing lists.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns an ordered range of all the message boards mailing lists.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards mailing lists.
    findByActive(boolean active)
    Returns all the message boards mailing lists where active = ?.
    findByActive(boolean active, int start, int end)
    Returns a range of all the message boards mailing lists where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns an ordered range of all the message boards mailing lists where active = ?.
    findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards mailing lists where active = ?.
    findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where active = ?.
    findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where active = ?.
    findByActive_PrevAndNext(long mailingListId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
    findByG_C(long groupId, long categoryId)
    Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
    findByPrimaryKey(long mailingListId)
    Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
    Returns all the message boards mailing lists where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the message boards mailing lists where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns an ordered range of all the message boards mailing lists where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards mailing lists where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the message boards mailing lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the first message boards mailing list in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the last message boards mailing list in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long mailingListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
    Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
    remove(long mailingListId)
    Removes the message boards mailing list with the primary key from the database.
    void
    Removes all the message boards mailing lists from the database.
    void
    removeByActive(boolean active)
    Removes all the message boards mailing lists where active = ? from the database.
    removeByG_C(long groupId, long categoryId)
    Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
    void
    Removes all the message boards mailing lists where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
    updateImpl(MBMailingList mbMailingList)
     

    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<MBMailingList> findByUuid(String uuid)
      Returns all the message boards mailing lists where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching message boards mailing lists
    • findByUuid

      List<MBMailingList> findByUuid(String uuid, int start, int end)
      Returns a range of all the message boards mailing lists 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 MBMailingListModelImpl.

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

      List<MBMailingList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl.

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

      List<MBMailingList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of message boards mailing lists
      end - the upper bound of the range of message boards mailing lists (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 mailing lists
    • findByUuid_First

      MBMailingList findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the first message boards mailing list 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 mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByUuid_First

      MBMailingList fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the first message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • findByUuid_Last

      MBMailingList findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the last message boards mailing list 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 mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByUuid_Last

      MBMailingList fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the last message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • findByUuid_PrevAndNext

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

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

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

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

      MBMailingList fetchByUUID_G(String uuid, long groupId)
      Returns the message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • fetchByUUID_G

      MBMailingList fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • removeByUUID_G

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

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

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

      List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the message boards mailing lists 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 MBMailingListModelImpl.

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

      List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl.

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

      List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of message boards mailing lists
      end - the upper bound of the range of message boards mailing lists (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 mailing lists
    • findByUuid_C_First

      MBMailingList findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the first message boards mailing list 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 mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByUuid_C_First

      MBMailingList fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the first message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • findByUuid_C_Last

      MBMailingList findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the last message boards mailing list 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 mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByUuid_C_Last

      MBMailingList fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the last message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
    • findByUuid_C_PrevAndNext

      MBMailingList[] findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      mailingListId - the primary key of the current message boards mailing list
      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 mailing list
      Throws:
      NoSuchMailingListException - if a message boards mailing list with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the message boards mailing lists 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 mailing lists where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching message boards mailing lists
    • findByActive

      List<MBMailingList> findByActive(boolean active)
      Returns all the message boards mailing lists where active = ?.
      Parameters:
      active - the active
      Returns:
      the matching message boards mailing lists
    • findByActive

      List<MBMailingList> findByActive(boolean active, int start, int end)
      Returns a range of all the message boards mailing lists where active = ?.

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

      Parameters:
      active - the active
      start - the lower bound of the range of message boards mailing lists
      end - the upper bound of the range of message boards mailing lists (not inclusive)
      Returns:
      the range of matching message boards mailing lists
    • findByActive

      List<MBMailingList> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns an ordered range of all the message boards mailing lists where active = ?.

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

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

      List<MBMailingList> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards mailing lists where active = ?.

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

      Parameters:
      active - the active
      start - the lower bound of the range of message boards mailing lists
      end - the upper bound of the range of message boards mailing lists (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 mailing lists
    • findByActive_First

      MBMailingList findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the first message boards mailing list in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByActive_First

      MBMailingList fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the first message boards mailing list in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards mailing list, or null if a matching message boards mailing list could not be found
    • findByActive_Last

      MBMailingList findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the last message boards mailing list in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByActive_Last

      MBMailingList fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator)
      Returns the last message boards mailing list in the ordered set where active = ?.
      Parameters:
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards mailing list, or null if a matching message boards mailing list could not be found
    • findByActive_PrevAndNext

      MBMailingList[] findByActive_PrevAndNext(long mailingListId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException
      Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
      Parameters:
      mailingListId - the primary key of the current message boards mailing list
      active - the active
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards mailing list
      Throws:
      NoSuchMailingListException - if a message boards mailing list with the primary key could not be found
    • removeByActive

      void removeByActive(boolean active)
      Removes all the message boards mailing lists where active = ? from the database.
      Parameters:
      active - the active
    • countByActive

      int countByActive(boolean active)
      Returns the number of message boards mailing lists where active = ?.
      Parameters:
      active - the active
      Returns:
      the number of matching message boards mailing lists
    • findByG_C

      MBMailingList findByG_C(long groupId, long categoryId) throws NoSuchMailingListException
      Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
      Parameters:
      groupId - the group ID
      categoryId - the category ID
      Returns:
      the matching message boards mailing list
      Throws:
      NoSuchMailingListException - if a matching message boards mailing list could not be found
    • fetchByG_C

      MBMailingList fetchByG_C(long groupId, long categoryId)
      Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      categoryId - the category ID
      Returns:
      the matching message boards mailing list, or null if a matching message boards mailing list could not be found
    • fetchByG_C

      MBMailingList fetchByG_C(long groupId, long categoryId, boolean useFinderCache)
      Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      categoryId - the category ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards mailing list, or null if a matching message boards mailing list could not be found
    • removeByG_C

      MBMailingList removeByG_C(long groupId, long categoryId) throws NoSuchMailingListException
      Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
      Parameters:
      groupId - the group ID
      categoryId - the category ID
      Returns:
      the message boards mailing list that was removed
      Throws:
      NoSuchMailingListException
    • countByG_C

      int countByG_C(long groupId, long categoryId)
      Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.
      Parameters:
      groupId - the group ID
      categoryId - the category ID
      Returns:
      the number of matching message boards mailing lists
    • cacheResult

      void cacheResult(MBMailingList mbMailingList)
      Caches the message boards mailing list in the entity cache if it is enabled.
      Parameters:
      mbMailingList - the message boards mailing list
    • cacheResult

      void cacheResult(List<MBMailingList> mbMailingLists)
      Caches the message boards mailing lists in the entity cache if it is enabled.
      Parameters:
      mbMailingLists - the message boards mailing lists
    • create

      MBMailingList create(long mailingListId)
      Creates a new message boards mailing list with the primary key. Does not add the message boards mailing list to the database.
      Parameters:
      mailingListId - the primary key for the new message boards mailing list
      Returns:
      the new message boards mailing list
    • remove

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

      MBMailingList updateImpl(MBMailingList mbMailingList)
    • findByPrimaryKey

      MBMailingList findByPrimaryKey(long mailingListId) throws NoSuchMailingListException
      Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
      Parameters:
      mailingListId - the primary key of the message boards mailing list
      Returns:
      the message boards mailing list
      Throws:
      NoSuchMailingListException - if a message boards mailing list with the primary key could not be found
    • fetchByPrimaryKey

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

      List<MBMailingList> findAll()
      Returns all the message boards mailing lists.
      Returns:
      the message boards mailing lists
    • findAll

      List<MBMailingList> findAll(int start, int end)
      Returns a range of all the message boards mailing lists.

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

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

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

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

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

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

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

      Parameters:
      start - the lower bound of the range of message boards mailing lists
      end - the upper bound of the range of message boards mailing lists (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 mailing lists
    • removeAll

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

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