Interface KBArticlePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<KBArticle>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KBArticle>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(KBArticle kbArticle) Caches the kb article in the entity cache if it is enabled.void
cacheResult
(List<KBArticle> kbArticles) Caches the kb articles in the entity cache if it is enabled.int
countAll()
Returns the number of kb articles.int
countByC_L
(long companyId, boolean latest) Returns the number of kb articles where companyId = ? and latest = ?.int
countByC_L_NotS
(long companyId, boolean latest, int status) Returns the number of kb articles where companyId = ? and latest = ? and status ≠ ?.int
countByC_M
(long companyId, boolean main) Returns the number of kb articles where companyId = ? and main = ?.int
countByC_M_NotS
(long companyId, boolean main, int status) Returns the number of kb articles where companyId = ? and main = ? and status ≠ ?.int
countByC_S
(long companyId, int status) Returns the number of kb articles where companyId = ? and status = ?.int
countByG_ERC
(long groupId, String externalReferenceCode) Returns the number of kb articles where groupId = ? and externalReferenceCode = ?.int
countByG_ERC_V
(long groupId, String externalReferenceCode, int version) Returns the number of kb articles where groupId = ? and externalReferenceCode = ? and version = ?.int
countByG_KBFI_L
(long groupId, long kbFolderId, boolean latest) Returns the number of kb articles where groupId = ? and kbFolderId = ? and latest = ?.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 ≠ ?.int
countByG_KBFI_S
(long groupId, long kbFolderId, int status) Returns the number of kb articles where groupId = ? and kbFolderId = ? and status = ?.int
countByG_KBFI_UT
(long groupId, long kbFolderId, String urlTitle) Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.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 ≠ ?.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 = ?.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 ?.int
countByG_L
(long groupId, boolean latest) Returns the number of kb articles where groupId = ? and latest = ?.int
countByG_L_NotS
(long groupId, boolean latest, int status) Returns the number of kb articles where groupId = ? and latest = ? and status ≠ ?.int
countByG_LikeS_L
(long groupId, String[] sectionses, boolean latest) Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ?.int
countByG_LikeS_L
(long groupId, String sections, boolean latest) Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ?.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 ≠ ?.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 ≠ ?.int
countByG_LikeS_M
(long groupId, String[] sectionses, boolean main) Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ?.int
countByG_LikeS_M
(long groupId, String sections, boolean main) Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ?.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 ≠ ?.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 ≠ ?.int
countByG_LikeS_S
(long groupId, String[] sectionses, int status) Returns the number of kb articles where groupId = ? and sections LIKE any ? and status = ?.int
countByG_LikeS_S
(long groupId, String sections, int status) Returns the number of kb articles where groupId = ? and sections LIKE ? and status = ?.int
countByG_M
(long groupId, boolean main) Returns the number of kb articles where groupId = ? and main = ?.int
countByG_M_NotS
(long groupId, boolean main, int status) Returns the number of kb articles where groupId = ? and main = ? and status ≠ ?.int
countByG_P_L
(long groupId, long[] parentResourcePrimKeys, boolean latest) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.int
countByG_P_L
(long groupId, long parentResourcePrimKey, boolean latest) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.int
countByG_P_M
(long groupId, long[] parentResourcePrimKeys, boolean main) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.int
countByG_P_M
(long groupId, long parentResourcePrimKey, boolean main) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.int
countByG_P_S
(long groupId, long[] parentResourcePrimKeys, int status) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.int
countByG_P_S
(long groupId, long parentResourcePrimKey, int status) Returns the number of kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.int
countByG_S
(long groupId, int status) Returns the number of kb articles where groupId = ? and status = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of kb articles where displayDate < ? and status = ?.int
countByP_L
(long[] parentResourcePrimKeys, boolean latest) Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ?.int
countByP_L
(long parentResourcePrimKey, boolean latest) Returns the number of kb articles where parentResourcePrimKey = ? and latest = ?.int
countByP_L_NotS
(long[] parentResourcePrimKeys, boolean latest, int status) Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.int
countByP_L_NotS
(long parentResourcePrimKey, boolean latest, int status) Returns the number of kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.int
countByP_M
(long[] parentResourcePrimKeys, boolean main) Returns the number of kb articles where parentResourcePrimKey = any ? and main = ?.int
countByP_M
(long parentResourcePrimKey, boolean main) Returns the number of kb articles where parentResourcePrimKey = ? and main = ?.int
countByP_M_NotS
(long[] parentResourcePrimKeys, boolean main, int status) Returns the number of kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.int
countByP_M_NotS
(long parentResourcePrimKey, boolean main, int status) Returns the number of kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.int
countByP_S
(long[] parentResourcePrimKeys, int status) Returns the number of kb articles where parentResourcePrimKey = any ? and status = ?.int
countByP_S
(long parentResourcePrimKey, int status) Returns the number of kb articles where parentResourcePrimKey = ? and status = ?.int
countByR_G
(long resourcePrimKey, long groupId) Returns the number of kb articles where resourcePrimKey = ? and groupId = ?.int
countByR_G_L
(long[] resourcePrimKeys, long groupId, boolean latest) Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.int
countByR_G_L
(long resourcePrimKey, long groupId, boolean latest) Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.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 ≠ ?.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 ≠ ?.int
countByR_G_M
(long[] resourcePrimKeys, long groupId, boolean main) Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.int
countByR_G_M
(long resourcePrimKey, long groupId, boolean main) Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and main = ?.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 ≠ ?.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 ≠ ?.int
countByR_G_NotS
(long resourcePrimKey, long groupId, int status) Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.int
countByR_G_S
(long[] resourcePrimKeys, long groupId, int status) Returns the number of kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.int
countByR_G_S
(long resourcePrimKey, long groupId, int status) Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and status = ?.int
countByR_G_V
(long resourcePrimKey, long groupId, int version) Returns the number of kb articles where resourcePrimKey = ? and groupId = ? and version = ?.int
countByR_L
(long[] resourcePrimKeys, boolean latest) Returns the number of kb articles where resourcePrimKey = any ? and latest = ?.int
countByR_L
(long resourcePrimKey, boolean latest) Returns the number of kb articles where resourcePrimKey = ? and latest = ?.int
countByR_L_NotS
(long[] resourcePrimKeys, boolean latest, int status) Returns the number of kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.int
countByR_L_NotS
(long resourcePrimKey, boolean latest, int status) Returns the number of kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.int
countByR_M
(long[] resourcePrimKeys, boolean main) Returns the number of kb articles where resourcePrimKey = any ? and main = ?.int
countByR_M
(long resourcePrimKey, boolean main) Returns the number of kb articles where resourcePrimKey = ? and main = ?.int
countByR_M_NotS
(long[] resourcePrimKeys, boolean main, int status) Returns the number of kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.int
countByR_M_NotS
(long resourcePrimKey, boolean main, int status) Returns the number of kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.int
countByR_S
(long[] resourcePrimKeys, int[] statuses) Returns the number of kb articles where resourcePrimKey = any ? and status = any ?.int
countByR_S
(long resourcePrimKey, int status) Returns the number of kb articles where resourcePrimKey = ? and status = ?.int
countByR_V
(long resourcePrimKey, int version) Returns the number of kb articles where resourcePrimKey = ? and version = ?.int
countByResourcePrimKey
(long resourcePrimKey) Returns the number of kb articles where resourcePrimKey = ?.int
countByUuid
(String uuid) Returns the number of kb articles where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of kb articles where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of kb articles where uuid = ? and groupId = ?.create
(long kbArticleId) Creates a new kb article with the primary key.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByG_ERC_V
(long groupId, String externalReferenceCode, int version) Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found.fetchByG_ERC_V
(long groupId, String externalReferenceCode, int version, boolean useFinderCache) Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.fetchByPrimaryKey
(long kbArticleId) Returns the kb article with the primary key or returnsnull
if it could not be found.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.fetchByR_G_V
(long resourcePrimKey, long groupId, int version) Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returnsnull
if it could not be found.fetchByR_G_V
(long resourcePrimKey, long groupId, int version, boolean useFinderCache) Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.fetchByR_V
(long resourcePrimKey, int version) Returns the kb article where resourcePrimKey = ? and version = ? or returnsnull
if it could not be found.fetchByR_V
(long resourcePrimKey, int version, boolean useFinderCache) Returns the kb article where resourcePrimKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByResourcePrimKey_First
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the first kb article in the ordered set where resourcePrimKey = ?.fetchByResourcePrimKey_Last
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the last kb article in the ordered set where resourcePrimKey = ?.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 = ?.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 = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the first kb article in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the kb article where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the kb article where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the last kb article in the ordered set where uuid = ?.int
filterCountByG_ERC
(long groupId, String externalReferenceCode) Returns the number of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.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 = ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 = ?.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 ?.int
filterCountByG_L
(long groupId, boolean latest) Returns the number of kb articles that the user has permission to view where groupId = ? and latest = ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.int
filterCountByG_M
(long groupId, boolean main) Returns the number of kb articles that the user has permission to view where groupId = ? and main = ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.int
filterCountByG_S
(long groupId, int status) Returns the number of kb articles that the user has permission to view where groupId = ? and status = ?.int
filterCountByR_G
(long resourcePrimKey, long groupId) Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.filterFindByG_ERC
(long groupId, String externalReferenceCode) Returns all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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 = ?.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 = ?.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 = ?.filterFindByG_L
(long groupId, boolean latest) Returns all the kb articles that the user has permission to view where groupId = ? and latest = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_M
(long groupId, boolean main) Returns all the kb articles that the user has permission to view where groupId = ? and main = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.filterFindByG_S
(long groupId, int status) Returns all the kb articles that the user has permission to view where groupId = ? and status = ?.filterFindByG_S
(long groupId, int status, int start, int end) Returns a range of all the kb articles that the user has permission to view where groupId = ? and status = ?.filterFindByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns an ordered range of all the kb articles that the user has permissions to view where groupId = ? and status = ?.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 = ?.filterFindByR_G
(long resourcePrimKey, long groupId) Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the kb articles.findAll
(int start, int end) Returns a range of all the kb articles.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns an ordered range of all the kb articles.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the kb articles.findByC_L
(long companyId, boolean latest) Returns all the kb articles where companyId = ? and latest = ?.findByC_L
(long companyId, boolean latest, int start, int end) Returns a range of all the kb articles where companyId = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByC_L_NotS
(long companyId, boolean latest, int status) Returns all the kb articles where companyId = ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByC_M
(long companyId, boolean main) Returns all the kb articles where companyId = ? and main = ?.findByC_M
(long companyId, boolean main, int start, int end) Returns a range of all the kb articles where companyId = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByC_M_NotS
(long companyId, boolean main, int status) Returns all the kb articles where companyId = ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByC_S
(long companyId, int status) Returns all the kb articles where companyId = ? and status = ?.findByC_S
(long companyId, int status, int start, int end) Returns a range of all the kb articles where companyId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_ERC
(long groupId, String externalReferenceCode) Returns all the kb articles where groupId = ? and externalReferenceCode = ?.findByG_ERC
(long groupId, String externalReferenceCode, int start, int end) Returns a range of all the kb articles where groupId = ? and externalReferenceCode = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_ERC_V
(long groupId, String externalReferenceCode, int version) Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or throws aNoSuchArticleException
if it could not be found.findByG_KBFI_L
(long groupId, long kbFolderId, boolean latest) Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByG_KBFI_S
(long groupId, long kbFolderId, int status) Returns all the kb articles where groupId = ? and kbFolderId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_KBFI_UT
(long groupId, long kbFolderId, String urlTitle) Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 ?.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 ?.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 ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_L
(long groupId, boolean latest) Returns all the kb articles where groupId = ? and latest = ?.findByG_L
(long groupId, boolean latest, int start, int end) Returns a range of all the kb articles where groupId = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_L_NotS
(long groupId, boolean latest, int status) Returns all the kb articles where groupId = ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByG_LikeS_L
(long groupId, String[] sectionses, boolean latest) Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.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 = ?.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 = ?.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.findByG_LikeS_L
(long groupId, String sections, boolean latest) Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByG_LikeS_M
(long groupId, String[] sectionses, boolean main) Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ?.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 = ?.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 = ?.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.findByG_LikeS_M
(long groupId, String sections, boolean main) Returns all the kb articles where groupId = ? and sections LIKE ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByG_LikeS_S
(long groupId, String[] sectionses, int status) Returns all the kb articles where groupId = ? and sections LIKE any ? and status = ?.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 = ?.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 = ?.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.findByG_LikeS_S
(long groupId, String sections, int status) Returns all the kb articles where groupId = ? and sections LIKE ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_M
(long groupId, boolean main) Returns all the kb articles where groupId = ? and main = ?.findByG_M
(long groupId, boolean main, int start, int end) Returns a range of all the kb articles where groupId = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_M_NotS
(long groupId, boolean main, int status) Returns all the kb articles where groupId = ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByG_P_L
(long groupId, long[] parentResourcePrimKeys, boolean latest) Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.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 = ?.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 = ?.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.findByG_P_L
(long groupId, long parentResourcePrimKey, boolean latest) Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_P_M
(long groupId, long[] parentResourcePrimKeys, boolean main) Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.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 = ?.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 = ?.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.findByG_P_M
(long groupId, long parentResourcePrimKey, boolean main) Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_P_S
(long groupId, long[] parentResourcePrimKeys, int status) Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.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 = ?.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 = ?.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.findByG_P_S
(long groupId, long parentResourcePrimKey, int status) Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByG_S
(long groupId, int status) Returns all the kb articles where groupId = ? and status = ?.findByG_S
(long groupId, int status, int start, int end) Returns a range of all the kb articles where groupId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByLtD_S
(Date displayDate, int status) Returns all the kb articles where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the kb articles where displayDate < ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByP_L
(long[] parentResourcePrimKeys, boolean latest) Returns all the kb articles where parentResourcePrimKey = any ? and latest = ?.findByP_L
(long[] parentResourcePrimKeys, boolean latest, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.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 = ?.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.findByP_L
(long parentResourcePrimKey, boolean latest) Returns all the kb articles where parentResourcePrimKey = ? and latest = ?.findByP_L
(long parentResourcePrimKey, boolean latest, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByP_L_NotS
(long[] parentResourcePrimKeys, boolean latest, int status) Returns all the kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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.findByP_L_NotS
(long parentResourcePrimKey, boolean latest, int status) Returns all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByP_M
(long[] parentResourcePrimKeys, boolean main) Returns all the kb articles where parentResourcePrimKey = any ? and main = ?.findByP_M
(long[] parentResourcePrimKeys, boolean main, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ?.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 = ?.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.findByP_M
(long parentResourcePrimKey, boolean main) Returns all the kb articles where parentResourcePrimKey = ? and main = ?.findByP_M
(long parentResourcePrimKey, boolean main, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByP_M_NotS
(long[] parentResourcePrimKeys, boolean main, int status) Returns all the kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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.findByP_M_NotS
(long parentResourcePrimKey, boolean main, int status) Returns all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByP_S
(long[] parentResourcePrimKeys, int status) Returns all the kb articles where parentResourcePrimKey = any ? and status = ?.findByP_S
(long[] parentResourcePrimKeys, int status, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = any ? and status = ?.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 = ?.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.findByP_S
(long parentResourcePrimKey, int status) Returns all the kb articles where parentResourcePrimKey = ? and status = ?.findByP_S
(long parentResourcePrimKey, int status, int start, int end) Returns a range of all the kb articles where parentResourcePrimKey = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByPrimaryKey
(long kbArticleId) Returns the kb article with the primary key or throws aNoSuchArticleException
if it could not be found.findByR_G
(long resourcePrimKey, long groupId) Returns all the kb articles where resourcePrimKey = ? and groupId = ?.findByR_G
(long resourcePrimKey, long groupId, int start, int end) Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ?.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 = ?.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 = ?.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 = ?.findByR_G_L
(long[] resourcePrimKeys, long groupId, boolean latest) Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.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 = ?.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 = ?.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.findByR_G_L
(long resourcePrimKey, long groupId, boolean latest) Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.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 = ?.findByR_G_M
(long[] resourcePrimKeys, long groupId, boolean main) Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.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 = ?.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 = ?.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.findByR_G_M
(long resourcePrimKey, long groupId, boolean main) Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByR_G_NotS
(long resourcePrimKey, long groupId, int status) Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByR_G_S
(long[] resourcePrimKeys, long groupId, int status) Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.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 = ?.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 = ?.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.findByR_G_S
(long resourcePrimKey, long groupId, int status) Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByR_G_V
(long resourcePrimKey, long groupId, int version) Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or throws aNoSuchArticleException
if it could not be found.findByR_L
(long[] resourcePrimKeys, boolean latest) Returns all the kb articles where resourcePrimKey = any ? and latest = ?.findByR_L
(long[] resourcePrimKeys, boolean latest, int start, int end) Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ?.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 = ?.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.findByR_L
(long resourcePrimKey, boolean latest) Returns all the kb articles where resourcePrimKey = ? and latest = ?.findByR_L
(long resourcePrimKey, boolean latest, int start, int end) Returns a range of all the kb articles where resourcePrimKey = ? and latest = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByR_L_NotS
(long[] resourcePrimKeys, boolean latest, int status) Returns all the kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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.findByR_L_NotS
(long resourcePrimKey, boolean latest, int status) Returns all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByR_M
(long[] resourcePrimKeys, boolean main) Returns all the kb articles where resourcePrimKey = any ? and main = ?.findByR_M
(long[] resourcePrimKeys, boolean main, int start, int end) Returns a range of all the kb articles where resourcePrimKey = any ? and main = ?.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 = ?.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.findByR_M
(long resourcePrimKey, boolean main) Returns all the kb articles where resourcePrimKey = ? and main = ?.findByR_M
(long resourcePrimKey, boolean main, int start, int end) Returns a range of all the kb articles where resourcePrimKey = ? and main = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByR_M_NotS
(long[] resourcePrimKeys, boolean main, int status) Returns all the kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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.findByR_M_NotS
(long resourcePrimKey, boolean main, int status) Returns all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 ≠ ?.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 = ?.findByR_S
(long[] resourcePrimKeys, int[] statuses) Returns all the kb articles where resourcePrimKey = any ? and status = any ?.findByR_S
(long[] resourcePrimKeys, int[] statuses, int start, int end) Returns a range of all the kb articles where resourcePrimKey = any ? and status = any ?.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 ?.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.findByR_S
(long resourcePrimKey, int status) Returns all the kb articles where resourcePrimKey = ? and status = ?.findByR_S
(long resourcePrimKey, int status, int start, int end) Returns a range of all the kb articles where resourcePrimKey = ? and status = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByR_V
(long resourcePrimKey, int version) Returns the kb article where resourcePrimKey = ? and version = ? or throws aNoSuchArticleException
if it could not be found.findByResourcePrimKey
(long resourcePrimKey) Returns all the kb articles where resourcePrimKey = ?.findByResourcePrimKey
(long resourcePrimKey, int start, int end) Returns a range of all the kb articles where resourcePrimKey = ?.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 = ?.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 = ?.findByResourcePrimKey_First
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the first kb article in the ordered set where resourcePrimKey = ?.findByResourcePrimKey_Last
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the last kb article in the ordered set where resourcePrimKey = ?.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 = ?.findByUuid
(String uuid) Returns all the kb articles where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the kb articles where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the kb articles where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the kb articles where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the first kb article in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the kb article where uuid = ? and groupId = ? or throws aNoSuchArticleException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) Returns the last kb article in the ordered set where uuid = ?.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 = ?.remove
(long kbArticleId) Removes the kb article with the primary key from the database.void
Removes all the kb articles from the database.void
removeByC_L
(long companyId, boolean latest) Removes all the kb articles where companyId = ? and latest = ? from the database.void
removeByC_L_NotS
(long companyId, boolean latest, int status) Removes all the kb articles where companyId = ? and latest = ? and status ≠ ? from the database.void
removeByC_M
(long companyId, boolean main) Removes all the kb articles where companyId = ? and main = ? from the database.void
removeByC_M_NotS
(long companyId, boolean main, int status) Removes all the kb articles where companyId = ? and main = ? and status ≠ ? from the database.void
removeByC_S
(long companyId, int status) Removes all the kb articles where companyId = ? and status = ? from the database.void
removeByG_ERC
(long groupId, String externalReferenceCode) Removes all the kb articles where groupId = ? and externalReferenceCode = ? from the database.removeByG_ERC_V
(long groupId, String externalReferenceCode, int version) Removes the kb article where groupId = ? and externalReferenceCode = ? and version = ? from the database.void
removeByG_KBFI_L
(long groupId, long kbFolderId, boolean latest) Removes all the kb articles where groupId = ? and kbFolderId = ? and latest = ? from the database.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.void
removeByG_KBFI_S
(long groupId, long kbFolderId, int status) Removes all the kb articles where groupId = ? and kbFolderId = ? and status = ? from the database.void
removeByG_KBFI_UT
(long groupId, long kbFolderId, String urlTitle) Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? from the database.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.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.void
removeByG_L
(long groupId, boolean latest) Removes all the kb articles where groupId = ? and latest = ? from the database.void
removeByG_L_NotS
(long groupId, boolean latest, int status) Removes all the kb articles where groupId = ? and latest = ? and status ≠ ? from the database.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.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.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.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.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.void
removeByG_M
(long groupId, boolean main) Removes all the kb articles where groupId = ? and main = ? from the database.void
removeByG_M_NotS
(long groupId, boolean main, int status) Removes all the kb articles where groupId = ? and main = ? and status ≠ ? from the database.void
removeByG_P_L
(long groupId, long parentResourcePrimKey, boolean latest) Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? from the database.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.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.void
removeByG_P_M
(long groupId, long parentResourcePrimKey, boolean main) Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? from the database.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.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.void
removeByG_P_S
(long groupId, long parentResourcePrimKey, int status) Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ? from the database.void
removeByG_S
(long groupId, int status) Removes all the kb articles where groupId = ? and status = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the kb articles where displayDate < ? and status = ? from the database.void
removeByP_L
(long parentResourcePrimKey, boolean latest) Removes all the kb articles where parentResourcePrimKey = ? and latest = ? from the database.void
removeByP_L_NotS
(long parentResourcePrimKey, boolean latest, int status) Removes all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ? from the database.void
removeByP_M
(long parentResourcePrimKey, boolean main) Removes all the kb articles where parentResourcePrimKey = ? and main = ? from the database.void
removeByP_M_NotS
(long parentResourcePrimKey, boolean main, int status) Removes all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ? from the database.void
removeByP_S
(long parentResourcePrimKey, int status) Removes all the kb articles where parentResourcePrimKey = ? and status = ? from the database.void
removeByR_G
(long resourcePrimKey, long groupId) Removes all the kb articles where resourcePrimKey = ? and groupId = ? from the database.void
removeByR_G_L
(long resourcePrimKey, long groupId, boolean latest) Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? from the database.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.void
removeByR_G_M
(long resourcePrimKey, long groupId, boolean main) Removes all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? from the database.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.void
removeByR_G_NotS
(long resourcePrimKey, long groupId, int status) Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ? from the database.void
removeByR_G_S
(long resourcePrimKey, long groupId, int status) Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status = ? from the database.removeByR_G_V
(long resourcePrimKey, long groupId, int version) Removes the kb article where resourcePrimKey = ? and groupId = ? and version = ? from the database.void
removeByR_L
(long resourcePrimKey, boolean latest) Removes all the kb articles where resourcePrimKey = ? and latest = ? from the database.void
removeByR_L_NotS
(long resourcePrimKey, boolean latest, int status) Removes all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ? from the database.void
removeByR_M
(long resourcePrimKey, boolean main) Removes all the kb articles where resourcePrimKey = ? and main = ? from the database.void
removeByR_M_NotS
(long resourcePrimKey, boolean main, int status) Removes all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ? from the database.void
removeByR_S
(long resourcePrimKey, int status) Removes all the kb articles where resourcePrimKey = ? and status = ? from the database.removeByR_V
(long resourcePrimKey, int version) Removes the kb article where resourcePrimKey = ? and version = ? from the database.void
removeByResourcePrimKey
(long resourcePrimKey) Removes all the kb articles where resourcePrimKey = ? from the database.void
removeByUuid
(String uuid) Removes all the kb articles where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the kb articles where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the kb article where uuid = ? and groupId = ? from the database.updateImpl
(KBArticle kbArticle) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByResourcePrimKey
Returns all the kb articles where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim key- Returns:
- the matching kb articles
-
findByResourcePrimKey
Returns a range of all the kb articles where resourcePrimKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByResourcePrimKey
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByResourcePrimKey
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByResourcePrimKey_First
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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByResourcePrimKey_First
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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByResourcePrimKey_Last
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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByResourcePrimKey_Last
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 keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByResourcePrimKey_PrevAndNext
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 articleresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByResourcePrimKey
void removeByResourcePrimKey(long resourcePrimKey) Removes all the kb articles where resourcePrimKey = ? from the database.- Parameters:
resourcePrimKey
- the resource prim key
-
countByResourcePrimKey
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
Returns all the kb articles where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching kb articles
-
findByUuid
Returns a range of all the kb articles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByUuid
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByUuid
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByUuid_First
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByUuid_First
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByUuid_Last
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByUuid_Last
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 uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByUuid_PrevAndNext
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 articleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByUuid
Removes all the kb articles where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of kb articles where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching kb articles
-
findByUUID_G
Returns the kb article where uuid = ? and groupId = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByUUID_G
Returns the kb article where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
fetchByUUID_G
Returns the kb article where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
removeByUUID_G
Removes the kb article where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the kb article that was removed
- Throws:
NoSuchArticleException
-
countByUUID_G
Returns the number of kb articles where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching kb articles
-
findByUuid_C
Returns all the kb articles where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching kb articles
-
findByUuid_C
Returns a range of all the kb articles where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByUuid_C
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByUuid_C_First
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByUuid_C_First
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByUuid_C_Last
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByUuid_C_Last
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 uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByUuid_C_PrevAndNext
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 articleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByUuid_C
Removes all the kb articles where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of kb articles where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching kb articles
-
findByR_G
Returns all the kb articles where resourcePrimKey = ? and groupId = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group ID- Returns:
- the matching kb articles
-
findByR_G
Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_First
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 keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_First
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 keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_Last
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 keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_Last
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 keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group ID- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByR_G
void removeByR_G(long resourcePrimKey, long groupId) Removes all the kb articles where resourcePrimKey = ? and groupId = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group ID
-
countByR_G
int countByR_G(long resourcePrimKey, long groupId) Returns the number of kb articles where resourcePrimKey = ? and groupId = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group ID- Returns:
- the number of matching kb articles
-
filterCountByR_G
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 keygroupId
- the group ID- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_V
Returns the kb article where resourcePrimKey = ? and version = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
resourcePrimKey
- the resource prim keyversion
- the version- Returns:
- the matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_V
Returns the kb article where resourcePrimKey = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
resourcePrimKey
- the resource prim keyversion
- the version- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
fetchByR_V
Returns the kb article where resourcePrimKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
resourcePrimKey
- the resource prim keyversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
removeByR_V
Removes the kb article where resourcePrimKey = ? and version = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keyversion
- the version- Returns:
- the kb article that was removed
- Throws:
NoSuchArticleException
-
countByR_V
int countByR_V(long resourcePrimKey, int version) Returns the number of kb articles where resourcePrimKey = ? and version = ?.- Parameters:
resourcePrimKey
- the resource prim keyversion
- the version- Returns:
- the number of matching kb articles
-
findByR_L
Returns all the kb articles where resourcePrimKey = ? and latest = ?.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the latest- Returns:
- the matching kb articles
-
findByR_L
Returns a range of all the kb articles where resourcePrimKey = ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_L_First
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_L_First
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_L_Last
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_L_Last
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_L_PrevAndNext
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 articleresourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByR_L
Returns all the kb articles where resourcePrimKey = any ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the latest- Returns:
- the matching kb articles
-
findByR_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_L
void removeByR_L(long resourcePrimKey, boolean latest) Removes all the kb articles where resourcePrimKey = ? and latest = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the latest
-
countByR_L
int countByR_L(long resourcePrimKey, boolean latest) Returns the number of kb articles where resourcePrimKey = ? and latest = ?.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the latest- Returns:
- the number of matching kb articles
-
countByR_L
int countByR_L(long[] resourcePrimKeys, boolean latest) Returns the number of kb articles where resourcePrimKey = any ? and latest = ?.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the latest- Returns:
- the number of matching kb articles
-
findByR_M
Returns all the kb articles where resourcePrimKey = ? and main = ?.- Parameters:
resourcePrimKey
- the resource prim keymain
- the main- Returns:
- the matching kb articles
-
findByR_M
Returns a range of all the kb articles where resourcePrimKey = ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_M_First
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_M_First
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_M_Last
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_M_Last
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_M_PrevAndNext
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 articleresourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByR_M
Returns all the kb articles where resourcePrimKey = any ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the main- Returns:
- the matching kb articles
-
findByR_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_M
void removeByR_M(long resourcePrimKey, boolean main) Removes all the kb articles where resourcePrimKey = ? and main = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keymain
- the main
-
countByR_M
int countByR_M(long resourcePrimKey, boolean main) Returns the number of kb articles where resourcePrimKey = ? and main = ?.- Parameters:
resourcePrimKey
- the resource prim keymain
- the main- Returns:
- the number of matching kb articles
-
countByR_M
int countByR_M(long[] resourcePrimKeys, boolean main) Returns the number of kb articles where resourcePrimKey = any ? and main = ?.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the main- Returns:
- the number of matching kb articles
-
findByR_S
Returns all the kb articles where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status- Returns:
- the matching kb articles
-
findByR_S
Returns a range of all the kb articles where resourcePrimKey = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_S_First
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_S_First
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_S_Last
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_S_Last
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_S_PrevAndNext
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 articleresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByR_S
Returns all the kb articles where resourcePrimKey = any ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysstatuses
- the statuses- Returns:
- the matching kb articles
-
findByR_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysstatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysstatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysstatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_S
void removeByR_S(long resourcePrimKey, int status) Removes all the kb articles where resourcePrimKey = ? and status = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status
-
countByR_S
int countByR_S(long resourcePrimKey, int status) Returns the number of kb articles where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status- Returns:
- the number of matching kb articles
-
countByR_S
int countByR_S(long[] resourcePrimKeys, int[] statuses) Returns the number of kb articles where resourcePrimKey = any ? and status = any ?.- Parameters:
resourcePrimKeys
- the resource prim keysstatuses
- the statuses- Returns:
- the number of matching kb articles
-
findByG_ERC
Returns all the kb articles where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the matching kb articles
-
findByG_ERC
Returns a range of all the kb articles where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_ERC
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_ERC
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_ERC_First
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 IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_ERC_First
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 IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_ERC_Last
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 IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_ERC_Last
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 IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_ERC_PrevAndNext
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 articlegroupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_ERC
Returns all the kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_ERC
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_ERC_PrevAndNext
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 articlegroupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_ERC
Removes all the kb articles where groupId = ? and externalReferenceCode = ? from the database.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code
-
countByG_ERC
Returns the number of kb articles where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the number of matching kb articles
-
filterCountByG_ERC
Returns the number of kb articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_L
Returns all the kb articles where groupId = ? and latest = ?.- Parameters:
groupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles
-
findByG_L
Returns a range of all the kb articles where groupId = ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_L_First
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_L_First
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_L_Last
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_L_Last
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_L_PrevAndNext
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 articlegroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_L
Returns all the kb articles that the user has permission to view where groupId = ? and latest = ?.- Parameters:
groupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_L_PrevAndNext
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 articlegroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_L
void removeByG_L(long groupId, boolean latest) Removes all the kb articles where groupId = ? and latest = ? from the database.- Parameters:
groupId
- the group IDlatest
- the latest
-
countByG_L
int countByG_L(long groupId, boolean latest) Returns the number of kb articles where groupId = ? and latest = ?.- Parameters:
groupId
- the group IDlatest
- the latest- Returns:
- the number of matching kb articles
-
filterCountByG_L
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 IDlatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_M
Returns all the kb articles where groupId = ? and main = ?.- Parameters:
groupId
- the group IDmain
- the main- Returns:
- the matching kb articles
-
findByG_M
Returns a range of all the kb articles where groupId = ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_M_First
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_M_First
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_M_Last
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_M_Last
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_M_PrevAndNext
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 articlegroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_M
Returns all the kb articles that the user has permission to view where groupId = ? and main = ?.- Parameters:
groupId
- the group IDmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_M_PrevAndNext
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 articlegroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_M
void removeByG_M(long groupId, boolean main) Removes all the kb articles where groupId = ? and main = ? from the database.- Parameters:
groupId
- the group IDmain
- the main
-
countByG_M
int countByG_M(long groupId, boolean main) Returns the number of kb articles where groupId = ? and main = ?.- Parameters:
groupId
- the group IDmain
- the main- Returns:
- the number of matching kb articles
-
filterCountByG_M
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 IDmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_S
Returns all the kb articles where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching kb articles
-
findByG_S
Returns a range of all the kb articles where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_S_PrevAndNext
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 articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_S
Returns all the kb articles that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_S_PrevAndNext
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 articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_S
void removeByG_S(long groupId, int status) Removes all the kb articles where groupId = ? and status = ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_S
int countByG_S(long groupId, int status) Returns the number of kb articles where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_S
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 IDstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByC_L
Returns all the kb articles where companyId = ? and latest = ?.- Parameters:
companyId
- the company IDlatest
- the latest- Returns:
- the matching kb articles
-
findByC_L
Returns a range of all the kb articles where companyId = ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByC_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByC_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByC_L_First
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_L_First
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByC_L_Last
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_L_Last
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 IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByC_L_PrevAndNext
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 articlecompanyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByC_L
void removeByC_L(long companyId, boolean latest) Removes all the kb articles where companyId = ? and latest = ? from the database.- Parameters:
companyId
- the company IDlatest
- the latest
-
countByC_L
int countByC_L(long companyId, boolean latest) Returns the number of kb articles where companyId = ? and latest = ?.- Parameters:
companyId
- the company IDlatest
- the latest- Returns:
- the number of matching kb articles
-
findByC_M
Returns all the kb articles where companyId = ? and main = ?.- Parameters:
companyId
- the company IDmain
- the main- Returns:
- the matching kb articles
-
findByC_M
Returns a range of all the kb articles where companyId = ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByC_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByC_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByC_M_First
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_M_First
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByC_M_Last
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_M_Last
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 IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByC_M_PrevAndNext
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 articlecompanyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByC_M
void removeByC_M(long companyId, boolean main) Removes all the kb articles where companyId = ? and main = ? from the database.- Parameters:
companyId
- the company IDmain
- the main
-
countByC_M
int countByC_M(long companyId, boolean main) Returns the number of kb articles where companyId = ? and main = ?.- Parameters:
companyId
- the company IDmain
- the main- Returns:
- the number of matching kb articles
-
findByC_S
Returns all the kb articles where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching kb articles
-
findByC_S
Returns a range of all the kb articles where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByC_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByC_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByC_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_S_First
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByC_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_S_Last
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByC_S_PrevAndNext
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 articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByC_S
void removeByC_S(long companyId, int status) Removes all the kb articles where companyId = ? and status = ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_S
int countByC_S(long companyId, int status) Returns the number of kb articles where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching kb articles
-
findByP_L
Returns all the kb articles where parentResourcePrimKey = ? and latest = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the matching kb articles
-
findByP_L
Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByP_L_First
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_L_First
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByP_L_Last
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_L_Last
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 keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByP_L_PrevAndNext
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 articleparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByP_L
Returns all the kb articles where parentResourcePrimKey = any ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the matching kb articles
-
findByP_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByP_L
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 keylatest
- the latest
-
countByP_L
int countByP_L(long parentResourcePrimKey, boolean latest) Returns the number of kb articles where parentResourcePrimKey = ? and latest = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the number of matching kb articles
-
countByP_L
int countByP_L(long[] parentResourcePrimKeys, boolean latest) Returns the number of kb articles where parentResourcePrimKey = any ? and latest = ?.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the number of matching kb articles
-
findByP_M
Returns all the kb articles where parentResourcePrimKey = ? and main = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the matching kb articles
-
findByP_M
Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByP_M_First
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_M_First
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByP_M_Last
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_M_Last
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 keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByP_M_PrevAndNext
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 articleparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByP_M
Returns all the kb articles where parentResourcePrimKey = any ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the matching kb articles
-
findByP_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByP_M
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 keymain
- the main
-
countByP_M
int countByP_M(long parentResourcePrimKey, boolean main) Returns the number of kb articles where parentResourcePrimKey = ? and main = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the number of matching kb articles
-
countByP_M
int countByP_M(long[] parentResourcePrimKeys, boolean main) Returns the number of kb articles where parentResourcePrimKey = any ? and main = ?.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the number of matching kb articles
-
findByP_S
Returns all the kb articles where parentResourcePrimKey = ? and status = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the matching kb articles
-
findByP_S
Returns a range of all the kb articles where parentResourcePrimKey = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByP_S_First
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_S_First
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByP_S_Last
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_S_Last
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 keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByP_S_PrevAndNext
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 articleparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByP_S
Returns all the kb articles where parentResourcePrimKey = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the matching kb articles
-
findByP_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByP_S
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 keystatus
- the status
-
countByP_S
int countByP_S(long parentResourcePrimKey, int status) Returns the number of kb articles where parentResourcePrimKey = ? and status = ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the number of matching kb articles
-
countByP_S
int countByP_S(long[] parentResourcePrimKeys, int status) Returns the number of kb articles where parentResourcePrimKey = any ? and status = ?.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the number of matching kb articles
-
findByLtD_S
Returns all the kb articles where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching kb articles
-
findByLtD_S
Returns a range of all the kb articles where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByLtD_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByLtD_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByLtD_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByLtD_S_First
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByLtD_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByLtD_S_Last
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 datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByLtD_S_PrevAndNext
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 articledisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByLtD_S
Removes all the kb articles where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of kb articles where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching kb articles
-
findByR_G_V
KBArticle findByR_G_V(long resourcePrimKey, long groupId, int version) throws NoSuchArticleException Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the version- Returns:
- the matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_V
Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the version- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
fetchByR_G_V
Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionuseFinderCache
- 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
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 keygroupId
- the group IDversion
- the version- Returns:
- the kb article that was removed
- Throws:
NoSuchArticleException
-
countByR_G_V
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 keygroupId
- the group IDversion
- the version- Returns:
- the number of matching kb articles
-
findByR_G_L
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_L_First
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 keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_L_First
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 keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_L_Last
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 keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_L_Last
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 keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_L_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_L
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_L_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_L
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByR_G_L
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latest- Returns:
- the matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_G_L
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 keygroupId
- the group IDlatest
- the latest
-
countByR_G_L
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 keygroupId
- the group IDlatest
- the latest- Returns:
- the number of matching kb articles
-
countByR_G_L
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 keysgroupId
- the group IDlatest
- the latest- Returns:
- the number of matching kb articles
-
filterCountByR_G_L
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 keygroupId
- the group IDlatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByR_G_L
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 keysgroupId
- the group IDlatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_G_M
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the main- Returns:
- the matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_M_First
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 keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_M_First
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 keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_M_Last
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 keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_M_Last
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 keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_M_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_M
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_M_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_M
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByR_G_M
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the main- Returns:
- the matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_G_M
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 keygroupId
- the group IDmain
- the main
-
countByR_G_M
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 keygroupId
- the group IDmain
- the main- Returns:
- the number of matching kb articles
-
countByR_G_M
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 keysgroupId
- the group IDmain
- the main- Returns:
- the number of matching kb articles
-
filterCountByR_G_M
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 keygroupId
- the group IDmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByR_G_M
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 keysgroupId
- the group IDmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_G_S
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_S_First
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_S_First
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_S_Last
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_S_Last
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_S_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_S
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_S_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_S
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByR_G_S
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_G_S
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 keygroupId
- the group IDstatus
- the status
-
countByR_G_S
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 keygroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles
-
countByR_G_S
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 keysgroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByR_G_S
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 keygroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByR_G_S
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 keysgroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_G_NotS
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles
-
findByR_G_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_NotS_First
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_NotS_First
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_NotS_Last
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_NotS_Last
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 keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_NotS
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByR_G_NotS
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 keygroupId
- the group IDstatus
- the status
-
countByR_G_NotS
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 keygroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByR_G_NotS
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 keygroupId
- the group IDstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_L_NotS
Returns all the kb articles where resourcePrimKey = ? and latest = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_L_NotS_First
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_L_NotS_First
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_L_NotS_Last
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_L_NotS_Last
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_L_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByR_L_NotS
Returns all the kb articles where resourcePrimKey = any ? and latest = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_L_NotS
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 keylatest
- the lateststatus
- the status
-
countByR_L_NotS
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 keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByR_L_NotS
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 keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
findByR_M_NotS
Returns all the kb articles where resourcePrimKey = ? and main = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_M_NotS_First
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_M_NotS_First
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_M_NotS_Last
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_M_NotS_Last
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_M_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByR_M_NotS
Returns all the kb articles where resourcePrimKey = any ? and main = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_M_NotS
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 keymain
- the mainstatus
- the status
-
countByR_M_NotS
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 keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByR_M_NotS
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 keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
findByG_ERC_V
KBArticle findByG_ERC_V(long groupId, String externalReferenceCode, int version) throws NoSuchArticleException Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_ERC_V
Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the matching kb article, or
null
if a matching kb article could not be found
-
fetchByG_ERC_V
KBArticle fetchByG_ERC_V(long groupId, String externalReferenceCode, int version, boolean useFinderCache) Returns the kb article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the versionuseFinderCache
- 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
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 IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the kb article that was removed
- Throws:
NoSuchArticleException
-
countByG_ERC_V
Returns the number of kb articles where groupId = ? and externalReferenceCode = ? and version = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the number of matching kb articles
-
findByG_P_L
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_L_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_L
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_L
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latest
-
countByG_P_L
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the number of matching kb articles
-
countByG_P_L
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the number of matching kb articles
-
filterCountByG_P_L
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_L
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_M
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_M_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_M
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_M
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the main
-
countByG_P_M
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the number of matching kb articles
-
countByG_P_M
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the number of matching kb articles
-
filterCountByG_P_M
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_M
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_S
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_S_First
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_S_First
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_S
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_S
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_S
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_S
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the status
-
countByG_P_S
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the number of matching kb articles
-
countByG_P_S
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 IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_P_S
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 IDparentResourcePrimKey
- the parent resource prim keystatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_S
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 IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_UT
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url title- Returns:
- the matching kb articles
-
findByG_KBFI_UT
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_UT
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_UT
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url title- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_KBFI_UT
Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url title
-
countByG_KBFI_UT
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url title- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_UT
Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url title- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_L
Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latest- Returns:
- the matching kb articles
-
findByG_KBFI_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_L_First
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 IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_L_First
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 IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_L_Last
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 IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_L_Last
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 IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_L_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_L
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_L_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_KBFI_L
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 IDkbFolderId
- the kb folder IDlatest
- the latest
-
countByG_KBFI_L
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 IDkbFolderId
- the kb folder IDlatest
- the latest- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_L
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 IDkbFolderId
- the kb folder IDlatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_S
Returns all the kb articles where groupId = ? and kbFolderId = ? and status = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the status- Returns:
- the matching kb articles
-
findByG_KBFI_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_S_First
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 IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_S_First
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 IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_S_Last
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 IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_S_Last
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 IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_S_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_S
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_S_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_KBFI_S
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 IDkbFolderId
- the kb folder IDstatus
- the status
-
countByG_KBFI_S
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 IDkbFolderId
- the kb folder IDstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_S
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 IDkbFolderId
- the kb folder IDstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_LikeS_L
Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the latest- Returns:
- the matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L_First
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 IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_L_First
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 IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_L_Last
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 IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_L_Last
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 IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_L_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_L
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_L
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the latest- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the latest- Returns:
- the matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_LikeS_L
Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? from the database.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the latest
-
countByG_LikeS_L
Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the latest- Returns:
- the number of matching kb articles
-
countByG_LikeS_L
Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the latest- Returns:
- the number of matching kb articles
-
filterCountByG_LikeS_L
Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_LikeS_L
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 IDsectionses
- the sectionseslatest
- the latest- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_LikeS_M
Returns all the kb articles where groupId = ? and sections LIKE ? and main = ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the main- Returns:
- the matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M_First
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 IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_M_First
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 IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_M_Last
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 IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_M_Last
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 IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_M_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_M
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_M
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the main- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the main- Returns:
- the matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_LikeS_M
Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? from the database.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the main
-
countByG_LikeS_M
Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the main- Returns:
- the number of matching kb articles
-
countByG_LikeS_M
Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the main- Returns:
- the number of matching kb articles
-
filterCountByG_LikeS_M
Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_LikeS_M
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 IDsectionses
- the sectionsesmain
- the main- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_LikeS_S
Returns all the kb articles where groupId = ? and sections LIKE ? and status = ?.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_S_First
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 IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_S_First
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 IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_S_Last
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 IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_S_Last
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 IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_S_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_S
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_LikeS_S_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_S
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_LikeS_S
Removes all the kb articles where groupId = ? and sections LIKE ? and status = ? from the database.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the status
-
countByG_LikeS_S
Returns the number of kb articles where groupId = ? and sections LIKE ? and status = ?.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the status- Returns:
- the number of matching kb articles
-
countByG_LikeS_S
Returns the number of kb articles where groupId = ? and sections LIKE any ? and status = ?.- Parameters:
groupId
- the group IDsectionses
- the sectionsesstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_LikeS_S
Returns the number of kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.- Parameters:
groupId
- the group IDsections
- the sectionsstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_LikeS_S
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 IDsectionses
- the sectionsesstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_L_NotS
Returns all the kb articles where groupId = ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_L_NotS_First
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_L_NotS_First
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_L_NotS_Last
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_L_NotS_Last
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_L_NotS_PrevAndNext
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 articlegroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_L_NotS
Returns all the kb articles that the user has permission to view where groupId = ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_L_NotS_PrevAndNext
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 articlegroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_L_NotS
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 IDlatest
- the lateststatus
- the status
-
countByG_L_NotS
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 IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_L_NotS
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 IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_M_NotS
Returns all the kb articles where groupId = ? and main = ? and status ≠ ?.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_M_NotS_First
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_M_NotS_First
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_M_NotS_Last
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_M_NotS_Last
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_M_NotS_PrevAndNext
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 articlegroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_M_NotS
Returns all the kb articles that the user has permission to view where groupId = ? and main = ? and status ≠ ?.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_M_NotS_PrevAndNext
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 articlegroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_M_NotS
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 IDmain
- the mainstatus
- the status
-
countByG_M_NotS
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 IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_M_NotS
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 IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByC_L_NotS
Returns all the kb articles where companyId = ? and latest = ? and status ≠ ?.- Parameters:
companyId
- the company IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByC_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByC_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByC_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByC_L_NotS_First
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_L_NotS_First
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByC_L_NotS_Last
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_L_NotS_Last
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 IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByC_L_NotS_PrevAndNext
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 articlecompanyId
- the company IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByC_L_NotS
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 IDlatest
- the lateststatus
- the status
-
countByC_L_NotS
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 IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
findByC_M_NotS
Returns all the kb articles where companyId = ? and main = ? and status ≠ ?.- Parameters:
companyId
- the company IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByC_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByC_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByC_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
companyId
- the company IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByC_M_NotS_First
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_M_NotS_First
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByC_M_NotS_Last
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByC_M_NotS_Last
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 IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByC_M_NotS_PrevAndNext
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 articlecompanyId
- the company IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByC_M_NotS
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 IDmain
- the mainstatus
- the status
-
countByC_M_NotS
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 IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
findByP_L_NotS
Returns all the kb articles where parentResourcePrimKey = ? and latest = ? and status ≠ ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByP_L_NotS_First
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_L_NotS_First
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByP_L_NotS_Last
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_L_NotS_Last
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 keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByP_L_NotS_PrevAndNext
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 articleparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByP_L_NotS
Returns all the kb articles where parentResourcePrimKey = any ? and latest = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByP_L_NotS
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 keylatest
- the lateststatus
- the status
-
countByP_L_NotS
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 keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByP_L_NotS
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 keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
findByP_M_NotS
Returns all the kb articles where parentResourcePrimKey = ? and main = ? and status ≠ ?.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByP_M_NotS_First
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_M_NotS_First
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByP_M_NotS_Last
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByP_M_NotS_Last
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 keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByP_M_NotS_PrevAndNext
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 articleparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
findByP_M_NotS
Returns all the kb articles where parentResourcePrimKey = any ? and main = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByP_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByP_M_NotS
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 keymain
- the mainstatus
- the status
-
countByP_M_NotS
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 keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByP_M_NotS
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 keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
findByR_G_L_NotS
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_L_NotS_First
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 keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_L_NotS_First
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 keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_L_NotS_Last
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 keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_L_NotS_Last
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 keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_L_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_L_NotS
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 keygroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_L_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_L_NotS
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 keysgroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_G_L_NotS
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 keygroupId
- the group IDlatest
- the lateststatus
- the status
-
countByR_G_L_NotS
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 keygroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByR_G_L_NotS
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 keysgroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByR_G_L_NotS
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 keygroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByR_G_L_NotS
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 keysgroupId
- the group IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByR_G_M_NotS
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ? and status ≠ ?.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByR_G_M_NotS_First
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 keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_M_NotS_First
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 keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_M_NotS_Last
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 keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByR_G_M_NotS_Last
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 keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByR_G_M_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_M_NotS
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 keygroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByR_G_M_NotS_PrevAndNext
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 articleresourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByR_G_M_NotS
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 keysgroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByR_G_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByR_G_M_NotS
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 keygroupId
- the group IDmain
- the mainstatus
- the status
-
countByR_G_M_NotS
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 keygroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByR_G_M_NotS
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 keysgroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByR_G_M_NotS
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 keygroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByR_G_M_NotS
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 keysgroupId
- the group IDmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_L_S
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_S_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_S_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L_S
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_L_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L_S
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_L_S
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status
-
countByG_P_L_S
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByG_P_L_S
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_P_L_S
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_L_S
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_L_NotS
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_NotS_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_NotS_First
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_NotS_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_L_NotS_Last
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_L_NotS_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L_NotS
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_L_NotS_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_L_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_L_NotS
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status
-
countByG_P_L_NotS
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByG_P_L_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_P_L_NotS
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 IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_L_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_M_S
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ? and status = ?.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_S_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_S_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_S_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M_S
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_M_S_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M_S
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_S
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_M_S
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status
-
countByG_P_M_S
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByG_P_M_S
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_P_M_S
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_M_S
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_P_M_NotS
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_NotS_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_NotS_First
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_NotS_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_P_M_NotS_Last
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_P_M_NotS_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M_NotS
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_P_M_NotS_PrevAndNext
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 articlegroupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_P_M_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_P_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_P_M_NotS
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status
-
countByG_P_M_NotS
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByG_P_M_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_P_M_NotS
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 IDparentResourcePrimKey
- the parent resource prim keymain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_P_M_NotS
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 IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_UT_ST
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_ST_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_ST_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_ST_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_ST_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_ST_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_UT_ST
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_ST_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_UT_ST
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statuses- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statuses- Returns:
- the matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_ST
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_KBFI_UT_ST
Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ? from the database.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status
-
countByG_KBFI_UT_ST
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching kb articles
-
countByG_KBFI_UT_ST
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statuses- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_UT_ST
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_KBFI_UT_ST
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statuses- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_UT_NotS
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching kb articles
-
findByG_KBFI_UT_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_UT_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_UT_NotS_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_NotS_First
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_NotS_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_UT_NotS_Last
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_UT_NotS_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_UT_NotS
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_UT_NotS_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_KBFI_UT_NotS
Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status
-
countByG_KBFI_UT_NotS
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status ≠ ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_UT_NotS
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 IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_KBFI_L_NotS
Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_KBFI_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_KBFI_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_KBFI_L_NotS_First
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_L_NotS_First
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_L_NotS_Last
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_KBFI_L_NotS_Last
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_KBFI_L_NotS_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_KBFI_L_NotS
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_KBFI_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_KBFI_L_NotS_PrevAndNext
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 articlegroupId
- the group IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
removeByG_KBFI_L_NotS
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the status
-
countByG_KBFI_L_NotS
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_KBFI_L_NotS
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 IDkbFolderId
- the kb folder IDlatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_LikeS_L_NotS
Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L_NotS_First
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 IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_L_NotS_First
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 IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_L_NotS_Last
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 IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_L_NotS_Last
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 IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_L_NotS_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_L_NotS
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 IDsections
- the sectionslatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L_NotS_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_L_NotS
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 IDsectionses
- the sectionseslatest
- the lateststatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_L_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_LikeS_L_NotS
Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the status
-
countByG_LikeS_L_NotS
Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDsections
- the sectionslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
countByG_LikeS_L_NotS
Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ? and status ≠ ?.- Parameters:
groupId
- the group IDsectionses
- the sectionseslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_LikeS_L_NotS
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 IDsections
- the sectionslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_LikeS_L_NotS
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 IDsectionses
- the sectionseslatest
- the lateststatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
findByG_LikeS_M_NotS
Returns all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M_NotS_First
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 IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_M_NotS_First
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 IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_M_NotS_Last
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 IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article
- Throws:
NoSuchArticleException
- if a matching kb article could not be found
-
fetchByG_LikeS_M_NotS_Last
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 IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching kb article, or
null
if a matching kb article could not be found
-
findByG_LikeS_M_NotS_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_M_NotS
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 IDsections
- the sectionsmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M_NotS_PrevAndNext
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 articlegroupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next kb article
- Throws:
NoSuchArticleException
- if a kb article with the primary key could not be found
-
filterFindByG_LikeS_M_NotS
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 IDsectionses
- the sectionsesmain
- the mainstatus
- the status- Returns:
- the matching kb articles that the user has permission to view
-
filterFindByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- 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
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles that the user has permission to view
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the status- Returns:
- the matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching kb articles
-
findByG_LikeS_M_NotS
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the statusstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching kb articles
-
removeByG_LikeS_M_NotS
Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the status
-
countByG_LikeS_M_NotS
Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ? and status ≠ ?.- Parameters:
groupId
- the group IDsections
- the sectionsmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
countByG_LikeS_M_NotS
Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ? and status ≠ ?.- Parameters:
groupId
- the group IDsectionses
- the sectionsesmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles
-
filterCountByG_LikeS_M_NotS
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 IDsections
- the sectionsmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
filterCountByG_LikeS_M_NotS
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 IDsectionses
- the sectionsesmain
- the mainstatus
- the status- Returns:
- the number of matching kb articles that the user has permission to view
-
cacheResult
Caches the kb article in the entity cache if it is enabled.- Parameters:
kbArticle
- the kb article
-
cacheResult
Caches the kb articles in the entity cache if it is enabled.- Parameters:
kbArticles
- the kb articles
-
create
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
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
-
updateImpl
-
findByPrimaryKey
Returns the kb article with the primary key or throws aNoSuchArticleException
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
-
fetchByPrimaryKey
Returns the kb article with the primary key or returnsnull
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
Returns all the kb articles.- Returns:
- the kb articles
-
findAll
Returns a range of all the kb articles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
start
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)- Returns:
- the range of kb articles
-
findAll
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
start
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of kb articles
-
findAll
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromKBArticleModelImpl
.- Parameters:
start
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of kb articles
-
removeAll
void removeAll()Removes all the kb articles from the database. -
countAll
int countAll()Returns the number of kb articles.- Returns:
- the number of kb articles
-