Class KBArticleUtil

java.lang.Object
com.liferay.knowledge.base.service.persistence.KBArticleUtil

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Caches the kb article in the entity cache if it is enabled.
    static void
    cacheResult(List<KBArticle> kbArticles)
    Caches the kb articles in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(KBArticle kbArticle)
     
    static int
    Returns the number of kb articles.
    static int
    countByC_L(long companyId, boolean latest)
    Returns the number of kb articles where companyId = ? and latest = ?.
    static int
    countByC_L_NotS(long companyId, boolean latest, int status)
    Returns the number of kb articles where companyId = ? and latest = ? and status ≠ ?.
    static int
    countByC_M(long companyId, boolean main)
    Returns the number of kb articles where companyId = ? and main = ?.
    static int
    countByC_M_NotS(long companyId, boolean main, int status)
    Returns the number of kb articles where companyId = ? and main = ? and status ≠ ?.
    static int
    countByC_S(long companyId, int status)
    Returns the number of kb articles where companyId = ? and status = ?.
    static int
    countByG_ERC(long groupId, String externalReferenceCode)
    Returns the number of kb articles where groupId = ? and externalReferenceCode = ?.
    static int
    countByG_ERC_V(long groupId, String externalReferenceCode, int version)
    Returns the number of kb articles where groupId = ? and externalReferenceCode = ? and version = ?.
    static int
    countByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and latest = ?.
    static int
    countByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static int
    countByG_KBFI_S(long groupId, long kbFolderId, int status)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and status = ?.
    static int
    countByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static int
    countByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static int
    countByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static int
    countByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
    Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static int
    countByG_L(long groupId, boolean latest)
    Returns the number of kb articles where groupId = ? and latest = ?.
    static int
    countByG_L_NotS(long groupId, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and latest = ? and status ≠ ?.
    static int
    countByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
    Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ?.
    static int
    countByG_LikeS_L(long groupId, String sections, boolean latest)
    Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ?.
    static int
    countByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static int
    countByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static int
    countByG_LikeS_M(long groupId, String[] sectionses, boolean main)
    Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ?.
    static int
    countByG_LikeS_M(long groupId, String sections, boolean main)
    Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ?.
    static int
    countByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static int
    countByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static int
    countByG_LikeS_S(long groupId, String[] sectionses, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE any ? and status = ?.
    static int
    countByG_LikeS_S(long groupId, String sections, int status)
    Returns the number of kb articles where groupId = ? and sections LIKE ? and status = ?.
    static int
    countByG_M(long groupId, boolean main)
    Returns the number of kb articles where groupId = ? and main = ?.
    static int
    countByG_M_NotS(long groupId, boolean main, int status)
    Returns the number of kb articles where groupId = ? and main = ? and status ≠ ?.
    static int
    countByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static int
    countByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static int
    countByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static int
    countByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static int
    countByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static int
    countByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static int
    countByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static int
    countByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static int
    countByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static int
    countByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static int
    countByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static int
    countByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static int
    countByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static int
    countByG_P_S(long groupId, long parentResourcePrimKey, int status)
    Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static int
    countByG_S(long groupId, int status)
    Returns the number of kb articles where groupId = ? and status = ?.
    static int
    countByLtD_S(Date displayDate, int status)
    Returns the number of kb articles where displayDate < ? and status = ?.
    static int
    countByP_L(long[] parentResourcePrimKeys, boolean latest)
    Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ?.
    static int
    countByP_L(long parentResourcePrimKey, boolean latest)
    Returns the number of kb articles where parentResourcePrimKey = ? and latest = ?.
    static int
    countByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static int
    countByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
    Returns the number of kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static int
    countByP_M(long[] parentResourcePrimKeys, boolean main)
    Returns the number of kb articles where parentResourcePrimKey = any ? and main = ?.
    static int
    countByP_M(long parentResourcePrimKey, boolean main)
    Returns the number of kb articles where parentResourcePrimKey = ? and main = ?.
    static int
    countByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status)
    Returns the number of kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static int
    countByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
    Returns the number of kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static int
    countByP_S(long[] parentResourcePrimKeys, int status)
    Returns the number of kb articles where parentResourcePrimKey = any ? and status = ?.
    static int
    countByP_S(long parentResourcePrimKey, int status)
    Returns the number of kb articles where parentResourcePrimKey = ? and status = ?.
    static int
    countByR_G(long resourcePrimKey, long groupId)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ?.
    static int
    countByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
    Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static int
    countByR_G_L(long resourcePrimKey, long groupId, boolean latest)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
    static int
    countByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
    Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static int
    countByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static int
    countByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
    Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
    static int
    countByR_G_M(long resourcePrimKey, long groupId, boolean main)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
    static int
    countByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
    Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static int
    countByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static int
    countByR_G_NotS(long resourcePrimKey, long groupId, int status)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static int
    countByR_G_S(long[] resourcePrimKeys, long groupId, int status)
    Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
    static int
    countByR_G_S(long resourcePrimKey, long groupId, int status)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
    static int
    countByR_G_V(long resourcePrimKey, long groupId, int version)
    Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and version = ?.
    static int
    countByR_L(long[] resourcePrimKeys, boolean latest)
    Returns the number of kb articles where resourcePrimKey = any ? and latest = ?.
    static int
    countByR_L(long resourcePrimKey, boolean latest)
    Returns the number of kb articles where resourcePrimKey = ? and latest = ?.
    static int
    countByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.
    static int
    countByR_L_NotS(long resourcePrimKey, boolean latest, int status)
    Returns the number of kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static int
    countByR_M(long[] resourcePrimKeys, boolean main)
    Returns the number of kb articles where resourcePrimKey = any ? and main = ?.
    static int
    countByR_M(long resourcePrimKey, boolean main)
    Returns the number of kb articles where resourcePrimKey = ? and main = ?.
    static int
    countByR_M_NotS(long[] resourcePrimKeys, boolean main, int status)
    Returns the number of kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.
    static int
    countByR_M_NotS(long resourcePrimKey, boolean main, int status)
    Returns the number of kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
    static int
    countByR_S(long[] resourcePrimKeys, int[] statuses)
    Returns the number of kb articles where resourcePrimKey = any ? and status = any ?.
    static int
    countByR_S(long resourcePrimKey, int status)
    Returns the number of kb articles where resourcePrimKey = ? and status = ?.
    static int
    countByR_V(long resourcePrimKey, int version)
    Returns the number of kb articles where resourcePrimKey = ? and version = ?.
    static int
    countByResourcePrimKey(long resourcePrimKey)
    Returns the number of kb articles where resourcePrimKey = ?.
    static int
    Returns the number of kb articles where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of kb articles where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of kb articles where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static KBArticle
    create(long kbArticleId)
    Creates a new kb article with the primary key.
    static KBArticle
    fetchByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and latest = ?.
    static KBArticle
    fetchByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and latest = ?.
    static KBArticle
    fetchByC_L_NotS_First(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByC_L_NotS_Last(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and main = ?.
    static KBArticle
    fetchByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and main = ?.
    static KBArticle
    fetchByC_M_NotS_First(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByC_M_NotS_Last(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and status = ?.
    static KBArticle
    fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and status = ?.
    static KBArticle
    fetchByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
    static KBArticle
    fetchByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
    static KBArticle
    fetchByG_ERC_V(long groupId, String externalReferenceCode, int version)
    Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found.
    static KBArticle
    fetchByG_ERC_V(long groupId, String externalReferenceCode, int version, boolean useFinderCache)
    Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    static KBArticle
    fetchByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
    static KBArticle
    fetchByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
    static KBArticle
    fetchByG_KBFI_L_NotS_First(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_KBFI_L_NotS_Last(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle
    fetchByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle
    fetchByG_KBFI_UT_First(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static KBArticle
    fetchByG_KBFI_UT_Last(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static KBArticle
    fetchByG_KBFI_UT_NotS_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle
    fetchByG_KBFI_UT_NotS_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle
    fetchByG_KBFI_UT_ST_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle
    fetchByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle
    fetchByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and latest = ?.
    static KBArticle
    fetchByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and latest = ?.
    static KBArticle
    fetchByG_L_NotS_First(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_L_NotS_Last(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_LikeS_L_First(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
    static KBArticle
    fetchByG_LikeS_L_Last(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
    static KBArticle
    fetchByG_LikeS_L_NotS_First(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_LikeS_L_NotS_Last(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_LikeS_M_First(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
    static KBArticle
    fetchByG_LikeS_M_Last(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
    static KBArticle
    fetchByG_LikeS_M_NotS_First(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_LikeS_M_NotS_Last(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_LikeS_S_First(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle
    fetchByG_LikeS_S_Last(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle
    fetchByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and main = ?.
    static KBArticle
    fetchByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and main = ?.
    static KBArticle
    fetchByG_M_NotS_First(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_M_NotS_Last(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByG_P_L_NotS_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_P_L_NotS_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle
    fetchByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle
    fetchByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByG_P_M_NotS_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_P_M_NotS_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByG_P_M_S_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle
    fetchByG_P_M_S_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle
    fetchByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and status = ?.
    static KBArticle
    fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and status = ?.
    static KBArticle
    fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where displayDate < ? and status = ?.
    static KBArticle
    fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where displayDate < ? and status = ?.
    static KBArticle
    fetchByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByP_L_NotS_First(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByP_L_NotS_Last(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByP_M_NotS_First(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByP_M_NotS_Last(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByPrimaryKey(long kbArticleId)
    Returns the kb article with the primary key or returns null if it could not be found.
     
    static KBArticle
    fetchByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
    static KBArticle
    fetchByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
    static KBArticle
    fetchByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
    static KBArticle
    fetchByR_G_L_NotS_First(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_L_NotS_Last(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
    static KBArticle
    fetchByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
    static KBArticle
    fetchByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
    static KBArticle
    fetchByR_G_M_NotS_First(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_M_NotS_Last(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_NotS_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_NotS_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle
    fetchByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle
    fetchByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle
    fetchByR_G_V(long resourcePrimKey, long groupId, int version)
    Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns null if it could not be found.
    static KBArticle
    fetchByR_G_V(long resourcePrimKey, long groupId, int version, boolean useFinderCache)
    Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    static KBArticle
    fetchByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ?.
    static KBArticle
    fetchByR_L_NotS_First(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByR_L_NotS_Last(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    fetchByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ?.
    static KBArticle
    fetchByR_M_NotS_First(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByR_M_NotS_Last(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and status = ?.
    static KBArticle
    fetchByR_V(long resourcePrimKey, int version)
    Returns the kb article where resourcePrimKey = ? and version = ? or returns null if it could not be found.
    static KBArticle
    fetchByR_V(long resourcePrimKey, int version, boolean useFinderCache)
    Returns the kb article where resourcePrimKey = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
    static KBArticle
    fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ?.
    static KBArticle
    fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ?.
    static KBArticle
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where uuid = ? and companyId = ?.
    static KBArticle
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where uuid = ? and companyId = ?.
    static KBArticle
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where uuid = ?.
    static KBArticle
    fetchByUUID_G(String uuid, long groupId)
    Returns the kb article where uuid = ? and groupId = ? or returns null if it could not be found.
    static KBArticle
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the kb article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    static KBArticle
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where uuid = ?.
    static int
    filterCountByG_ERC(long groupId, String externalReferenceCode)
    Returns the number of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    static int
    filterCountByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
    static int
    filterCountByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_KBFI_S(long groupId, long kbFolderId, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
    static int
    filterCountByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static int
    filterCountByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static int
    filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static int
    filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
    Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static int
    filterCountByG_L(long groupId, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and latest = ?.
    static int
    filterCountByG_L_NotS(long groupId, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
    static int
    filterCountByG_LikeS_L(long groupId, String sections, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
    static int
    filterCountByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_LikeS_M(long groupId, String[] sectionses, boolean main)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
    static int
    filterCountByG_LikeS_M(long groupId, String sections, boolean main)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
    static int
    filterCountByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static int
    filterCountByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static int
    filterCountByG_LikeS_S(long groupId, String[] sectionses, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
    static int
    filterCountByG_LikeS_S(long groupId, String sections, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
    static int
    filterCountByG_M(long groupId, boolean main)
    Returns the number of kb articles that the user has permission to view where groupId = ? and main = ?.
    static int
    filterCountByG_M_NotS(long groupId, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
    static int
    filterCountByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static int
    filterCountByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static int
    filterCountByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static int
    filterCountByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static int
    filterCountByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static int
    filterCountByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static int
    filterCountByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static int
    filterCountByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static int
    filterCountByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static int
    filterCountByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static int
    filterCountByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static int
    filterCountByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static int
    filterCountByG_P_S(long groupId, long parentResourcePrimKey, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static int
    filterCountByG_S(long groupId, int status)
    Returns the number of kb articles that the user has permission to view where groupId = ? and status = ?.
    static int
    filterCountByR_G(long resourcePrimKey, long groupId)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
    static int
    filterCountByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static int
    filterCountByR_G_L(long resourcePrimKey, long groupId, boolean latest)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
    static int
    filterCountByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static int
    filterCountByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static int
    filterCountByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
    static int
    filterCountByR_G_M(long resourcePrimKey, long groupId, boolean main)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
    static int
    filterCountByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static int
    filterCountByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static int
    filterCountByR_G_NotS(long resourcePrimKey, long groupId, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static int
    filterCountByR_G_S(long[] resourcePrimKeys, long groupId, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
    static int
    filterCountByR_G_S(long resourcePrimKey, long groupId, int status)
    Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_ERC(long groupId, String externalReferenceCode)
    Returns all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and externalReferenceCode = ?.
    static KBArticle[]
    filterFindByG_ERC_PrevAndNext(long kbArticleId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_KBFI_L_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_KBFI_S(long groupId, long kbFolderId, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle[]
    filterFindByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_KBFI_UT_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
    Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle[]
    filterFindByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    filterFindByG_L(long groupId, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_L(long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_L_NotS(long groupId, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_L_NotS(long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_L_NotS_PrevAndNext(long kbArticleId, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String sections, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_LikeS_L_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_LikeS_L_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String sections, boolean main)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String sections, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_LikeS_M_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_LikeS_M_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String[] sectionses, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String sections, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String sections, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    filterFindByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle[]
    filterFindByG_LikeS_S_PrevAndNext(long kbArticleId, long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    filterFindByG_M(long groupId, boolean main)
    Returns all the kb articles that the user has permission to view where groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByG_M(long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByG_M_NotS(long groupId, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_M_NotS(long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_M_NotS_PrevAndNext(long kbArticleId, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_P_L_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle[]
    filterFindByG_P_L_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_P_M_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle[]
    filterFindByG_P_M_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle[]
    filterFindByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    filterFindByG_S(long groupId, int status)
    Returns all the kb articles that the user has permission to view where groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_S(long groupId, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and status = ?.
    static KBArticle[]
    filterFindByG_S_PrevAndNext(long kbArticleId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G(long resourcePrimKey, long groupId)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    filterFindByR_G(long resourcePrimKey, long groupId, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    filterFindByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static List<KBArticle>
    filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle[]
    filterFindByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G_S(long resourcePrimKey, long groupId, int status)
    Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
    Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle[]
    filterFindByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    Returns all the kb articles.
    static List<KBArticle>
    findAll(int start, int end)
    Returns a range of all the kb articles.
    static List<KBArticle>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles.
    static List<KBArticle>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles.
    static List<KBArticle>
    findByC_L(long companyId, boolean latest)
    Returns all the kb articles where companyId = ? and latest = ?.
    static List<KBArticle>
    findByC_L(long companyId, boolean latest, int start, int end)
    Returns a range of all the kb articles where companyId = ? and latest = ?.
    static List<KBArticle>
    findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where companyId = ? and latest = ?.
    static List<KBArticle>
    findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where companyId = ? and latest = ?.
    static KBArticle
    findByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and latest = ?.
    static KBArticle
    findByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and latest = ?.
    static List<KBArticle>
    findByC_L_NotS(long companyId, boolean latest, int status)
    Returns all the kb articles where companyId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByC_L_NotS(long companyId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where companyId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByC_L_NotS(long companyId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where companyId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByC_L_NotS(long companyId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByC_L_NotS_First(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByC_L_NotS_Last(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByC_L_NotS_PrevAndNext(long kbArticleId, long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByC_L_PrevAndNext(long kbArticleId, long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and latest = ?.
    static List<KBArticle>
    findByC_M(long companyId, boolean main)
    Returns all the kb articles where companyId = ? and main = ?.
    static List<KBArticle>
    findByC_M(long companyId, boolean main, int start, int end)
    Returns a range of all the kb articles where companyId = ? and main = ?.
    static List<KBArticle>
    findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where companyId = ? and main = ?.
    static List<KBArticle>
    findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where companyId = ? and main = ?.
    static KBArticle
    findByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and main = ?.
    static KBArticle
    findByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and main = ?.
    static List<KBArticle>
    findByC_M_NotS(long companyId, boolean main, int status)
    Returns all the kb articles where companyId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByC_M_NotS(long companyId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where companyId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByC_M_NotS(long companyId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where companyId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByC_M_NotS(long companyId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where companyId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByC_M_NotS_First(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByC_M_NotS_Last(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByC_M_NotS_PrevAndNext(long kbArticleId, long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByC_M_PrevAndNext(long kbArticleId, long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and main = ?.
    static List<KBArticle>
    findByC_S(long companyId, int status)
    Returns all the kb articles where companyId = ? and status = ?.
    static List<KBArticle>
    findByC_S(long companyId, int status, int start, int end)
    Returns a range of all the kb articles where companyId = ? and status = ?.
    static List<KBArticle>
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where companyId = ? and status = ?.
    static List<KBArticle>
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where companyId = ? and status = ?.
    static KBArticle
    findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where companyId = ? and status = ?.
    static KBArticle
    findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where companyId = ? and status = ?.
    static KBArticle[]
    findByC_S_PrevAndNext(long kbArticleId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and status = ?.
    static List<KBArticle>
    findByG_ERC(long groupId, String externalReferenceCode)
    Returns all the kb articles where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end)
    Returns a range of all the kb articles where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and externalReferenceCode = ?.
    static List<KBArticle>
    findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and externalReferenceCode = ?.
    static KBArticle
    findByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
    static KBArticle
    findByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
    static KBArticle[]
    findByG_ERC_PrevAndNext(long kbArticleId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
    static KBArticle
    findByG_ERC_V(long groupId, String externalReferenceCode, int version)
    Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or throws a NoSuchArticleException if it could not be found.
    static List<KBArticle>
    findByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
    static KBArticle
    findByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
    static KBArticle
    findByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_KBFI_L_NotS_First(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_KBFI_L_NotS_Last(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_KBFI_L_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
    static List<KBArticle>
    findByG_KBFI_S(long groupId, long kbFolderId, int status)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle
    findByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle
    findByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
    static KBArticle[]
    findByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static KBArticle
    findByG_KBFI_UT_First(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static KBArticle
    findByG_KBFI_UT_Last(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static List<KBArticle>
    findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle
    findByG_KBFI_UT_NotS_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle
    findByG_KBFI_UT_NotS_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle[]
    findByG_KBFI_UT_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
    static KBArticle[]
    findByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
    Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle
    findByG_KBFI_UT_ST_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle
    findByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static KBArticle[]
    findByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
    static List<KBArticle>
    findByG_L(long groupId, boolean latest)
    Returns all the kb articles where groupId = ? and latest = ?.
    static List<KBArticle>
    findByG_L(long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and latest = ?.
    static List<KBArticle>
    findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and latest = ?.
    static List<KBArticle>
    findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and latest = ?.
    static KBArticle
    findByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and latest = ?.
    static KBArticle
    findByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and latest = ?.
    static List<KBArticle>
    findByG_L_NotS(long groupId, boolean latest, int status)
    Returns all the kb articles where groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_L_NotS(long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_L_NotS_First(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_L_NotS_Last(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_L_NotS_PrevAndNext(long kbArticleId, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
    Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String sections, boolean latest)
    Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
    static KBArticle
    findByG_LikeS_L_First(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
    static KBArticle
    findByG_LikeS_L_Last(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
    Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
    Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_LikeS_L_NotS_First(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_LikeS_L_NotS_Last(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_LikeS_L_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_LikeS_L_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String[] sectionses, boolean main)
    Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String sections, boolean main)
    Returns all the kb articles where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.
    static KBArticle
    findByG_LikeS_M_First(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
    static KBArticle
    findByG_LikeS_M_Last(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
    Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
    Returns all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_LikeS_M_NotS_First(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_LikeS_M_NotS_Last(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_LikeS_M_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_LikeS_M_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String[] sectionses, int status)
    Returns all the kb articles where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String sections, int status)
    Returns all the kb articles where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String sections, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    findByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle
    findByG_LikeS_S_First(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle
    findByG_LikeS_S_Last(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
    static KBArticle[]
    findByG_LikeS_S_PrevAndNext(long kbArticleId, long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
    static List<KBArticle>
    findByG_M(long groupId, boolean main)
    Returns all the kb articles where groupId = ? and main = ?.
    static List<KBArticle>
    findByG_M(long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles where groupId = ? and main = ?.
    static List<KBArticle>
    findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and main = ?.
    static List<KBArticle>
    findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and main = ?.
    static KBArticle
    findByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and main = ?.
    static KBArticle
    findByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and main = ?.
    static List<KBArticle>
    findByG_M_NotS(long groupId, boolean main, int status)
    Returns all the kb articles where groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_M_NotS(long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_M_NotS_First(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_M_NotS_Last(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_M_NotS_PrevAndNext(long kbArticleId, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and main = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    findByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    findByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_P_L_NotS_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByG_P_L_NotS_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_P_L_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle
    findByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle
    findByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static KBArticle[]
    findByG_P_L_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static KBArticle
    findByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static KBArticle
    findByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_P_M_NotS_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByG_P_M_NotS_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_P_M_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle
    findByG_P_M_S_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle
    findByG_P_M_S_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static KBArticle[]
    findByG_P_M_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByG_P_S(long groupId, long parentResourcePrimKey, int status)
    Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle
    findByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle
    findByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static KBArticle[]
    findByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByG_S(long groupId, int status)
    Returns all the kb articles where groupId = ? and status = ?.
    static List<KBArticle>
    findByG_S(long groupId, int status, int start, int end)
    Returns a range of all the kb articles where groupId = ? and status = ?.
    static List<KBArticle>
    findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where groupId = ? and status = ?.
    static List<KBArticle>
    findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where groupId = ? and status = ?.
    static KBArticle
    findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where groupId = ? and status = ?.
    static KBArticle
    findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where groupId = ? and status = ?.
    static KBArticle[]
    findByG_S_PrevAndNext(long kbArticleId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and status = ?.
    static List<KBArticle>
    findByLtD_S(Date displayDate, int status)
    Returns all the kb articles where displayDate < ? and status = ?.
    static List<KBArticle>
    findByLtD_S(Date displayDate, int status, int start, int end)
    Returns a range of all the kb articles where displayDate < ? and status = ?.
    static List<KBArticle>
    findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where displayDate < ? and status = ?.
    static List<KBArticle>
    findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where displayDate < ? and status = ?.
    static KBArticle
    findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where displayDate < ? and status = ?.
    static KBArticle
    findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where displayDate < ? and status = ?.
    static KBArticle[]
    findByLtD_S_PrevAndNext(long kbArticleId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where displayDate < ? and status = ?.
    static List<KBArticle>
    findByP_L(long[] parentResourcePrimKeys, boolean latest)
    Returns all the kb articles where parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?, optionally using the finder cache.
    static List<KBArticle>
    findByP_L(long parentResourcePrimKey, boolean latest)
    Returns all the kb articles where parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByP_L(long parentResourcePrimKey, boolean latest, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    findByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
    static KBArticle
    findByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status)
    Returns all the kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
    Returns all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByP_L_NotS_First(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByP_L_NotS_Last(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByP_L_NotS_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByP_L_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByP_M(long[] parentResourcePrimKeys, boolean main)
    Returns all the kb articles where parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?, optionally using the finder cache.
    static List<KBArticle>
    findByP_M(long parentResourcePrimKey, boolean main)
    Returns all the kb articles where parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByP_M(long parentResourcePrimKey, boolean main, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?.
    static KBArticle
    findByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
    static KBArticle
    findByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status)
    Returns all the kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
    Returns all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByP_M_NotS_First(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByP_M_NotS_Last(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByP_M_NotS_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByP_M_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByP_S(long[] parentResourcePrimKeys, int status)
    Returns all the kb articles where parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByP_S(long[] parentResourcePrimKeys, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and status = ?.
    static List<KBArticle>
    findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByP_S(long parentResourcePrimKey, int status)
    Returns all the kb articles where parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByP_S(long parentResourcePrimKey, int status, int start, int end)
    Returns a range of all the kb articles where parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and status = ?.
    static KBArticle
    findByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
    static KBArticle
    findByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
    static KBArticle[]
    findByP_S_PrevAndNext(long kbArticleId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
    static KBArticle
    findByPrimaryKey(long kbArticleId)
    Returns the kb article with the primary key or throws a NoSuchArticleException if it could not be found.
    static List<KBArticle>
    findByR_G(long resourcePrimKey, long groupId)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G(long resourcePrimKey, long groupId, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ?.
    static KBArticle
    findByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
    Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_G_L(long resourcePrimKey, long groupId, boolean latest)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
    static KBArticle
    findByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
    static KBArticle
    findByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
    static List<KBArticle>
    findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
    Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByR_G_L_NotS_First(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByR_G_L_NotS_Last(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
    static KBArticle
    findByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
    Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_G_M(long resourcePrimKey, long groupId, boolean main)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
    static KBArticle
    findByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
    static KBArticle
    findByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
    Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByR_G_M_NotS_First(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle
    findByR_G_M_NotS_Last(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
    static List<KBArticle>
    findByR_G_NotS(long resourcePrimKey, long groupId, int status)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static List<KBArticle>
    findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle
    findByR_G_NotS_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle
    findByR_G_NotS_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
    static KBArticle[]
    findByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
    static List<KBArticle>
    findByR_G_S(long[] resourcePrimKeys, long groupId, int status)
    Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_G_S(long resourcePrimKey, long groupId, int status)
    Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
    static List<KBArticle>
    findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle
    findByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle
    findByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle[]
    findByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
    static KBArticle
    findByR_G_V(long resourcePrimKey, long groupId, int version)
    Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
    static List<KBArticle>
    findByR_L(long[] resourcePrimKeys, boolean latest)
    Returns all the kb articles where resourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and latest = ?.
    static List<KBArticle>
    findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_L(long resourcePrimKey, boolean latest)
    Returns all the kb articles where resourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByR_L(long resourcePrimKey, boolean latest, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?.
    static KBArticle
    findByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ?.
    static KBArticle
    findByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status)
    Returns all the kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_L_NotS(long resourcePrimKey, boolean latest, int status)
    Returns all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static List<KBArticle>
    findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByR_L_NotS_First(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle
    findByR_L_NotS_Last(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByR_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
    static KBArticle[]
    findByR_L_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and latest = ?.
    static List<KBArticle>
    findByR_M(long[] resourcePrimKeys, boolean main)
    Returns all the kb articles where resourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByR_M(long[] resourcePrimKeys, boolean main, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and main = ?.
    static List<KBArticle>
    findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_M(long resourcePrimKey, boolean main)
    Returns all the kb articles where resourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByR_M(long resourcePrimKey, boolean main, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?.
    static KBArticle
    findByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ?.
    static KBArticle
    findByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status)
    Returns all the kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_M_NotS(long resourcePrimKey, boolean main, int status)
    Returns all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
    static List<KBArticle>
    findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByR_M_NotS_First(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle
    findByR_M_NotS_Last(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByR_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
    static KBArticle[]
    findByR_M_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and main = ?.
    static List<KBArticle>
    findByR_S(long[] resourcePrimKeys, int[] statuses)
    Returns all the kb articles where resourcePrimKey = any ? and status = any ?.
    static List<KBArticle>
    findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = any ? and status = any ?.
    static List<KBArticle>
    findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = any ? and status = any ?.
    static List<KBArticle>
    findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and status = ?, optionally using the finder cache.
    static List<KBArticle>
    findByR_S(long resourcePrimKey, int status)
    Returns all the kb articles where resourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByR_S(long resourcePrimKey, int status, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and status = ?.
    static List<KBArticle>
    findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ? and status = ?.
    static KBArticle
    findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ? and status = ?.
    static KBArticle
    findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ? and status = ?.
    static KBArticle[]
    findByR_S_PrevAndNext(long kbArticleId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and status = ?.
    static KBArticle
    findByR_V(long resourcePrimKey, int version)
    Returns the kb article where resourcePrimKey = ? and version = ? or throws a NoSuchArticleException if it could not be found.
    static List<KBArticle>
    findByResourcePrimKey(long resourcePrimKey)
    Returns all the kb articles where resourcePrimKey = ?.
    static List<KBArticle>
    findByResourcePrimKey(long resourcePrimKey, int start, int end)
    Returns a range of all the kb articles where resourcePrimKey = ?.
    static List<KBArticle>
    findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where resourcePrimKey = ?.
    static List<KBArticle>
    findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where resourcePrimKey = ?.
    static KBArticle
    findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where resourcePrimKey = ?.
    static KBArticle
    findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where resourcePrimKey = ?.
    static KBArticle[]
    findByResourcePrimKey_PrevAndNext(long kbArticleId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ?.
    static List<KBArticle>
    Returns all the kb articles where uuid = ?.
    static List<KBArticle>
    findByUuid(String uuid, int start, int end)
    Returns a range of all the kb articles where uuid = ?.
    static List<KBArticle>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where uuid = ?.
    static List<KBArticle>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where uuid = ?.
    static List<KBArticle>
    findByUuid_C(String uuid, long companyId)
    Returns all the kb articles where uuid = ? and companyId = ?.
    static List<KBArticle>
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the kb articles where uuid = ? and companyId = ?.
    static List<KBArticle>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns an ordered range of all the kb articles where uuid = ? and companyId = ?.
    static List<KBArticle>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the kb articles where uuid = ? and companyId = ?.
    static KBArticle
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where uuid = ? and companyId = ?.
    static KBArticle
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where uuid = ? and companyId = ?.
    static KBArticle[]
    findByUuid_C_PrevAndNext(long kbArticleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where uuid = ? and companyId = ?.
    static KBArticle
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the first kb article in the ordered set where uuid = ?.
    static KBArticle
    findByUUID_G(String uuid, long groupId)
    Returns the kb article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
    static KBArticle
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the last kb article in the ordered set where uuid = ?.
    static KBArticle[]
    findByUuid_PrevAndNext(long kbArticleId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
    Returns the kb articles before and after the current kb article in the ordered set where uuid = ?.
    static List<KBArticle>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    static List<KBArticle>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    static List<KBArticle>
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
     
     
    static KBArticle
    remove(long kbArticleId)
    Removes the kb article with the primary key from the database.
    static void
    Removes all the kb articles from the database.
    static void
    removeByC_L(long companyId, boolean latest)
    Removes all the kb articles where companyId = ? and latest = ? from the database.
    static void
    removeByC_L_NotS(long companyId, boolean latest, int status)
    Removes all the kb articles where companyId = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByC_M(long companyId, boolean main)
    Removes all the kb articles where companyId = ? and main = ? from the database.
    static void
    removeByC_M_NotS(long companyId, boolean main, int status)
    Removes all the kb articles where companyId = ? and main = ? and status ≠ ? from the database.
    static void
    removeByC_S(long companyId, int status)
    Removes all the kb articles where companyId = ? and status = ? from the database.
    static void
    removeByG_ERC(long groupId, String externalReferenceCode)
    Removes all the kb articles where groupId = ? and externalReferenceCode = ? from the database.
    static KBArticle
    removeByG_ERC_V(long groupId, String externalReferenceCode, int version)
    Removes the kb article where groupId = ? and externalReferenceCode = ? and version = ? from the database.
    static void
    removeByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and latest = ? from the database.
    static void
    removeByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByG_KBFI_S(long groupId, long kbFolderId, int status)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and status = ? from the database.
    static void
    removeByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? from the database.
    static void
    removeByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ? from the database.
    static void
    removeByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
    Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ? from the database.
    static void
    removeByG_L(long groupId, boolean latest)
    Removes all the kb articles where groupId = ? and latest = ? from the database.
    static void
    removeByG_L_NotS(long groupId, boolean latest, int status)
    Removes all the kb articles where groupId = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByG_LikeS_L(long groupId, String sections, boolean latest)
    Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? from the database.
    static void
    removeByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
    Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ? from the database.
    static void
    removeByG_LikeS_M(long groupId, String sections, boolean main)
    Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? from the database.
    static void
    removeByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
    Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ? from the database.
    static void
    removeByG_LikeS_S(long groupId, String sections, int status)
    Removes all the kb articles where groupId = ? and sections LIKE ? and status = ? from the database.
    static void
    removeByG_M(long groupId, boolean main)
    Removes all the kb articles where groupId = ? and main = ? from the database.
    static void
    removeByG_M_NotS(long groupId, boolean main, int status)
    Removes all the kb articles where groupId = ? and main = ? and status ≠ ? from the database.
    static void
    removeByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? from the database.
    static void
    removeByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ? from the database.
    static void
    removeByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? from the database.
    static void
    removeByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ? from the database.
    static void
    removeByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ? from the database.
    static void
    removeByG_P_S(long groupId, long parentResourcePrimKey, int status)
    Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ? from the database.
    static void
    removeByG_S(long groupId, int status)
    Removes all the kb articles where groupId = ? and status = ? from the database.
    static void
    removeByLtD_S(Date displayDate, int status)
    Removes all the kb articles where displayDate < ? and status = ? from the database.
    static void
    removeByP_L(long parentResourcePrimKey, boolean latest)
    Removes all the kb articles where parentResourcePrimKey = ? and latest = ? from the database.
    static void
    removeByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
    Removes all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByP_M(long parentResourcePrimKey, boolean main)
    Removes all the kb articles where parentResourcePrimKey = ? and main = ? from the database.
    static void
    removeByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
    Removes all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ? from the database.
    static void
    removeByP_S(long parentResourcePrimKey, int status)
    Removes all the kb articles where parentResourcePrimKey = ? and status = ? from the database.
    static void
    removeByR_G(long resourcePrimKey, long groupId)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? from the database.
    static void
    removeByR_G_L(long resourcePrimKey, long groupId, boolean latest)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? from the database.
    static void
    removeByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByR_G_M(long resourcePrimKey, long groupId, boolean main)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? from the database.
    static void
    removeByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ? from the database.
    static void
    removeByR_G_NotS(long resourcePrimKey, long groupId, int status)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ? from the database.
    static void
    removeByR_G_S(long resourcePrimKey, long groupId, int status)
    Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status = ? from the database.
    static KBArticle
    removeByR_G_V(long resourcePrimKey, long groupId, int version)
    Removes the kb article where resourcePrimKey = ? and groupId = ? and version = ? from the database.
    static void
    removeByR_L(long resourcePrimKey, boolean latest)
    Removes all the kb articles where resourcePrimKey = ? and latest = ? from the database.
    static void
    removeByR_L_NotS(long resourcePrimKey, boolean latest, int status)
    Removes all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ? from the database.
    static void
    removeByR_M(long resourcePrimKey, boolean main)
    Removes all the kb articles where resourcePrimKey = ? and main = ? from the database.
    static void
    removeByR_M_NotS(long resourcePrimKey, boolean main, int status)
    Removes all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ? from the database.
    static void
    removeByR_S(long resourcePrimKey, int status)
    Removes all the kb articles where resourcePrimKey = ? and status = ? from the database.
    static KBArticle
    removeByR_V(long resourcePrimKey, int version)
    Removes the kb article where resourcePrimKey = ? and version = ? from the database.
    static void
    removeByResourcePrimKey(long resourcePrimKey)
    Removes all the kb articles where resourcePrimKey = ? from the database.
    static void
    Removes all the kb articles where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the kb articles where uuid = ? and companyId = ? from the database.
    static KBArticle
    removeByUUID_G(String uuid, long groupId)
    Removes the kb article where uuid = ? and groupId = ? from the database.
    static void
     
    static KBArticle
    update(KBArticle kbArticle)
     
    static KBArticle
    update(KBArticle kbArticle, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    static KBArticle
    updateImpl(KBArticle kbArticle)
     

    Methods inherited from class java.lang.Object

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

    • KBArticleUtil

      public KBArticleUtil()
  • Method Details

    • clearCache

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

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

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

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

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

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

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

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

      public static KBArticle update(KBArticle kbArticle, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByResourcePrimKey

      public static List<KBArticle> findByResourcePrimKey(long resourcePrimKey)
      Returns all the kb articles where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      Returns:
      the matching kb articles
    • findByResourcePrimKey

      public static List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByResourcePrimKey

      public static List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByResourcePrimKey

      public static List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByResourcePrimKey_First

      public static KBArticle findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByResourcePrimKey_First

      public static KBArticle fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByResourcePrimKey_Last

      public static KBArticle findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByResourcePrimKey_Last

      public static KBArticle fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByResourcePrimKey_PrevAndNext

      public static KBArticle[] findByResourcePrimKey_PrevAndNext(long kbArticleId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByResourcePrimKey

      public static void removeByResourcePrimKey(long resourcePrimKey)
      Removes all the kb articles where resourcePrimKey = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
    • countByResourcePrimKey

      public static int countByResourcePrimKey(long resourcePrimKey)
      Returns the number of kb articles where resourcePrimKey = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      Returns:
      the number of matching kb articles
    • findByUuid

      public static List<KBArticle> findByUuid(String uuid)
      Returns all the kb articles where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching kb articles
    • findByUuid

      public static List<KBArticle> findByUuid(String uuid, int start, int end)
      Returns a range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

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

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

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

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

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

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

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

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

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

      public static KBArticle findByUUID_G(String uuid, long groupId) throws NoSuchArticleException
      Returns the kb article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByUUID_G

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

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

      public static KBArticle removeByUUID_G(String uuid, long groupId) throws NoSuchArticleException
      Removes the kb article where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the kb article that was removed
      Throws:
      NoSuchArticleException
    • countByUUID_G

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

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

      public static List<KBArticle> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the kb articles 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 KBArticleModelImpl.

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

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

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

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

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

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

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

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

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

      public static KBArticle[] findByUuid_C_PrevAndNext(long kbArticleId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the kb articles where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of kb articles where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching kb articles
    • findByR_G

      public static List<KBArticle> findByR_G(long resourcePrimKey, long groupId)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      Returns:
      the matching kb articles
    • findByR_G

      public static List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G

      public static List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G

      public static List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_First

      public static KBArticle findByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_First

      public static KBArticle fetchByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_Last

      public static KBArticle findByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_Last

      public static KBArticle fetchByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_PrevAndNext

      public static KBArticle[] findByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G

      public static List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G

      public static List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G

      public static List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_PrevAndNext

      public static KBArticle[] filterFindByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByR_G

      public static void removeByR_G(long resourcePrimKey, long groupId)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
    • countByR_G

      public static int countByR_G(long resourcePrimKey, long groupId)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      Returns:
      the number of matching kb articles
    • filterCountByR_G

      public static int filterCountByR_G(long resourcePrimKey, long groupId)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_V

      public static KBArticle findByR_V(long resourcePrimKey, int version) throws NoSuchArticleException
      Returns the kb article where resourcePrimKey = ? and version = ? or throws a NoSuchArticleException if it could not be found.
      Parameters:
      resourcePrimKey - the resource prim key
      version - the version
      Returns:
      the matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_V

      public static KBArticle fetchByR_V(long resourcePrimKey, int version)
      Returns the kb article where resourcePrimKey = ? and version = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      resourcePrimKey - the resource prim key
      version - the version
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • fetchByR_V

      public static KBArticle fetchByR_V(long resourcePrimKey, int version, boolean useFinderCache)
      Returns the kb article where resourcePrimKey = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      resourcePrimKey - the resource prim key
      version - the version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • removeByR_V

      public static KBArticle removeByR_V(long resourcePrimKey, int version) throws NoSuchArticleException
      Removes the kb article where resourcePrimKey = ? and version = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      version - the version
      Returns:
      the kb article that was removed
      Throws:
      NoSuchArticleException
    • countByR_V

      public static int countByR_V(long resourcePrimKey, int version)
      Returns the number of kb articles where resourcePrimKey = ? and version = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      version - the version
      Returns:
      the number of matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long resourcePrimKey, boolean latest)
      Returns all the kb articles where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      Returns:
      the matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_L_First

      public static KBArticle findByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_L_First

      public static KBArticle fetchByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_L_Last

      public static KBArticle findByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_L_Last

      public static KBArticle fetchByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_L_PrevAndNext

      public static KBArticle[] findByR_L_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByR_L

      public static List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest)
      Returns all the kb articles where resourcePrimKey = any ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      Returns:
      the matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_L

      public static List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ?, 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_L

      public static void removeByR_L(long resourcePrimKey, boolean latest)
      Removes all the kb articles where resourcePrimKey = ? and latest = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
    • countByR_L

      public static int countByR_L(long resourcePrimKey, boolean latest)
      Returns the number of kb articles where resourcePrimKey = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      Returns:
      the number of matching kb articles
    • countByR_L

      public static int countByR_L(long[] resourcePrimKeys, boolean latest)
      Returns the number of kb articles where resourcePrimKey = any ? and latest = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      Returns:
      the number of matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long resourcePrimKey, boolean main)
      Returns all the kb articles where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      Returns:
      the matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_M_First

      public static KBArticle findByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_M_First

      public static KBArticle fetchByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_M_Last

      public static KBArticle findByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_M_Last

      public static KBArticle fetchByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_M_PrevAndNext

      public static KBArticle[] findByR_M_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByR_M

      public static List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main)
      Returns all the kb articles where resourcePrimKey = any ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      Returns:
      the matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_M

      public static List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ?, 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_M

      public static void removeByR_M(long resourcePrimKey, boolean main)
      Removes all the kb articles where resourcePrimKey = ? and main = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
    • countByR_M

      public static int countByR_M(long resourcePrimKey, boolean main)
      Returns the number of kb articles where resourcePrimKey = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      Returns:
      the number of matching kb articles
    • countByR_M

      public static int countByR_M(long[] resourcePrimKeys, boolean main)
      Returns the number of kb articles where resourcePrimKey = any ? and main = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      Returns:
      the number of matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long resourcePrimKey, int status)
      Returns all the kb articles where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      Returns:
      the matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_S_First

      public static KBArticle findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_S_First

      public static KBArticle fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_S_Last

      public static KBArticle findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_S_Last

      public static KBArticle fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_S_PrevAndNext

      public static KBArticle[] findByR_S_PrevAndNext(long kbArticleId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByR_S

      public static List<KBArticle> findByR_S(long[] resourcePrimKeys, int[] statuses)
      Returns all the kb articles where resourcePrimKey = any ? and status = 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      statuses - the statuses
      Returns:
      the matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and status = 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and status = 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_S

      public static List<KBArticle> findByR_S(long[] resourcePrimKeys, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_S

      public static void removeByR_S(long resourcePrimKey, int status)
      Removes all the kb articles where resourcePrimKey = ? and status = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
    • countByR_S

      public static int countByR_S(long resourcePrimKey, int status)
      Returns the number of kb articles where resourcePrimKey = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_S

      public static int countByR_S(long[] resourcePrimKeys, int[] statuses)
      Returns the number of kb articles where resourcePrimKey = any ? and status = any ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      statuses - the statuses
      Returns:
      the number of matching kb articles
    • findByG_ERC

      public static List<KBArticle> findByG_ERC(long groupId, String externalReferenceCode)
      Returns all the kb articles where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the matching kb articles
    • findByG_ERC

      public static List<KBArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end)
      Returns a range of all the kb articles where groupId = ? and externalReferenceCode = ?.

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

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_ERC

      public static List<KBArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and externalReferenceCode = ?.

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

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_ERC

      public static List<KBArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and externalReferenceCode = ?.

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

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_ERC_First

      public static KBArticle findByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_ERC_First

      public static KBArticle fetchByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_ERC_Last

      public static KBArticle findByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_ERC_Last

      public static KBArticle fetchByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_ERC_PrevAndNext

      public static KBArticle[] findByG_ERC_PrevAndNext(long kbArticleId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and externalReferenceCode = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_ERC

      public static List<KBArticle> filterFindByG_ERC(long groupId, String externalReferenceCode)
      Returns all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_ERC

      public static List<KBArticle> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.

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

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_ERC

      public static List<KBArticle> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and externalReferenceCode = ?.

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

      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_ERC_PrevAndNext

      public static KBArticle[] filterFindByG_ERC_PrevAndNext(long kbArticleId, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      externalReferenceCode - the external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_ERC

      public static void removeByG_ERC(long groupId, String externalReferenceCode)
      Removes all the kb articles where groupId = ? and externalReferenceCode = ? from the database.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
    • countByG_ERC

      public static int countByG_ERC(long groupId, String externalReferenceCode)
      Returns the number of kb articles where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the number of matching kb articles
    • filterCountByG_ERC

      public static int filterCountByG_ERC(long groupId, String externalReferenceCode)
      Returns the number of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_L

      public static List<KBArticle> findByG_L(long groupId, boolean latest)
      Returns all the kb articles where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_L

      public static List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_L

      public static List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_L

      public static List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_L_First

      public static KBArticle findByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_L_First

      public static KBArticle fetchByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_L_Last

      public static KBArticle findByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_L_Last

      public static KBArticle fetchByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_L_PrevAndNext

      public static KBArticle[] findByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_L

      public static List<KBArticle> filterFindByG_L(long groupId, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_L

      public static List<KBArticle> filterFindByG_L(long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_L

      public static List<KBArticle> filterFindByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and latest = ?.

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

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

      public static KBArticle[] filterFindByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_L

      public static void removeByG_L(long groupId, boolean latest)
      Removes all the kb articles where groupId = ? and latest = ? from the database.
      Parameters:
      groupId - the group ID
      latest - the latest
    • countByG_L

      public static int countByG_L(long groupId, boolean latest)
      Returns the number of kb articles where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles
    • filterCountByG_L

      public static int filterCountByG_L(long groupId, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_M

      public static List<KBArticle> findByG_M(long groupId, boolean main)
      Returns all the kb articles where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles
    • findByG_M

      public static List<KBArticle> findByG_M(long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles where groupId = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_M

      public static List<KBArticle> findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_M

      public static List<KBArticle> findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_M_First

      public static KBArticle findByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_M_First

      public static KBArticle fetchByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_M_Last

      public static KBArticle findByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_M_Last

      public static KBArticle fetchByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_M_PrevAndNext

      public static KBArticle[] findByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_M

      public static List<KBArticle> filterFindByG_M(long groupId, boolean main)
      Returns all the kb articles that the user has permission to view where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_M

      public static List<KBArticle> filterFindByG_M(long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_M

      public static List<KBArticle> filterFindByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and main = ?.

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

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

      public static KBArticle[] filterFindByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_M

      public static void removeByG_M(long groupId, boolean main)
      Removes all the kb articles where groupId = ? and main = ? from the database.
      Parameters:
      groupId - the group ID
      main - the main
    • countByG_M

      public static int countByG_M(long groupId, boolean main)
      Returns the number of kb articles where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles
    • filterCountByG_M

      public static int filterCountByG_M(long groupId, boolean main)
      Returns the number of kb articles that the user has permission to view where groupId = ? and main = ?.
      Parameters:
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_S

      public static List<KBArticle> findByG_S(long groupId, int status)
      Returns all the kb articles where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles
    • findByG_S

      public static List<KBArticle> findByG_S(long groupId, int status, int start, int end)
      Returns a range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

      public static KBArticle findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article 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 kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_S_First

      public static KBArticle fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article 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 kb article, or null if a matching kb article could not be found
    • findByG_S_Last

      public static KBArticle findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article 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 kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_S_Last

      public static KBArticle fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article 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 kb article, or null if a matching kb article could not be found
    • findByG_S_PrevAndNext

      public static KBArticle[] findByG_S_PrevAndNext(long kbArticleId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_S

      public static List<KBArticle> filterFindByG_S(long groupId, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_S

      public static List<KBArticle> filterFindByG_S(long groupId, int status, int start, int end)
      Returns a range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

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

      public static void removeByG_S(long groupId, int status)
      Removes all the kb articles where groupId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      status - the status
    • countByG_S

      public static int countByG_S(long groupId, int status)
      Returns the number of kb articles where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_S

      public static int filterCountByG_S(long groupId, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByC_L

      public static List<KBArticle> findByC_L(long companyId, boolean latest)
      Returns all the kb articles where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      Returns:
      the matching kb articles
    • findByC_L

      public static List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end)
      Returns a range of all the kb articles where companyId = ? and latest = ?.

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

      Parameters:
      companyId - the company ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByC_L

      public static List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where companyId = ? and latest = ?.

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

      Parameters:
      companyId - the company ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByC_L

      public static List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where companyId = ? and latest = ?.

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

      Parameters:
      companyId - the company ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByC_L_First

      public static KBArticle findByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_L_First

      public static KBArticle fetchByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByC_L_Last

      public static KBArticle findByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_L_Last

      public static KBArticle fetchByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByC_L_PrevAndNext

      public static KBArticle[] findByC_L_PrevAndNext(long kbArticleId, long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      companyId - the company ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByC_L

      public static void removeByC_L(long companyId, boolean latest)
      Removes all the kb articles where companyId = ? and latest = ? from the database.
      Parameters:
      companyId - the company ID
      latest - the latest
    • countByC_L

      public static int countByC_L(long companyId, boolean latest)
      Returns the number of kb articles where companyId = ? and latest = ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      Returns:
      the number of matching kb articles
    • findByC_M

      public static List<KBArticle> findByC_M(long companyId, boolean main)
      Returns all the kb articles where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      Returns:
      the matching kb articles
    • findByC_M

      public static List<KBArticle> findByC_M(long companyId, boolean main, int start, int end)
      Returns a range of all the kb articles where companyId = ? and main = ?.

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

      Parameters:
      companyId - the company ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByC_M

      public static List<KBArticle> findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where companyId = ? and main = ?.

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

      Parameters:
      companyId - the company ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByC_M

      public static List<KBArticle> findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where companyId = ? and main = ?.

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

      Parameters:
      companyId - the company ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByC_M_First

      public static KBArticle findByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_M_First

      public static KBArticle fetchByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByC_M_Last

      public static KBArticle findByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_M_Last

      public static KBArticle fetchByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByC_M_PrevAndNext

      public static KBArticle[] findByC_M_PrevAndNext(long kbArticleId, long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      companyId - the company ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByC_M

      public static void removeByC_M(long companyId, boolean main)
      Removes all the kb articles where companyId = ? and main = ? from the database.
      Parameters:
      companyId - the company ID
      main - the main
    • countByC_M

      public static int countByC_M(long companyId, boolean main)
      Returns the number of kb articles where companyId = ? and main = ?.
      Parameters:
      companyId - the company ID
      main - the main
      Returns:
      the number of matching kb articles
    • findByC_S

      public static List<KBArticle> findByC_S(long companyId, int status)
      Returns all the kb articles where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the matching kb articles
    • findByC_S

      public static List<KBArticle> findByC_S(long companyId, int status, int start, int end)
      Returns a range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles 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 KBArticleModelImpl.

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

      public static KBArticle findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article 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 kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_S_First

      public static KBArticle fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article 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 kb article, or null if a matching kb article could not be found
    • findByC_S_Last

      public static KBArticle findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article 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 kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_S_Last

      public static KBArticle fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article 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 kb article, or null if a matching kb article could not be found
    • findByC_S_PrevAndNext

      public static KBArticle[] findByC_S_PrevAndNext(long kbArticleId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByC_S

      public static void removeByC_S(long companyId, int status)
      Removes all the kb articles where companyId = ? and status = ? from the database.
      Parameters:
      companyId - the company ID
      status - the status
    • countByC_S

      public static int countByC_S(long companyId, int status)
      Returns the number of kb articles where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the number of matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest)
      Returns all the kb articles where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByP_L_First

      public static KBArticle findByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_L_First

      public static KBArticle fetchByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByP_L_Last

      public static KBArticle findByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_L_Last

      public static KBArticle fetchByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByP_L_PrevAndNext

      public static KBArticle[] findByP_L_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByP_L

      public static List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest)
      Returns all the kb articles where parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_L

      public static List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ?, 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByP_L

      public static void removeByP_L(long parentResourcePrimKey, boolean latest)
      Removes all the kb articles where parentResourcePrimKey = ? and latest = ? from the database.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
    • countByP_L

      public static int countByP_L(long parentResourcePrimKey, boolean latest)
      Returns the number of kb articles where parentResourcePrimKey = ? and latest = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the number of matching kb articles
    • countByP_L

      public static int countByP_L(long[] parentResourcePrimKeys, boolean latest)
      Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ?.
      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the number of matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main)
      Returns all the kb articles where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByP_M_First

      public static KBArticle findByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_M_First

      public static KBArticle fetchByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByP_M_Last

      public static KBArticle findByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_M_Last

      public static KBArticle fetchByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByP_M_PrevAndNext

      public static KBArticle[] findByP_M_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByP_M

      public static List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main)
      Returns all the kb articles where parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_M

      public static List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ?, 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByP_M

      public static void removeByP_M(long parentResourcePrimKey, boolean main)
      Removes all the kb articles where parentResourcePrimKey = ? and main = ? from the database.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
    • countByP_M

      public static int countByP_M(long parentResourcePrimKey, boolean main)
      Returns the number of kb articles where parentResourcePrimKey = ? and main = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the number of matching kb articles
    • countByP_M

      public static int countByP_M(long[] parentResourcePrimKeys, boolean main)
      Returns the number of kb articles where parentResourcePrimKey = any ? and main = ?.
      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the number of matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long parentResourcePrimKey, int status)
      Returns all the kb articles where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByP_S_First

      public static KBArticle findByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_S_First

      public static KBArticle fetchByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByP_S_Last

      public static KBArticle findByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_S_Last

      public static KBArticle fetchByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByP_S_PrevAndNext

      public static KBArticle[] findByP_S_PrevAndNext(long kbArticleId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByP_S

      public static List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status)
      Returns all the kb articles where parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_S

      public static List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByP_S

      public static void removeByP_S(long parentResourcePrimKey, int status)
      Removes all the kb articles where parentResourcePrimKey = ? and status = ? from the database.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
    • countByP_S

      public static int countByP_S(long parentResourcePrimKey, int status)
      Returns the number of kb articles where parentResourcePrimKey = ? and status = ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the number of matching kb articles
    • countByP_S

      public static int countByP_S(long[] parentResourcePrimKeys, int status)
      Returns the number of kb articles where parentResourcePrimKey = any ? and status = ?.
      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the number of matching kb articles
    • findByLtD_S

      public static List<KBArticle> findByLtD_S(Date displayDate, int status)
      Returns all the kb articles where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching kb articles
    • findByLtD_S

      public static List<KBArticle> findByLtD_S(Date displayDate, int status, int start, int end)
      Returns a range of all the kb articles where displayDate < ? 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 KBArticleModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByLtD_S

      public static List<KBArticle> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where displayDate < ? 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 KBArticleModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByLtD_S

      public static List<KBArticle> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where displayDate < ? 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 KBArticleModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByLtD_S_First

      public static KBArticle findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByLtD_S_First

      public static KBArticle fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByLtD_S_Last

      public static KBArticle findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByLtD_S_Last

      public static KBArticle fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByLtD_S_PrevAndNext

      public static KBArticle[] findByLtD_S_PrevAndNext(long kbArticleId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where displayDate < ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByLtD_S

      public static void removeByLtD_S(Date displayDate, int status)
      Removes all the kb articles where displayDate < ? and status = ? from the database.
      Parameters:
      displayDate - the display date
      status - the status
    • countByLtD_S

      public static int countByLtD_S(Date displayDate, int status)
      Returns the number of kb articles where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching kb articles
    • findByR_G_V

      public static KBArticle findByR_G_V(long resourcePrimKey, long groupId, int version) throws NoSuchArticleException
      Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      version - the version
      Returns:
      the matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_V

      public static KBArticle fetchByR_G_V(long resourcePrimKey, long groupId, int version)
      Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      version - the version
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • fetchByR_G_V

      public static KBArticle fetchByR_G_V(long resourcePrimKey, long groupId, int version, boolean useFinderCache)
      Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      version - the version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • removeByR_G_V

      public static KBArticle removeByR_G_V(long resourcePrimKey, long groupId, int version) throws NoSuchArticleException
      Removes the kb article where resourcePrimKey = ? and groupId = ? and version = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      version - the version
      Returns:
      the kb article that was removed
      Throws:
      NoSuchArticleException
    • countByR_G_V

      public static int countByR_G_V(long resourcePrimKey, long groupId, int version)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and version = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      version - the version
      Returns:
      the number of matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_L_First

      public static KBArticle findByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_L_First

      public static KBArticle fetchByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_L_Last

      public static KBArticle findByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_L_Last

      public static KBArticle fetchByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_L_PrevAndNext

      public static KBArticle[] findByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_L_PrevAndNext

      public static KBArticle[] filterFindByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_L

      public static List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
      Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      Returns:
      the matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_L

      public static List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?, 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_G_L

      public static void removeByR_G_L(long resourcePrimKey, long groupId, boolean latest)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
    • countByR_G_L

      public static int countByR_G_L(long resourcePrimKey, long groupId, boolean latest)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles
    • countByR_G_L

      public static int countByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
      Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles
    • filterCountByR_G_L

      public static int filterCountByR_G_L(long resourcePrimKey, long groupId, boolean latest)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByR_G_L

      public static int filterCountByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_M_First

      public static KBArticle findByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_M_First

      public static KBArticle fetchByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_M_Last

      public static KBArticle findByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_M_Last

      public static KBArticle fetchByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_M_PrevAndNext

      public static KBArticle[] findByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_M_PrevAndNext

      public static KBArticle[] filterFindByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_M

      public static List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
      Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      Returns:
      the matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.

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

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_M

      public static List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?, 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_G_M

      public static void removeByR_G_M(long resourcePrimKey, long groupId, boolean main)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
    • countByR_G_M

      public static int countByR_G_M(long resourcePrimKey, long groupId, boolean main)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles
    • countByR_G_M

      public static int countByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
      Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles
    • filterCountByR_G_M

      public static int filterCountByR_G_M(long resourcePrimKey, long groupId, boolean main)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByR_G_M

      public static int filterCountByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_S_First

      public static KBArticle findByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_S_First

      public static KBArticle fetchByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_S_Last

      public static KBArticle findByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_S_Last

      public static KBArticle fetchByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_S_PrevAndNext

      public static KBArticle[] findByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_S_PrevAndNext

      public static KBArticle[] filterFindByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_S

      public static List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status)
      Returns all the kb articles where resourcePrimKey = any ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_S

      public static List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_G_S

      public static void removeByR_G_S(long resourcePrimKey, long groupId, int status)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status = ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
    • countByR_G_S

      public static int countByR_G_S(long resourcePrimKey, long groupId, int status)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_G_S

      public static int countByR_G_S(long[] resourcePrimKeys, long groupId, int status)
      Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByR_G_S

      public static int filterCountByR_G_S(long resourcePrimKey, long groupId, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByR_G_S

      public static int filterCountByR_G_S(long[] resourcePrimKeys, long groupId, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_G_NotS

      public static List<KBArticle> findByR_G_NotS(long resourcePrimKey, long groupId, int status)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_NotS

      public static List<KBArticle> findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_NotS

      public static List<KBArticle> findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_NotS

      public static List<KBArticle> findByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_NotS_First

      public static KBArticle findByR_G_NotS_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_NotS_First

      public static KBArticle fetchByR_G_NotS_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_NotS_Last

      public static KBArticle findByR_G_NotS_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_NotS_Last

      public static KBArticle fetchByR_G_NotS_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_NotS_PrevAndNext

      public static KBArticle[] findByR_G_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_NotS

      public static List<KBArticle> filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_NotS

      public static List<KBArticle> filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_NotS

      public static List<KBArticle> filterFindByR_G_NotS(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_NotS_PrevAndNext

      public static KBArticle[] filterFindByR_G_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByR_G_NotS

      public static void removeByR_G_NotS(long resourcePrimKey, long groupId, int status)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
    • countByR_G_NotS

      public static int countByR_G_NotS(long resourcePrimKey, long groupId, int status)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByR_G_NotS

      public static int filterCountByR_G_NotS(long resourcePrimKey, long groupId, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long resourcePrimKey, boolean latest, int status)
      Returns all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long resourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_L_NotS_First

      public static KBArticle findByR_L_NotS_First(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_L_NotS_First

      public static KBArticle fetchByR_L_NotS_First(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_L_NotS_Last

      public static KBArticle findByR_L_NotS_Last(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_L_NotS_Last

      public static KBArticle fetchByR_L_NotS_Last(long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_L_NotS_PrevAndNext

      public static KBArticle[] findByR_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status)
      Returns all the kb articles where resourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_L_NotS

      public static List<KBArticle> findByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_L_NotS

      public static void removeByR_L_NotS(long resourcePrimKey, boolean latest, int status)
      Removes all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
    • countByR_L_NotS

      public static int countByR_L_NotS(long resourcePrimKey, boolean latest, int status)
      Returns the number of kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_L_NotS

      public static int countByR_L_NotS(long[] resourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long resourcePrimKey, boolean main, int status)
      Returns all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long resourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_M_NotS_First

      public static KBArticle findByR_M_NotS_First(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_M_NotS_First

      public static KBArticle fetchByR_M_NotS_First(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_M_NotS_Last

      public static KBArticle findByR_M_NotS_Last(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_M_NotS_Last

      public static KBArticle fetchByR_M_NotS_Last(long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_M_NotS_PrevAndNext

      public static KBArticle[] findByR_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status)
      Returns all the kb articles where resourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_M_NotS

      public static List<KBArticle> findByR_M_NotS(long[] resourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_M_NotS

      public static void removeByR_M_NotS(long resourcePrimKey, boolean main, int status)
      Removes all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
    • countByR_M_NotS

      public static int countByR_M_NotS(long resourcePrimKey, boolean main, int status)
      Returns the number of kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_M_NotS

      public static int countByR_M_NotS(long[] resourcePrimKeys, boolean main, int status)
      Returns the number of kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • findByG_ERC_V

      public static KBArticle findByG_ERC_V(long groupId, String externalReferenceCode, int version) throws NoSuchArticleException
      Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or throws a NoSuchArticleException if it could not be found.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_ERC_V

      public static KBArticle fetchByG_ERC_V(long groupId, String externalReferenceCode, int version)
      Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • fetchByG_ERC_V

      public static KBArticle fetchByG_ERC_V(long groupId, String externalReferenceCode, int version, boolean useFinderCache)
      Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching kb article, or null if a matching kb article could not be found
    • removeByG_ERC_V

      public static KBArticle removeByG_ERC_V(long groupId, String externalReferenceCode, int version) throws NoSuchArticleException
      Removes the kb article where groupId = ? and externalReferenceCode = ? and version = ? from the database.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the kb article that was removed
      Throws:
      NoSuchArticleException
    • countByG_ERC_V

      public static int countByG_ERC_V(long groupId, String externalReferenceCode, int version)
      Returns the number of kb articles where groupId = ? and externalReferenceCode = ? and version = ?.
      Parameters:
      groupId - the group ID
      externalReferenceCode - the external reference code
      version - the version
      Returns:
      the number of matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_L_First

      public static KBArticle findByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_First

      public static KBArticle fetchByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_Last

      public static KBArticle findByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_Last

      public static KBArticle fetchByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_PrevAndNext

      public static KBArticle[] findByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_PrevAndNext

      public static KBArticle[] filterFindByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L

      public static List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L

      public static List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?, 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_L

      public static void removeByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
    • countByG_P_L

      public static int countByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the number of matching kb articles
    • countByG_P_L

      public static int countByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the number of matching kb articles
    • filterCountByG_P_L

      public static int filterCountByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_L

      public static int filterCountByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_M_First

      public static KBArticle findByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_First

      public static KBArticle fetchByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_Last

      public static KBArticle findByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_Last

      public static KBArticle fetchByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_PrevAndNext

      public static KBArticle[] findByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_PrevAndNext

      public static KBArticle[] filterFindByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M

      public static List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M

      public static List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?, 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_M

      public static void removeByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
    • countByG_P_M

      public static int countByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the number of matching kb articles
    • countByG_P_M

      public static int countByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the number of matching kb articles
    • filterCountByG_P_M

      public static int filterCountByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_M

      public static int filterCountByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_S_First

      public static KBArticle findByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_S_First

      public static KBArticle fetchByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_S_Last

      public static KBArticle findByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_S_Last

      public static KBArticle fetchByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_S_PrevAndNext

      public static KBArticle[] findByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_S_PrevAndNext

      public static KBArticle[] filterFindByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_S

      public static List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_S

      public static List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_S

      public static void removeByG_P_S(long groupId, long parentResourcePrimKey, int status)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
    • countByG_P_S

      public static int countByG_P_S(long groupId, long parentResourcePrimKey, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_P_S

      public static int countByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_P_S

      public static int filterCountByG_P_S(long groupId, long parentResourcePrimKey, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_S

      public static int filterCountByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_UT

      public static List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      Returns:
      the matching kb articles
    • findByG_KBFI_UT

      public static List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_UT

      public static List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_UT

      public static List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_UT_First

      public static KBArticle findByG_KBFI_UT_First(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_First

      public static KBArticle fetchByG_KBFI_UT_First(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_Last

      public static KBArticle findByG_KBFI_UT_Last(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_Last

      public static KBArticle fetchByG_KBFI_UT_Last(long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_PrevAndNext

      public static KBArticle[] findByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_UT

      public static List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT

      public static List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT

      public static List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_PrevAndNext

      public static KBArticle[] filterFindByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_KBFI_UT

      public static void removeByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
    • countByG_KBFI_UT

      public static int countByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_UT

      public static int filterCountByG_KBFI_UT(long groupId, long kbFolderId, String urlTitle)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_L

      public static List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_KBFI_L

      public static List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_L

      public static List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_L

      public static List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_L_First

      public static KBArticle findByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_L_First

      public static KBArticle fetchByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_L_Last

      public static KBArticle findByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_L_Last

      public static KBArticle fetchByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_L_PrevAndNext

      public static KBArticle[] findByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_L

      public static List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L

      public static List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L

      public static List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L_PrevAndNext

      public static KBArticle[] filterFindByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_KBFI_L

      public static void removeByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and latest = ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
    • countByG_KBFI_L

      public static int countByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_L

      public static int filterCountByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_S

      public static List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      Returns:
      the matching kb articles
    • findByG_KBFI_S

      public static List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_S

      public static List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_S

      public static List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_S_First

      public static KBArticle findByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_S_First

      public static KBArticle fetchByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_S_Last

      public static KBArticle findByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_S_Last

      public static KBArticle fetchByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_S_PrevAndNext

      public static KBArticle[] findByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_S

      public static List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_S

      public static List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_S

      public static List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_KBFI_S

      public static void removeByG_KBFI_S(long groupId, long kbFolderId, int status)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
    • countByG_KBFI_S

      public static int countByG_KBFI_S(long groupId, long kbFolderId, int status)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_S

      public static int filterCountByG_KBFI_S(long groupId, long kbFolderId, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String sections, boolean latest)
      Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_LikeS_L_First

      public static KBArticle findByG_LikeS_L_First(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_L_First

      public static KBArticle fetchByG_LikeS_L_First(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_L_Last

      public static KBArticle findByG_LikeS_L_Last(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_L_Last

      public static KBArticle fetchByG_LikeS_L_Last(long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_L_PrevAndNext

      public static KBArticle[] findByG_LikeS_L_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String sections, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L_PrevAndNext

      public static KBArticle[] filterFindByG_LikeS_L_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      latest - the latest
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L

      public static List<KBArticle> filterFindByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
      Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      Returns:
      the matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_L

      public static List<KBArticle> findByG_LikeS_L(long groupId, String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?, 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_LikeS_L

      public static void removeByG_LikeS_L(long groupId, String sections, boolean latest)
      Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? from the database.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
    • countByG_LikeS_L

      public static int countByG_LikeS_L(long groupId, String sections, boolean latest)
      Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      Returns:
      the number of matching kb articles
    • countByG_LikeS_L

      public static int countByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
      Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      Returns:
      the number of matching kb articles
    • filterCountByG_LikeS_L

      public static int filterCountByG_LikeS_L(long groupId, String sections, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_LikeS_L

      public static int filterCountByG_LikeS_L(long groupId, String[] sectionses, boolean latest)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String sections, boolean main)
      Returns all the kb articles where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      Returns:
      the matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_LikeS_M_First

      public static KBArticle findByG_LikeS_M_First(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_M_First

      public static KBArticle fetchByG_LikeS_M_First(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_M_Last

      public static KBArticle findByG_LikeS_M_Last(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_M_Last

      public static KBArticle fetchByG_LikeS_M_Last(long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_M_PrevAndNext

      public static KBArticle[] findByG_LikeS_M_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String sections, boolean main)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String sections, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M_PrevAndNext

      public static KBArticle[] filterFindByG_LikeS_M_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      main - the main
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M

      public static List<KBArticle> filterFindByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String[] sectionses, boolean main)
      Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      Returns:
      the matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and main = ?.

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

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_M

      public static List<KBArticle> findByG_LikeS_M(long groupId, String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ?, 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_LikeS_M

      public static void removeByG_LikeS_M(long groupId, String sections, boolean main)
      Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? from the database.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
    • countByG_LikeS_M

      public static int countByG_LikeS_M(long groupId, String sections, boolean main)
      Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      Returns:
      the number of matching kb articles
    • countByG_LikeS_M

      public static int countByG_LikeS_M(long groupId, String[] sectionses, boolean main)
      Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      Returns:
      the number of matching kb articles
    • filterCountByG_LikeS_M

      public static int filterCountByG_LikeS_M(long groupId, String sections, boolean main)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_LikeS_M

      public static int filterCountByG_LikeS_M(long groupId, String[] sectionses, boolean main)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String sections, int status)
      Returns all the kb articles where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String sections, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_LikeS_S_First

      public static KBArticle findByG_LikeS_S_First(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_S_First

      public static KBArticle fetchByG_LikeS_S_First(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_S_Last

      public static KBArticle findByG_LikeS_S_Last(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_S_Last

      public static KBArticle fetchByG_LikeS_S_Last(long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_S_PrevAndNext

      public static KBArticle[] findByG_LikeS_S_PrevAndNext(long kbArticleId, long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String sections, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String sections, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_LikeS_S_PrevAndNext(long kbArticleId, long groupId, String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String[] sectionses, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_S

      public static List<KBArticle> filterFindByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByG_LikeS_S(long groupId, String[] sectionses, int status)
      Returns all the kb articles where groupId = ? and sections LIKE 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_S

      public static List<KBArticle> findByG_LikeS_S(long groupId, String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_LikeS_S

      public static void removeByG_LikeS_S(long groupId, String sections, int status)
      Removes all the kb articles where groupId = ? and sections LIKE ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
    • countByG_LikeS_S

      public static int countByG_LikeS_S(long groupId, String sections, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_LikeS_S

      public static int countByG_LikeS_S(long groupId, String[] sectionses, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE any ? and status = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_LikeS_S

      public static int filterCountByG_LikeS_S(long groupId, String sections, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_LikeS_S

      public static int filterCountByG_LikeS_S(long groupId, String[] sectionses, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_L_NotS

      public static List<KBArticle> findByG_L_NotS(long groupId, boolean latest, int status)
      Returns all the kb articles where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_L_NotS

      public static List<KBArticle> findByG_L_NotS(long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_L_NotS

      public static List<KBArticle> findByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_L_NotS

      public static List<KBArticle> findByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_L_NotS_First

      public static KBArticle findByG_L_NotS_First(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_L_NotS_First

      public static KBArticle fetchByG_L_NotS_First(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_L_NotS_Last

      public static KBArticle findByG_L_NotS_Last(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_L_NotS_Last

      public static KBArticle fetchByG_L_NotS_Last(long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_L_NotS_PrevAndNext

      public static KBArticle[] findByG_L_NotS_PrevAndNext(long kbArticleId, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_L_NotS

      public static List<KBArticle> filterFindByG_L_NotS(long groupId, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_L_NotS

      public static List<KBArticle> filterFindByG_L_NotS(long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_L_NotS

      public static List<KBArticle> filterFindByG_L_NotS(long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and latest = ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_L_NotS_PrevAndNext(long kbArticleId, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_L_NotS

      public static void removeByG_L_NotS(long groupId, boolean latest, int status)
      Removes all the kb articles where groupId = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
    • countByG_L_NotS

      public static int countByG_L_NotS(long groupId, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_L_NotS

      public static int filterCountByG_L_NotS(long groupId, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_M_NotS

      public static List<KBArticle> findByG_M_NotS(long groupId, boolean main, int status)
      Returns all the kb articles where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_M_NotS

      public static List<KBArticle> findByG_M_NotS(long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_M_NotS

      public static List<KBArticle> findByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_M_NotS

      public static List<KBArticle> findByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_M_NotS_First

      public static KBArticle findByG_M_NotS_First(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_M_NotS_First

      public static KBArticle fetchByG_M_NotS_First(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_M_NotS_Last

      public static KBArticle findByG_M_NotS_Last(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_M_NotS_Last

      public static KBArticle fetchByG_M_NotS_Last(long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_M_NotS_PrevAndNext

      public static KBArticle[] findByG_M_NotS_PrevAndNext(long kbArticleId, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_M_NotS

      public static List<KBArticle> filterFindByG_M_NotS(long groupId, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_M_NotS

      public static List<KBArticle> filterFindByG_M_NotS(long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_M_NotS

      public static List<KBArticle> filterFindByG_M_NotS(long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and main = ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_M_NotS_PrevAndNext(long kbArticleId, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_M_NotS

      public static void removeByG_M_NotS(long groupId, boolean main, int status)
      Removes all the kb articles where groupId = ? and main = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
    • countByG_M_NotS

      public static int countByG_M_NotS(long groupId, boolean main, int status)
      Returns the number of kb articles where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_M_NotS

      public static int filterCountByG_M_NotS(long groupId, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByC_L_NotS

      public static List<KBArticle> findByC_L_NotS(long companyId, boolean latest, int status)
      Returns all the kb articles where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByC_L_NotS

      public static List<KBArticle> findByC_L_NotS(long companyId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where companyId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByC_L_NotS

      public static List<KBArticle> findByC_L_NotS(long companyId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where companyId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByC_L_NotS

      public static List<KBArticle> findByC_L_NotS(long companyId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where companyId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByC_L_NotS_First

      public static KBArticle findByC_L_NotS_First(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_L_NotS_First

      public static KBArticle fetchByC_L_NotS_First(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByC_L_NotS_Last

      public static KBArticle findByC_L_NotS_Last(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_L_NotS_Last

      public static KBArticle fetchByC_L_NotS_Last(long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByC_L_NotS_PrevAndNext

      public static KBArticle[] findByC_L_NotS_PrevAndNext(long kbArticleId, long companyId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      companyId - the company ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByC_L_NotS

      public static void removeByC_L_NotS(long companyId, boolean latest, int status)
      Removes all the kb articles where companyId = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
    • countByC_L_NotS

      public static int countByC_L_NotS(long companyId, boolean latest, int status)
      Returns the number of kb articles where companyId = ? and latest = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • findByC_M_NotS

      public static List<KBArticle> findByC_M_NotS(long companyId, boolean main, int status)
      Returns all the kb articles where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByC_M_NotS

      public static List<KBArticle> findByC_M_NotS(long companyId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where companyId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByC_M_NotS

      public static List<KBArticle> findByC_M_NotS(long companyId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where companyId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByC_M_NotS

      public static List<KBArticle> findByC_M_NotS(long companyId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where companyId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByC_M_NotS_First

      public static KBArticle findByC_M_NotS_First(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_M_NotS_First

      public static KBArticle fetchByC_M_NotS_First(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByC_M_NotS_Last

      public static KBArticle findByC_M_NotS_Last(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByC_M_NotS_Last

      public static KBArticle fetchByC_M_NotS_Last(long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByC_M_NotS_PrevAndNext

      public static KBArticle[] findByC_M_NotS_PrevAndNext(long kbArticleId, long companyId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      companyId - the company ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByC_M_NotS

      public static void removeByC_M_NotS(long companyId, boolean main, int status)
      Removes all the kb articles where companyId = ? and main = ? and status ≠ ? from the database.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
    • countByC_M_NotS

      public static int countByC_M_NotS(long companyId, boolean main, int status)
      Returns the number of kb articles where companyId = ? and main = ? and status ≠ ?.
      Parameters:
      companyId - the company ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
      Returns all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByP_L_NotS_First

      public static KBArticle findByP_L_NotS_First(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_L_NotS_First

      public static KBArticle fetchByP_L_NotS_First(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByP_L_NotS_Last

      public static KBArticle findByP_L_NotS_Last(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_L_NotS_Last

      public static KBArticle fetchByP_L_NotS_Last(long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByP_L_NotS_PrevAndNext

      public static KBArticle[] findByP_L_NotS_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status)
      Returns all the kb articles where parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_L_NotS

      public static List<KBArticle> findByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByP_L_NotS

      public static void removeByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
      Removes all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
    • countByP_L_NotS

      public static int countByP_L_NotS(long parentResourcePrimKey, boolean latest, int status)
      Returns the number of kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByP_L_NotS

      public static int countByP_L_NotS(long[] parentResourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
      Returns all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByP_M_NotS_First

      public static KBArticle findByP_M_NotS_First(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_M_NotS_First

      public static KBArticle fetchByP_M_NotS_First(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByP_M_NotS_Last

      public static KBArticle findByP_M_NotS_Last(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByP_M_NotS_Last

      public static KBArticle fetchByP_M_NotS_Last(long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByP_M_NotS_PrevAndNext

      public static KBArticle[] findByP_M_NotS_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status)
      Returns all the kb articles where parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByP_M_NotS

      public static List<KBArticle> findByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByP_M_NotS

      public static void removeByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
      Removes all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ? from the database.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
    • countByP_M_NotS

      public static int countByP_M_NotS(long parentResourcePrimKey, boolean main, int status)
      Returns the number of kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByP_M_NotS

      public static int countByP_M_NotS(long[] parentResourcePrimKeys, boolean main, int status)
      Returns the number of kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.
      Parameters:
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_L_NotS_First

      public static KBArticle findByR_G_L_NotS_First(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_L_NotS_First

      public static KBArticle fetchByR_G_L_NotS_First(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_L_NotS_Last

      public static KBArticle findByR_G_L_NotS_Last(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_L_NotS_Last

      public static KBArticle fetchByR_G_L_NotS_Last(long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_L_NotS_PrevAndNext

      public static KBArticle[] findByR_G_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_L_NotS_PrevAndNext

      public static KBArticle[] filterFindByR_G_L_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_L_NotS

      public static List<KBArticle> filterFindByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
      Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_L_NotS

      public static List<KBArticle> findByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_G_L_NotS

      public static void removeByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
    • countByR_G_L_NotS

      public static int countByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_G_L_NotS

      public static int countByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
      Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByR_G_L_NotS

      public static int filterCountByR_G_L_NotS(long resourcePrimKey, long groupId, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByR_G_L_NotS

      public static int filterCountByR_G_L_NotS(long[] resourcePrimKeys, long groupId, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
      Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByR_G_M_NotS_First

      public static KBArticle findByR_G_M_NotS_First(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_M_NotS_First

      public static KBArticle fetchByR_G_M_NotS_First(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByR_G_M_NotS_Last

      public static KBArticle findByR_G_M_NotS_Last(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByR_G_M_NotS_Last

      public static KBArticle fetchByR_G_M_NotS_Last(long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByR_G_M_NotS_PrevAndNext

      public static KBArticle[] findByR_G_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByR_G_M_NotS_PrevAndNext

      public static KBArticle[] filterFindByR_G_M_NotS_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
      Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByR_G_M_NotS

      public static List<KBArticle> filterFindByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
      Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByR_G_M_NotS

      public static List<KBArticle> findByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByR_G_M_NotS

      public static void removeByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
      Removes all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ? from the database.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
    • countByR_G_M_NotS

      public static int countByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
      Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByR_G_M_NotS

      public static int countByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
      Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByR_G_M_NotS

      public static int filterCountByR_G_M_NotS(long resourcePrimKey, long groupId, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKey - the resource prim key
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByR_G_M_NotS

      public static int filterCountByR_G_M_NotS(long[] resourcePrimKeys, long groupId, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ? and status ≠ ?.
      Parameters:
      resourcePrimKeys - the resource prim keys
      groupId - the group ID
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_L_S_First

      public static KBArticle findByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_S_First

      public static KBArticle fetchByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_S_Last

      public static KBArticle findByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_S_Last

      public static KBArticle fetchByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_S_PrevAndNext

      public static KBArticle[] findByG_P_L_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_S_PrevAndNext

      public static KBArticle[] filterFindByG_P_L_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_S

      public static List<KBArticle> filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L_S

      public static List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_L_S

      public static void removeByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
    • countByG_P_L_S

      public static int countByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_P_L_S

      public static int countByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_P_L_S

      public static int filterCountByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_L_S

      public static int filterCountByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_L_NotS_First

      public static KBArticle findByG_P_L_NotS_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_NotS_First

      public static KBArticle fetchByG_P_L_NotS_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_NotS_Last

      public static KBArticle findByG_P_L_NotS_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_L_NotS_Last

      public static KBArticle fetchByG_P_L_NotS_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_L_NotS_PrevAndNext

      public static KBArticle[] findByG_P_L_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_NotS_PrevAndNext

      public static KBArticle[] filterFindByG_P_L_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_L_NotS

      public static List<KBArticle> filterFindByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_L_NotS

      public static List<KBArticle> findByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_L_NotS

      public static void removeByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
    • countByG_P_L_NotS

      public static int countByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_P_L_NotS

      public static int countByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_P_L_NotS

      public static int filterCountByG_P_L_NotS(long groupId, long parentResourcePrimKey, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_L_NotS

      public static int filterCountByG_P_L_NotS(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_M_S_First

      public static KBArticle findByG_P_M_S_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_S_First

      public static KBArticle fetchByG_P_M_S_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_S_Last

      public static KBArticle findByG_P_M_S_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_S_Last

      public static KBArticle fetchByG_P_M_S_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_S_PrevAndNext

      public static KBArticle[] findByG_P_M_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_S_PrevAndNext

      public static KBArticle[] filterFindByG_P_M_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_S

      public static List<KBArticle> filterFindByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M_S

      public static List<KBArticle> findByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_M_S

      public static void removeByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
    • countByG_P_M_S

      public static int countByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_P_M_S

      public static int countByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_P_M_S

      public static int filterCountByG_P_M_S(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_M_S

      public static int filterCountByG_P_M_S(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status = ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_P_M_NotS_First

      public static KBArticle findByG_P_M_NotS_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_NotS_First

      public static KBArticle fetchByG_P_M_NotS_First(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_NotS_Last

      public static KBArticle findByG_P_M_NotS_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_P_M_NotS_Last

      public static KBArticle fetchByG_P_M_NotS_Last(long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_P_M_NotS_PrevAndNext

      public static KBArticle[] findByG_P_M_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_NotS_PrevAndNext

      public static KBArticle[] filterFindByG_P_M_NotS_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_P_M_NotS

      public static List<KBArticle> filterFindByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_P_M_NotS

      public static List<KBArticle> findByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_P_M_NotS

      public static void removeByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
      Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
    • countByG_P_M_NotS

      public static int countByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_P_M_NotS

      public static int countByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_P_M_NotS

      public static int filterCountByG_P_M_NotS(long groupId, long parentResourcePrimKey, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKey - the parent resource prim key
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_P_M_NotS

      public static int filterCountByG_P_M_NotS(long groupId, long[] parentResourcePrimKeys, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      parentResourcePrimKeys - the parent resource prim keys
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_UT_ST_First

      public static KBArticle findByG_KBFI_UT_ST_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_ST_First

      public static KBArticle fetchByG_KBFI_UT_ST_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_ST_Last

      public static KBArticle findByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_ST_Last

      public static KBArticle fetchByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_ST_PrevAndNext

      public static KBArticle[] findByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_ST_PrevAndNext

      public static KBArticle[] filterFindByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_ST

      public static List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      Returns:
      the matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_UT_ST

      public static List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_KBFI_UT_ST

      public static void removeByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
    • countByG_KBFI_UT_ST

      public static int countByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_KBFI_UT_ST

      public static int countByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_UT_ST

      public static int filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_KBFI_UT_ST

      public static int filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, String urlTitle, int[] statuses)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      statuses - the statuses
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_UT_NotS

      public static List<KBArticle> findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the matching kb articles
    • findByG_KBFI_UT_NotS

      public static List<KBArticle> findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_UT_NotS

      public static List<KBArticle> findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_UT_NotS

      public static List<KBArticle> findByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_UT_NotS_First

      public static KBArticle findByG_KBFI_UT_NotS_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_NotS_First

      public static KBArticle fetchByG_KBFI_UT_NotS_First(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_NotS_Last

      public static KBArticle findByG_KBFI_UT_NotS_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_UT_NotS_Last

      public static KBArticle fetchByG_KBFI_UT_NotS_Last(long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_UT_NotS_PrevAndNext

      public static KBArticle[] findByG_KBFI_UT_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_UT_NotS

      public static List<KBArticle> filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_NotS

      public static List<KBArticle> filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_NotS

      public static List<KBArticle> filterFindByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and urlTitle = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_UT_NotS_PrevAndNext

      public static KBArticle[] filterFindByG_KBFI_UT_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_KBFI_UT_NotS

      public static void removeByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
    • countByG_KBFI_UT_NotS

      public static int countByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_UT_NotS

      public static int filterCountByG_KBFI_UT_NotS(long groupId, long kbFolderId, String urlTitle, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      urlTitle - the url title
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_KBFI_L_NotS

      public static List<KBArticle> findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
      Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_KBFI_L_NotS

      public static List<KBArticle> findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_KBFI_L_NotS

      public static List<KBArticle> findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_KBFI_L_NotS

      public static List<KBArticle> findByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_KBFI_L_NotS_First

      public static KBArticle findByG_KBFI_L_NotS_First(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_L_NotS_First

      public static KBArticle fetchByG_KBFI_L_NotS_First(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_L_NotS_Last

      public static KBArticle findByG_KBFI_L_NotS_Last(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_KBFI_L_NotS_Last

      public static KBArticle fetchByG_KBFI_L_NotS_Last(long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_KBFI_L_NotS_PrevAndNext

      public static KBArticle[] findByG_KBFI_L_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_KBFI_L_NotS

      public static List<KBArticle> filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L_NotS

      public static List<KBArticle> filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L_NotS

      public static List<KBArticle> filterFindByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and kbFolderId = ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles that the user has permission to view
    • filterFindByG_KBFI_L_NotS_PrevAndNext

      public static KBArticle[] filterFindByG_KBFI_L_NotS_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • removeByG_KBFI_L_NotS

      public static void removeByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
      Removes all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
    • countByG_KBFI_L_NotS

      public static int countByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_KBFI_L_NotS

      public static int filterCountByG_KBFI_L_NotS(long groupId, long kbFolderId, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      kbFolderId - the kb folder ID
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
      Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_LikeS_L_NotS_First

      public static KBArticle findByG_LikeS_L_NotS_First(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_L_NotS_First

      public static KBArticle fetchByG_LikeS_L_NotS_First(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_L_NotS_Last

      public static KBArticle findByG_LikeS_L_NotS_Last(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_L_NotS_Last

      public static KBArticle fetchByG_LikeS_L_NotS_Last(long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_L_NotS_PrevAndNext

      public static KBArticle[] findByG_LikeS_L_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_LikeS_L_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_L_NotS

      public static List<KBArticle> filterFindByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
      Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_L_NotS

      public static List<KBArticle> findByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and latest = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_LikeS_L_NotS

      public static void removeByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
      Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
    • countByG_LikeS_L_NotS

      public static int countByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_LikeS_L_NotS

      public static int countByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_LikeS_L_NotS

      public static int filterCountByG_LikeS_L_NotS(long groupId, String sections, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_LikeS_L_NotS

      public static int filterCountByG_LikeS_L_NotS(long groupId, String[] sectionses, boolean latest, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      latest - the latest
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
      Returns all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • findByG_LikeS_M_NotS_First

      public static KBArticle findByG_LikeS_M_NotS_First(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_M_NotS_First

      public static KBArticle fetchByG_LikeS_M_NotS_First(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the first kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_M_NotS_Last

      public static KBArticle findByG_LikeS_M_NotS_Last(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article
      Throws:
      NoSuchArticleException - if a matching kb article could not be found
      NoSuchArticleException
    • fetchByG_LikeS_M_NotS_Last

      public static KBArticle fetchByG_LikeS_M_NotS_Last(long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns the last kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching kb article, or null if a matching kb article could not be found
    • findByG_LikeS_M_NotS_PrevAndNext

      public static KBArticle[] findByG_LikeS_M_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

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

      public static KBArticle[] filterFindByG_LikeS_M_NotS_PrevAndNext(long kbArticleId, long groupId, String sections, boolean main, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
      Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      kbArticleId - the primary key of the current kb article
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
      Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      Returns:
      the matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end)
      Returns a range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles that the user has permission to view
    • filterFindByG_LikeS_M_NotS

      public static List<KBArticle> filterFindByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? 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 KBArticleModelImpl.

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

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
      Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      Returns:
      the matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end)
      Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE any ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching kb articles
    • findByG_LikeS_M_NotS

      public static List<KBArticle> findByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the kb articles where groupId = ? and sections LIKE ? and main = ? 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 KBArticleModelImpl.

      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (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 kb articles
    • removeByG_LikeS_M_NotS

      public static void removeByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
      Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ? from the database.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
    • countByG_LikeS_M_NotS

      public static int countByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • countByG_LikeS_M_NotS

      public static int countByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
      Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      Returns:
      the number of matching kb articles
    • filterCountByG_LikeS_M_NotS

      public static int filterCountByG_LikeS_M_NotS(long groupId, String sections, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sections - the sections
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • filterCountByG_LikeS_M_NotS

      public static int filterCountByG_LikeS_M_NotS(long groupId, String[] sectionses, boolean main, int status)
      Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      sectionses - the sectionses
      main - the main
      status - the status
      Returns:
      the number of matching kb articles that the user has permission to view
    • cacheResult

      public static void cacheResult(KBArticle kbArticle)
      Caches the kb article in the entity cache if it is enabled.
      Parameters:
      kbArticle - the kb article
    • cacheResult

      public static void cacheResult(List<KBArticle> kbArticles)
      Caches the kb articles in the entity cache if it is enabled.
      Parameters:
      kbArticles - the kb articles
    • create

      public static KBArticle create(long kbArticleId)
      Creates a new kb article with the primary key. Does not add the kb article to the database.
      Parameters:
      kbArticleId - the primary key for the new kb article
      Returns:
      the new kb article
    • remove

      public static KBArticle remove(long kbArticleId) throws NoSuchArticleException
      Removes the kb article with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      kbArticleId - the primary key of the kb article
      Returns:
      the kb article that was removed
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • updateImpl

      public static KBArticle updateImpl(KBArticle kbArticle)
    • findByPrimaryKey

      public static KBArticle findByPrimaryKey(long kbArticleId) throws NoSuchArticleException
      Returns the kb article with the primary key or throws a NoSuchArticleException if it could not be found.
      Parameters:
      kbArticleId - the primary key of the kb article
      Returns:
      the kb article
      Throws:
      NoSuchArticleException - if a kb article with the primary key could not be found
      NoSuchArticleException
    • fetchByPrimaryKey

      public static KBArticle fetchByPrimaryKey(long kbArticleId)
      Returns the kb article with the primary key or returns null if it could not be found.
      Parameters:
      kbArticleId - the primary key of the kb article
      Returns:
      the kb article, or null if a kb article with the primary key could not be found
    • findAll

      public static List<KBArticle> findAll()
      Returns all the kb articles.
      Returns:
      the kb articles
    • findAll

      public static List<KBArticle> findAll(int start, int end)
      Returns a range of all the kb articles.

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

      Parameters:
      start - the lower bound of the range of kb articles
      end - the upper bound of the range of kb articles (not inclusive)
      Returns:
      the range of kb articles
    • findAll

      public static List<KBArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
      Returns an ordered range of all the kb articles.

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

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

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

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

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

      public static void removeAll()
      Removes all the kb articles from the database.
    • countAll

      public static int countAll()
      Returns the number of kb articles.
      Returns:
      the number of kb articles
    • getPersistence

      public static KBArticlePersistence getPersistence()
    • setPersistence

      public static void setPersistence(KBArticlePersistence persistence)