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

public class MBBanUtil extends Object
The persistence utility for the message boards ban service. This utility wraps com.liferay.message.boards.service.persistence.impl.MBBanPersistenceImpl 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
    Caches the message boards ban in the entity cache if it is enabled.
    static void
    Caches the message boards bans in the entity cache if it is enabled.
    static void
     
    static void
     
    static int
    Returns the number of message boards bans.
    static int
    countByBanUserId(long banUserId)
    Returns the number of message boards bans where banUserId = ?.
    static int
    countByG_B(long groupId, long banUserId)
    Returns the number of message boards bans where groupId = ? and banUserId = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of message boards bans where groupId = ?.
    static int
    countByUserId(long userId)
    Returns the number of message boards bans where userId = ?.
    static int
    Returns the number of message boards bans where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of message boards bans where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of message boards bans where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static MBBan
    create(long banId)
    Creates a new message boards ban with the primary key.
    static MBBan
    fetchByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where banUserId = ?.
    static MBBan
    fetchByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where banUserId = ?.
    static MBBan
    fetchByG_B(long groupId, long banUserId)
    Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found.
    static MBBan
    fetchByG_B(long groupId, long banUserId, boolean useFinderCache)
    Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
    static MBBan
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where groupId = ?.
    static MBBan
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where groupId = ?.
    static MBBan
    fetchByPrimaryKey(long banId)
    Returns the message boards ban with the primary key or returns null if it could not be found.
     
    static MBBan
    fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where userId = ?.
    static MBBan
    fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where userId = ?.
    static MBBan
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
    static MBBan
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
    static MBBan
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where uuid = ?.
    static MBBan
    fetchByUUID_G(String uuid, long groupId)
    Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found.
    static MBBan
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    static MBBan
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where uuid = ?.
    static List<MBBan>
    Returns all the message boards bans.
    static List<MBBan>
    findAll(int start, int end)
    Returns a range of all the message boards bans.
    static List<MBBan>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans.
    static List<MBBan>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans.
    static List<MBBan>
    findByBanUserId(long banUserId)
    Returns all the message boards bans where banUserId = ?.
    static List<MBBan>
    findByBanUserId(long banUserId, int start, int end)
    Returns a range of all the message boards bans where banUserId = ?.
    static List<MBBan>
    findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans where banUserId = ?.
    static List<MBBan>
    findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans where banUserId = ?.
    static MBBan
    findByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where banUserId = ?.
    static MBBan
    findByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where banUserId = ?.
    static MBBan[]
    findByBanUserId_PrevAndNext(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
    static MBBan
    findByG_B(long groupId, long banUserId)
    Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
    static List<MBBan>
    findByGroupId(long groupId)
    Returns all the message boards bans where groupId = ?.
    static List<MBBan>
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the message boards bans where groupId = ?.
    static List<MBBan>
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans where groupId = ?.
    static List<MBBan>
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans where groupId = ?.
    static MBBan
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where groupId = ?.
    static MBBan
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where groupId = ?.
    static MBBan[]
    findByGroupId_PrevAndNext(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
    static MBBan
    findByPrimaryKey(long banId)
    Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
    static List<MBBan>
    findByUserId(long userId)
    Returns all the message boards bans where userId = ?.
    static List<MBBan>
    findByUserId(long userId, int start, int end)
    Returns a range of all the message boards bans where userId = ?.
    static List<MBBan>
    findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans where userId = ?.
    static List<MBBan>
    findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans where userId = ?.
    static MBBan
    findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where userId = ?.
    static MBBan
    findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where userId = ?.
    static MBBan[]
    findByUserId_PrevAndNext(long banId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
    static List<MBBan>
    Returns all the message boards bans where uuid = ?.
    static List<MBBan>
    findByUuid(String uuid, int start, int end)
    Returns a range of all the message boards bans where uuid = ?.
    static List<MBBan>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans where uuid = ?.
    static List<MBBan>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans where uuid = ?.
    static List<MBBan>
    findByUuid_C(String uuid, long companyId)
    Returns all the message boards bans where uuid = ? and companyId = ?.
    static List<MBBan>
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the message boards bans where uuid = ? and companyId = ?.
    static List<MBBan>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
    static List<MBBan>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
    static MBBan
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
    static MBBan
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
    static MBBan[]
    findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
    static MBBan
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the first message boards ban in the ordered set where uuid = ?.
    static MBBan
    findByUUID_G(String uuid, long groupId)
    Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
    static MBBan
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the last message boards ban in the ordered set where uuid = ?.
    static MBBan[]
    findByUuid_PrevAndNext(long banId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
    Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
    static List<MBBan>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static List<MBBan>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    static List<MBBan>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
     
     
    static MBBan
    remove(long banId)
    Removes the message boards ban with the primary key from the database.
    static void
    Removes all the message boards bans from the database.
    static void
    removeByBanUserId(long banUserId)
    Removes all the message boards bans where banUserId = ? from the database.
    static MBBan
    removeByG_B(long groupId, long banUserId)
    Removes the message boards ban where groupId = ? and banUserId = ? from the database.
    static void
    removeByGroupId(long groupId)
    Removes all the message boards bans where groupId = ? from the database.
    static void
    removeByUserId(long userId)
    Removes all the message boards bans where userId = ? from the database.
    static void
    Removes all the message boards bans where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the message boards bans where uuid = ? and companyId = ? from the database.
    static MBBan
    removeByUUID_G(String uuid, long groupId)
    Removes the message boards ban where uuid = ? and groupId = ? from the database.
    static void
     
    static MBBan
    update(MBBan mbBan)
     
    static MBBan
    update(MBBan mbBan, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    static MBBan
     

    Methods inherited from class java.lang.Object

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

    • MBBanUtil

      public MBBanUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(MBBan mbBan)
      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,MBBan> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

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

      public static List<MBBan> findByUuid(String uuid, int start, int end)
      Returns a range of all the message boards bans 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 MBBanModelImpl.

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

      public static List<MBBan> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns an ordered range of all the message boards bans 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 MBBanModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the message boards bans 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 MBBanModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      public static List<MBBan> findByGroupId(long groupId)
      Returns all the message boards bans where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching message boards bans
    • findByGroupId

      public static List<MBBan> findByGroupId(long groupId, int start, int end)
      Returns a range of all the message boards bans where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      Returns:
      the range of matching message boards bans
    • findByGroupId

      public static List<MBBan> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns an ordered range of all the message boards bans where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards bans
    • findByGroupId

      public static List<MBBan> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards bans where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (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 bans
    • findByGroupId_First

      public static MBBan findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the first message boards ban in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByGroupId_First

      public static MBBan fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the first message boards ban in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban, or null if a matching message boards ban could not be found
    • findByGroupId_Last

      public static MBBan findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the last message boards ban in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByGroupId_Last

      public static MBBan fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the last message boards ban in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban, or null if a matching message boards ban could not be found
    • findByGroupId_PrevAndNext

      public static MBBan[] findByGroupId_PrevAndNext(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
      Parameters:
      banId - the primary key of the current message boards ban
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards ban
      Throws:
      NoSuchBanException - if a message boards ban with the primary key could not be found
      NoSuchBanException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the message boards bans where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of message boards bans where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching message boards bans
    • findByUserId

      public static List<MBBan> findByUserId(long userId)
      Returns all the message boards bans where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the matching message boards bans
    • findByUserId

      public static List<MBBan> findByUserId(long userId, int start, int end)
      Returns a range of all the message boards bans where userId = ?.

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

      Parameters:
      userId - the user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      Returns:
      the range of matching message boards bans
    • findByUserId

      public static List<MBBan> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns an ordered range of all the message boards bans where userId = ?.

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

      Parameters:
      userId - the user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards bans
    • findByUserId

      public static List<MBBan> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards bans where userId = ?.

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

      Parameters:
      userId - the user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (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 bans
    • findByUserId_First

      public static MBBan findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the first message boards ban in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByUserId_First

      public static MBBan fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the first message boards ban in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban, or null if a matching message boards ban could not be found
    • findByUserId_Last

      public static MBBan findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the last message boards ban in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByUserId_Last

      public static MBBan fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the last message boards ban in the ordered set where userId = ?.
      Parameters:
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban, or null if a matching message boards ban could not be found
    • findByUserId_PrevAndNext

      public static MBBan[] findByUserId_PrevAndNext(long banId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
      Parameters:
      banId - the primary key of the current message boards ban
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards ban
      Throws:
      NoSuchBanException - if a message boards ban with the primary key could not be found
      NoSuchBanException
    • removeByUserId

      public static void removeByUserId(long userId)
      Removes all the message boards bans where userId = ? from the database.
      Parameters:
      userId - the user ID
    • countByUserId

      public static int countByUserId(long userId)
      Returns the number of message boards bans where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the number of matching message boards bans
    • findByBanUserId

      public static List<MBBan> findByBanUserId(long banUserId)
      Returns all the message boards bans where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      Returns:
      the matching message boards bans
    • findByBanUserId

      public static List<MBBan> findByBanUserId(long banUserId, int start, int end)
      Returns a range of all the message boards bans where banUserId = ?.

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

      Parameters:
      banUserId - the ban user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      Returns:
      the range of matching message boards bans
    • findByBanUserId

      public static List<MBBan> findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns an ordered range of all the message boards bans where banUserId = ?.

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

      Parameters:
      banUserId - the ban user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards bans
    • findByBanUserId

      public static List<MBBan> findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards bans where banUserId = ?.

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

      Parameters:
      banUserId - the ban user ID
      start - the lower bound of the range of message boards bans
      end - the upper bound of the range of message boards bans (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 bans
    • findByBanUserId_First

      public static MBBan findByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the first message boards ban in the ordered set where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByBanUserId_First

      public static MBBan fetchByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the first message boards ban in the ordered set where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards ban, or null if a matching message boards ban could not be found
    • findByBanUserId_Last

      public static MBBan findByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the last message boards ban in the ordered set where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByBanUserId_Last

      public static MBBan fetchByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator)
      Returns the last message boards ban in the ordered set where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards ban, or null if a matching message boards ban could not be found
    • findByBanUserId_PrevAndNext

      public static MBBan[] findByBanUserId_PrevAndNext(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
      Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
      Parameters:
      banId - the primary key of the current message boards ban
      banUserId - the ban user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards ban
      Throws:
      NoSuchBanException - if a message boards ban with the primary key could not be found
      NoSuchBanException
    • removeByBanUserId

      public static void removeByBanUserId(long banUserId)
      Removes all the message boards bans where banUserId = ? from the database.
      Parameters:
      banUserId - the ban user ID
    • countByBanUserId

      public static int countByBanUserId(long banUserId)
      Returns the number of message boards bans where banUserId = ?.
      Parameters:
      banUserId - the ban user ID
      Returns:
      the number of matching message boards bans
    • findByG_B

      public static MBBan findByG_B(long groupId, long banUserId) throws NoSuchBanException
      Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
      Parameters:
      groupId - the group ID
      banUserId - the ban user ID
      Returns:
      the matching message boards ban
      Throws:
      NoSuchBanException - if a matching message boards ban could not be found
      NoSuchBanException
    • fetchByG_B

      public static MBBan fetchByG_B(long groupId, long banUserId)
      Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      banUserId - the ban user ID
      Returns:
      the matching message boards ban, or null if a matching message boards ban could not be found
    • fetchByG_B

      public static MBBan fetchByG_B(long groupId, long banUserId, boolean useFinderCache)
      Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      banUserId - the ban user ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards ban, or null if a matching message boards ban could not be found
    • removeByG_B

      public static MBBan removeByG_B(long groupId, long banUserId) throws NoSuchBanException
      Removes the message boards ban where groupId = ? and banUserId = ? from the database.
      Parameters:
      groupId - the group ID
      banUserId - the ban user ID
      Returns:
      the message boards ban that was removed
      Throws:
      NoSuchBanException
    • countByG_B

      public static int countByG_B(long groupId, long banUserId)
      Returns the number of message boards bans where groupId = ? and banUserId = ?.
      Parameters:
      groupId - the group ID
      banUserId - the ban user ID
      Returns:
      the number of matching message boards bans
    • cacheResult

      public static void cacheResult(MBBan mbBan)
      Caches the message boards ban in the entity cache if it is enabled.
      Parameters:
      mbBan - the message boards ban
    • cacheResult

      public static void cacheResult(List<MBBan> mbBans)
      Caches the message boards bans in the entity cache if it is enabled.
      Parameters:
      mbBans - the message boards bans
    • create

      public static MBBan create(long banId)
      Creates a new message boards ban with the primary key. Does not add the message boards ban to the database.
      Parameters:
      banId - the primary key for the new message boards ban
      Returns:
      the new message boards ban
    • remove

      public static MBBan remove(long banId) throws NoSuchBanException
      Removes the message boards ban with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      banId - the primary key of the message boards ban
      Returns:
      the message boards ban that was removed
      Throws:
      NoSuchBanException - if a message boards ban with the primary key could not be found
      NoSuchBanException
    • updateImpl

      public static MBBan updateImpl(MBBan mbBan)
    • findByPrimaryKey

      public static MBBan findByPrimaryKey(long banId) throws NoSuchBanException
      Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
      Parameters:
      banId - the primary key of the message boards ban
      Returns:
      the message boards ban
      Throws:
      NoSuchBanException - if a message boards ban with the primary key could not be found
      NoSuchBanException
    • fetchByPrimaryKey

      public static MBBan fetchByPrimaryKey(long banId)
      Returns the message boards ban with the primary key or returns null if it could not be found.
      Parameters:
      banId - the primary key of the message boards ban
      Returns:
      the message boards ban, or null if a message boards ban with the primary key could not be found
    • findAll

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

      public static List<MBBan> findAll(int start, int end)
      Returns a range of all the message boards bans.

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

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

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

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

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

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

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

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

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

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

      public static MBBanPersistence getPersistence()
    • setPersistence

      public static void setPersistence(MBBanPersistence persistence)