Interface MBCategoryPersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(MBCategory mbCategory)
    Caches the message boards category in the entity cache if it is enabled.
    void
    cacheResult(List<MBCategory> mbCategories)
    Caches the message boards categories in the entity cache if it is enabled.
    int
    Returns the number of message boards categories.
    int
    countByC_S(long companyId, int status)
    Returns the number of message boards categories where companyId = ? and status = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of message boards categories where companyId = ?.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of message boards categories where externalReferenceCode = ? and groupId = ?.
    int
    countByG_F(long groupId, String friendlyURL)
    Returns the number of message boards categories where groupId = ? and friendlyURL = ?.
    int
    countByG_P(long groupId, long parentCategoryId)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = ?.
    int
    countByG_P(long groupId, long[] parentCategoryIds)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?.
    int
    countByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    int
    countByG_P_NotS(long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
    int
    countByG_P_S(long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
    int
    countByG_P_S(long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
    int
    countByG_S(long groupId, int status)
    Returns the number of message boards categories where groupId = ? and status = ?.
    int
    countByGroupId(long groupId)
    Returns the number of message boards categories where groupId = ?.
    int
    countByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
    Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    int
    countByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
    Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    int
    countByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    int
    countByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    int
    Returns the number of message boards categories where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of message boards categories where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of message boards categories where uuid = ? and groupId = ?.
    create(long categoryId)
    Creates a new message boards category with the primary key.
    fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where companyId = ? and status = ?.
    fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where companyId = ? and status = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where companyId = ?.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the message boards category where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the message boards category where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_F(long groupId, String friendlyURL)
    Returns the message boards category where groupId = ? and friendlyURL = ? or returns null if it could not be found.
    fetchByG_F(long groupId, String friendlyURL, boolean useFinderCache)
    Returns the message boards category where groupId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
    fetchByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
    fetchByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
    fetchByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
    fetchByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
    fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
    fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and status = ?.
    fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and status = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ?.
    fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    fetchByPrimaryKey(long categoryId)
    Returns the message boards category 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<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the message boards category 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 category 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<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where uuid = ?.
    int
    filterCountByG_P(long groupId, long parentCategoryId)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
    int
    filterCountByG_P(long groupId, long[] parentCategoryIds)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
    int
    filterCountByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    int
    filterCountByG_P_NotS(long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
    int
    filterCountByG_P_S(long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
    int
    filterCountByG_P_S(long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
    int
    filterCountByG_S(long groupId, int status)
    Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of message boards categories that the user has permission to view where groupId = ?.
    int
    filterCountByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
    Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    int
    filterCountByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
    Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    int
    filterCountByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
    Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    int
    filterCountByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
    Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByG_P(long groupId, long parentCategoryId)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
    filterFindByG_P(long groupId, long[] parentCategoryIds)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
    filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
    filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
    filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
    filterFindByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
    filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    filterFindByG_P_NotS(long groupId, long parentCategoryId, int status)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
    filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
    filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
    filterFindByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
    filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
    filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByG_P_S(long groupId, long parentCategoryId, int status)
    Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByG_S(long groupId, int status)
    Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.
    filterFindByG_S(long groupId, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.
    filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
    filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
    filterFindByGroupId(long groupId)
    Returns all the message boards categories that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
    filterFindByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
    filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
    Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
    Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
    Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    Returns all the message boards categories.
    findAll(int start, int end)
    Returns a range of all the message boards categories.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories.
    findByC_S(long companyId, int status)
    Returns all the message boards categories where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end)
    Returns a range of all the message boards categories where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
    findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where companyId = ? and status = ?.
    findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where companyId = ? and status = ?.
    findByC_S_PrevAndNext(long categoryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
    findByCompanyId(long companyId)
    Returns all the message boards categories where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the message boards categories where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long categoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns the message boards category where externalReferenceCode = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
    findByG_F(long groupId, String friendlyURL)
    Returns the message boards category where groupId = ? and friendlyURL = ? or throws a NoSuchCategoryException if it could not be found.
    findByG_P(long groupId, long parentCategoryId)
    Returns all the message boards categories where groupId = ? and parentCategoryId = ?.
    findByG_P(long groupId, long[] parentCategoryIds)
    Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.
    findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
    findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
    findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
    findByG_P(long groupId, long parentCategoryId, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
    findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
    findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
    findByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
    findByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
    findByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.
    findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?, optionally using the finder cache.
    findByG_P_NotS(long groupId, long parentCategoryId, int status)
    Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
    findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
    findByG_P_S(long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
    findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
    findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
    findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
    findByG_P_S(long groupId, long parentCategoryId, int status)
    Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
    findByG_S(long groupId, int status)
    Returns all the message boards categories where groupId = ? and status = ?.
    findByG_S(long groupId, int status, int start, int end)
    Returns a range of all the message boards categories where groupId = ? and status = ?.
    findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
    findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
    findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ? and status = ?.
    findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ? and status = ?.
    findByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
    findByGroupId(long groupId)
    Returns all the message boards categories where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the message boards categories where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
    findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
    Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
    Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
    findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
    findByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
    Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
    Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
    findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
    Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
    Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
    findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
    findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
    Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
    Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
    findByPrimaryKey(long categoryId)
    Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
    Returns all the message boards categories where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the message boards categories where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the message boards categories where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the message boards categories where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the first message boards category in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the last message boards category in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long categoryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
    Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
    remove(long categoryId)
    Removes the message boards category with the primary key from the database.
    void
    Removes all the message boards categories from the database.
    void
    removeByC_S(long companyId, int status)
    Removes all the message boards categories where companyId = ? and status = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the message boards categories where companyId = ? from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the message boards category where externalReferenceCode = ? and groupId = ? from the database.
    removeByG_F(long groupId, String friendlyURL)
    Removes the message boards category where groupId = ? and friendlyURL = ? from the database.
    void
    removeByG_P(long groupId, long parentCategoryId)
    Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.
    void
    removeByG_P_NotS(long groupId, long parentCategoryId, int status)
    Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ? from the database.
    void
    removeByG_P_S(long groupId, long parentCategoryId, int status)
    Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database.
    void
    removeByG_S(long groupId, int status)
    Removes all the message boards categories where groupId = ? and status = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the message boards categories where groupId = ? from the database.
    void
    removeByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
    Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? from the database.
    void
    removeByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
    Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ? from the database.
    void
    Removes all the message boards categories where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the message boards categories where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the message boards category where uuid = ? and groupId = ? from the database.
    updateImpl(MBCategory mbCategory)
     

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

      List<MBCategory> findByUuid(String uuid, int start, int end)
      Returns a range of all the message boards categories 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 MBCategoryModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<MBCategory> findByGroupId(long groupId, int start, int end)
      Returns a range of all the message boards categories 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 MBCategoryModelImpl.

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

      List<MBCategory> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories 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 MBCategoryModelImpl.

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

      List<MBCategory> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories 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 MBCategoryModelImpl.

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

      MBCategory findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category 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 category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByGroupId_First

      MBCategory fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category 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 category, or null if a matching message boards category could not be found
    • findByGroupId_Last

      MBCategory findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category 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 category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByGroupId_Last

      MBCategory fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category 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 category, or null if a matching message boards category could not be found
    • findByGroupId_PrevAndNext

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

      List<MBCategory> filterFindByGroupId(long groupId)
      Returns all the message boards categories that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByGroupId

      List<MBCategory> filterFindByGroupId(long groupId, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByGroupId

      List<MBCategory> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByGroupId_PrevAndNext

      MBCategory[] filterFindByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • removeByGroupId

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

      int countByGroupId(long groupId)
      Returns the number of message boards categories where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching message boards categories
    • filterCountByGroupId

      int filterCountByGroupId(long groupId)
      Returns the number of message boards categories that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByCompanyId

      List<MBCategory> findByCompanyId(long companyId)
      Returns all the message boards categories where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching message boards categories
    • findByCompanyId

      List<MBCategory> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the message boards categories where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      MBCategory findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByCompanyId_First

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

      MBCategory findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByCompanyId_Last

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

      MBCategory[] findByCompanyId_PrevAndNext(long categoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the message boards categories where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of message boards categories where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching message boards categories
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long parentCategoryId)
      Returns all the message boards categories where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the matching message boards categories
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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

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

      List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • findByG_P_First

      MBCategory findByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_First

      MBCategory fetchByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_Last

      MBCategory findByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_Last

      MBCategory fetchByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_PrevAndNext

      MBCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByG_P_PrevAndNext

      MBCategory[] filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P

      List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds)
      Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the matching message boards categories
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P

      List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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

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

      List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • removeByG_P

      void removeByG_P(long groupId, long parentCategoryId)
      Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
    • countByG_P

      int countByG_P(long groupId, long parentCategoryId)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the number of matching message boards categories
    • countByG_P

      int countByG_P(long groupId, long[] parentCategoryIds)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the number of matching message boards categories
    • filterCountByG_P

      int filterCountByG_P(long groupId, long parentCategoryId)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the number of matching message boards categories that the user has permission to view
    • filterCountByG_P

      int filterCountByG_P(long groupId, long[] parentCategoryIds)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByG_F

      MBCategory findByG_F(long groupId, String friendlyURL) throws NoSuchCategoryException
      Returns the message boards category where groupId = ? and friendlyURL = ? or throws a NoSuchCategoryException if it could not be found.
      Parameters:
      groupId - the group ID
      friendlyURL - the friendly url
      Returns:
      the matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_F

      MBCategory fetchByG_F(long groupId, String friendlyURL)
      Returns the message boards category where groupId = ? and friendlyURL = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      friendlyURL - the friendly url
      Returns:
      the matching message boards category, or null if a matching message boards category could not be found
    • fetchByG_F

      MBCategory fetchByG_F(long groupId, String friendlyURL, boolean useFinderCache)
      Returns the message boards category where groupId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      friendlyURL - the friendly url
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards category, or null if a matching message boards category could not be found
    • removeByG_F

      MBCategory removeByG_F(long groupId, String friendlyURL) throws NoSuchCategoryException
      Removes the message boards category where groupId = ? and friendlyURL = ? from the database.
      Parameters:
      groupId - the group ID
      friendlyURL - the friendly url
      Returns:
      the message boards category that was removed
      Throws:
      NoSuchCategoryException
    • countByG_F

      int countByG_F(long groupId, String friendlyURL)
      Returns the number of message boards categories where groupId = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      friendlyURL - the friendly url
      Returns:
      the number of matching message boards categories
    • findByG_S

      List<MBCategory> findByG_S(long groupId, int status)
      Returns all the message boards categories where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the matching message boards categories
    • findByG_S

      List<MBCategory> findByG_S(long groupId, int status, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      MBCategory findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_S_First

      MBCategory fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByG_S_Last

      MBCategory findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_S_Last

      MBCategory fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • findByG_S_PrevAndNext

      MBCategory[] findByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_S

      List<MBCategory> filterFindByG_S(long groupId, int status)
      Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_S

      List<MBCategory> filterFindByG_S(long groupId, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_S

      List<MBCategory> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByG_S_PrevAndNext

      MBCategory[] filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • removeByG_S

      void removeByG_S(long groupId, int status)
      Removes all the message boards categories where groupId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      status - the status
    • countByG_S

      int countByG_S(long groupId, int status)
      Returns the number of message boards categories where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the number of matching message boards categories
    • filterCountByG_S

      int filterCountByG_S(long groupId, int status)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByC_S

      List<MBCategory> findByC_S(long companyId, int status)
      Returns all the message boards categories where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the matching message boards categories
    • findByC_S

      List<MBCategory> findByC_S(long companyId, int status, int start, int end)
      Returns a range of all the message boards categories where companyId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByC_S

      List<MBCategory> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where companyId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where companyId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      MBCategory findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByC_S_First

      MBCategory fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByC_S_Last

      MBCategory findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByC_S_Last

      MBCategory fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • findByC_S_PrevAndNext

      MBCategory[] findByC_S_PrevAndNext(long categoryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • removeByC_S

      void removeByC_S(long companyId, int status)
      Removes all the message boards categories where companyId = ? and status = ? from the database.
      Parameters:
      companyId - the company ID
      status - the status
    • countByC_S

      int countByC_S(long companyId, int status)
      Returns the number of message boards categories where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the number of matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
      Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
      Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.

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

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.

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

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

      List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.

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

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • findByNotC_G_P_First

      MBCategory findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByNotC_G_P_First

      MBCategory fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByNotC_G_P_Last

      MBCategory findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByNotC_G_P_Last

      MBCategory fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
      Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.

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

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.

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

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
      Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P

      List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
      Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
      Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories
    • findByNotC_G_P

      List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • removeByNotC_G_P

      void removeByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
      Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? from the database.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
    • countByNotC_G_P

      int countByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
      Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the number of matching message boards categories
    • countByNotC_G_P

      int countByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
      Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the number of matching message boards categories
    • filterCountByNotC_G_P

      int filterCountByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
      Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      Returns:
      the number of matching message boards categories that the user has permission to view
    • filterCountByNotC_G_P

      int filterCountByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
      Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status)
      Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • findByG_P_S_First

      MBCategory findByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_S_First

      MBCategory fetchByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_S_Last

      MBCategory findByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_S_Last

      MBCategory fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_S_PrevAndNext

      MBCategory[] findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long parentCategoryId, int status)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByG_P_S_PrevAndNext

      MBCategory[] filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P_S

      List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories
    • findByG_P_S

      List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • removeByG_P_S

      void removeByG_P_S(long groupId, long parentCategoryId, int status)
      Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
    • countByG_P_S

      int countByG_P_S(long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories
    • countByG_P_S

      int countByG_P_S(long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories
    • filterCountByG_P_S

      int filterCountByG_P_S(long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • filterCountByG_P_S

      int filterCountByG_P_S(long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status)
      Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

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

      List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • findByG_P_NotS_First

      MBCategory findByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_NotS_First

      MBCategory fetchByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_NotS_Last

      MBCategory findByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByG_P_NotS_Last

      MBCategory fetchByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • findByG_P_NotS_PrevAndNext

      MBCategory[] findByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByG_P_NotS_PrevAndNext

      MBCategory[] filterFindByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      categoryId - the primary key of the current message boards category
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByG_P_NotS

      List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories
    • findByG_P_NotS

      List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?, optionally using the finder cache.

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

      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • removeByG_P_NotS

      void removeByG_P_NotS(long groupId, long parentCategoryId, int status)
      Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
    • countByG_P_NotS

      int countByG_P_NotS(long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories
    • countByG_P_NotS

      int countByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories
    • filterCountByG_P_NotS

      int filterCountByG_P_NotS(long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • filterCountByG_P_NotS

      int filterCountByG_P_NotS(long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
      Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • findByNotC_G_P_S_First

      MBCategory findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByNotC_G_P_S_First

      MBCategory fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching message boards category, or null if a matching message boards category could not be found
    • findByNotC_G_P_S_Last

      MBCategory findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException
      Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByNotC_G_P_S_Last

      MBCategory fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching message boards category, or null if a matching message boards category could not be found
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
      Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories that the user has permission to view
    • filterFindByNotC_G_P_S

      List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories that the user has permission to view
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
      Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
      Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      Returns:
      the range of matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator)
      Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. 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 MBCategoryModelImpl.

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching message boards categories
    • findByNotC_G_P_S

      List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.

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

      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      start - the lower bound of the range of message boards categories
      end - the upper bound of the range of message boards categories (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 categories
    • removeByNotC_G_P_S

      void removeByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
      Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ? from the database.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
    • countByNotC_G_P_S

      int countByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories
    • countByNotC_G_P_S

      int countByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories
    • filterCountByNotC_G_P_S

      int filterCountByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
      Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
      Parameters:
      categoryId - the category ID
      groupId - the group ID
      parentCategoryId - the parent category ID
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • filterCountByNotC_G_P_S

      int filterCountByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
      Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
      Parameters:
      categoryIds - the category IDs
      groupId - the group ID
      parentCategoryIds - the parent category IDs
      status - the status
      Returns:
      the number of matching message boards categories that the user has permission to view
    • findByERC_G

      MBCategory findByERC_G(String externalReferenceCode, long groupId) throws NoSuchCategoryException
      Returns the message boards category where externalReferenceCode = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching message boards category
      Throws:
      NoSuchCategoryException - if a matching message boards category could not be found
    • fetchByERC_G

      MBCategory fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the message boards category where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching message boards category, or null if a matching message boards category could not be found
    • fetchByERC_G

      MBCategory fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the message boards category where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching message boards category, or null if a matching message boards category could not be found
    • removeByERC_G

      MBCategory removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchCategoryException
      Removes the message boards category where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the message boards category that was removed
      Throws:
      NoSuchCategoryException
    • countByERC_G

      int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of message boards categories where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching message boards categories
    • cacheResult

      void cacheResult(MBCategory mbCategory)
      Caches the message boards category in the entity cache if it is enabled.
      Parameters:
      mbCategory - the message boards category
    • cacheResult

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

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

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

      MBCategory updateImpl(MBCategory mbCategory)
    • findByPrimaryKey

      MBCategory findByPrimaryKey(long categoryId) throws NoSuchCategoryException
      Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
      Parameters:
      categoryId - the primary key of the message boards category
      Returns:
      the message boards category
      Throws:
      NoSuchCategoryException - if a message boards category with the primary key could not be found
    • fetchByPrimaryKey

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

      List<MBCategory> findAll()
      Returns all the message boards categories.
      Returns:
      the message boards categories
    • findAll

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

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

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

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

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

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

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

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

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

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

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