@ProviderType public interface KBArticlePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<KBArticle>
Caching information and settings can be found in portal.properties
KBArticleUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(KBArticle kbArticle)
Caches the kb article in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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_M(long companyId,
boolean main)
Returns the number of kb articles where companyId = ? and main = ?.
|
int |
countByC_S(long companyId,
int status)
Returns the number of kb articles where companyId = ? and status = ?.
|
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_S(long groupId,
long kbFolderId,
int status)
Returns the number of kb articles where groupId = ? and kbFolderId = ? and status = ?.
|
int |
countByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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,
java.lang.String urlTitle,
int[] statuses)
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
|
int |
countByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle)
Returns the number of kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
|
int |
countByG_L(long groupId,
boolean latest)
Returns the number of kb articles where groupId = ? and latest = ?.
|
int |
countByG_M(long groupId,
boolean main)
Returns the number of kb articles where groupId = ? and main = ?.
|
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_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_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_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_L(long groupId,
java.lang.String[] sectionses,
boolean latest)
Returns the number of kb articles where groupId = ? and sections LIKE any ? and latest = ?.
|
int |
countByG_S_L(long groupId,
java.lang.String sections,
boolean latest)
Returns the number of kb articles where groupId = ? and sections LIKE ? and latest = ?.
|
int |
countByG_S_M(long groupId,
java.lang.String[] sectionses,
boolean main)
Returns the number of kb articles where groupId = ? and sections LIKE any ? and main = ?.
|
int |
countByG_S_M(long groupId,
java.lang.String sections,
boolean main)
Returns the number of kb articles where groupId = ? and sections LIKE ? and main = ?.
|
int |
countByG_S_S(long groupId,
java.lang.String[] sectionses,
int status)
Returns the number of kb articles where groupId = ? and sections LIKE any ? and status = ?.
|
int |
countByG_S_S(long groupId,
java.lang.String sections,
int status)
Returns the number of kb articles where groupId = ? and sections LIKE ? and status = ?.
|
int |
countByG_S(long groupId,
int status)
Returns the number of kb articles where groupId = ? 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_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_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_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_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_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_G(long resourcePrimKey,
long groupId)
Returns the number of kb articles where resourcePrimKey = ? and groupId = ?.
|
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_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_S(long[] resourcePrimKeys,
int status)
Returns the number of kb articles where resourcePrimKey = any ? and status = ?.
|
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_C(java.lang.String uuid,
long companyId)
Returns the number of kb articles where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of kb articles where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of kb articles where uuid = ?.
|
KBArticle |
create(long kbArticleId)
Creates a new kb article with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
KBArticle |
fetchByG_KBFI_UT_First(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_KBFI_UT_Last(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_KBFI_UT_ST_First(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_KBFI_UT_ST_Last(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
KBArticle |
fetchByG_S_L_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_S_L_Last(long groupId,
java.lang.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 = ?.
|
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 = ?.
|
KBArticle |
fetchByG_S_M_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_S_M_Last(long groupId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_S_S_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
fetchByG_S_S_Last(long groupId,
java.lang.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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
KBArticle |
fetchByPrimaryKey(long kbArticleId)
Returns the kb article with the primary key or returns
null if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
KBArticle |
fetchByR_G_V(long resourcePrimKey,
long groupId,
int version)
Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns
null if it could not be found. |
KBArticle |
fetchByR_G_V(long resourcePrimKey,
long groupId,
int version,
boolean useFinderCache)
Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
KBArticle |
fetchByR_V(long resourcePrimKey,
int version)
Returns the kb article where resourcePrimKey = ? and version = ? or returns
null if it could not be found. |
KBArticle |
fetchByR_V(long resourcePrimKey,
int version,
boolean useFinderCache)
Returns the kb article where resourcePrimKey = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
KBArticle |
fetchByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ?.
|
KBArticle |
fetchByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ?.
|
KBArticle |
fetchByUuid_C_First(java.lang.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 = ?.
|
KBArticle |
fetchByUuid_C_Last(java.lang.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 = ?.
|
KBArticle |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where uuid = ?.
|
KBArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the kb article where uuid = ? and groupId = ? or returns
null if it could not be found. |
KBArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the kb article where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
KBArticle |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where uuid = ?.
|
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_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_ST(long groupId,
long kbFolderId,
java.lang.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,
java.lang.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_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle)
Returns the number of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
|
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_M(long groupId,
boolean main)
Returns the number of kb articles that the user has permission to view where groupId = ? and main = ?.
|
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_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_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_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_L(long groupId,
java.lang.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_S_L(long groupId,
java.lang.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_S_M(long groupId,
java.lang.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_S_M(long groupId,
java.lang.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_S_S(long groupId,
java.lang.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_S_S(long groupId,
java.lang.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_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_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_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_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 = ?.
|
int |
filterCountByR_G(long resourcePrimKey,
long groupId)
Returns the number of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
|
KBArticle[] |
filterFindByG_KBFI_L_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_L(long groupId,
long kbFolderId,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_KBFI_S_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_S(long groupId,
long kbFolderId,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_S(long groupId,
long kbFolderId,
int status,
int start,
int end)
Returns a range of all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_KBFI_UT_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle[] |
filterFindByG_KBFI_UT_ST_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle)
Returns all the kb articles that the user has permission to view where groupId = ? and kbFolderId = ? and urlTitle = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle[] |
filterFindByG_L_PrevAndNext(long kbArticleId,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByG_L(long groupId,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByG_L(long groupId,
boolean latest,
int start,
int end)
Returns a range of all the kb articles that the user has permission to view where groupId = ? and latest = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_M_PrevAndNext(long kbArticleId,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByG_M(long groupId,
boolean main)
Returns all the kb articles that the user has permission to view where groupId = ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByG_M(long groupId,
boolean main,
int start,
int end)
Returns a range of all the kb articles that the user has permission to view where groupId = ? and main = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_P_L_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
KBArticle[] |
filterFindByG_P_L_S_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean latest,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_L(long groupId,
long[] parentResourcePrimKeys,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_L(long groupId,
long parentResourcePrimKey,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_P_M_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_M(long groupId,
long[] parentResourcePrimKeys,
boolean main)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_M(long groupId,
long parentResourcePrimKey,
boolean main)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_P_S_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_S(long groupId,
long[] parentResourcePrimKeys,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = any ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_P_S(long groupId,
long parentResourcePrimKey,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByG_S_L_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.String[] sectionses,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.String sections,
boolean latest)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_L(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
filterFindByG_S_M_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.String[] sectionses,
boolean main)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.String sections,
boolean main)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_M(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
filterFindByG_S_PrevAndNext(long kbArticleId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where groupId = ? and status = ?.
|
KBArticle[] |
filterFindByG_S_S_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.String[] sectionses,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE any ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.String sections,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and sections LIKE ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
filterFindByG_S(long groupId,
int status)
Returns all the kb articles that the user has permission to view where groupId = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the kb articles that the user has permission to view where groupId = ? and status = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByR_G_L_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_L(long[] resourcePrimKeys,
long groupId,
boolean latest)
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_L(long resourcePrimKey,
long groupId,
boolean latest)
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByR_G_M_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_M(long[] resourcePrimKeys,
long groupId,
boolean main)
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_M(long resourcePrimKey,
long groupId,
boolean main)
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
filterFindByR_G_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
|
KBArticle[] |
filterFindByR_G_S_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set of kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_S(long[] resourcePrimKeys,
long groupId,
int status)
Returns all the kb articles that the user has permission to view where resourcePrimKey = any ? and groupId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByR_G_S(long resourcePrimKey,
long groupId,
int status)
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
filterFindByR_G(long resourcePrimKey,
long groupId)
Returns all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
|
java.util.List<KBArticle> |
filterFindByR_G(long resourcePrimKey,
long groupId,
int start,
int end)
Returns a range of all the kb articles that the user has permission to view where resourcePrimKey = ? and groupId = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
findAll()
Returns all the kb articles.
|
java.util.List<KBArticle> |
findAll(int start,
int end)
Returns a range of all the kb articles.
|
java.util.List<KBArticle> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns an ordered range of all the kb articles.
|
java.util.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.
|
KBArticle |
findByC_L_First(long companyId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where companyId = ? and latest = ?.
|
KBArticle |
findByC_L_Last(long companyId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where companyId = ? and latest = ?.
|
KBArticle[] |
findByC_L_PrevAndNext(long kbArticleId,
long companyId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByC_L(long companyId,
boolean latest)
Returns all the kb articles where companyId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByC_L(long companyId,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where companyId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByC_M_First(long companyId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where companyId = ? and main = ?.
|
KBArticle |
findByC_M_Last(long companyId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where companyId = ? and main = ?.
|
KBArticle[] |
findByC_M_PrevAndNext(long kbArticleId,
long companyId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and main = ?.
|
java.util.List<KBArticle> |
findByC_M(long companyId,
boolean main)
Returns all the kb articles where companyId = ? and main = ?.
|
java.util.List<KBArticle> |
findByC_M(long companyId,
boolean main,
int start,
int end)
Returns a range of all the kb articles where companyId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where companyId = ? and status = ?.
|
KBArticle |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where companyId = ? and status = ?.
|
KBArticle[] |
findByC_S_PrevAndNext(long kbArticleId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where companyId = ? and status = ?.
|
java.util.List<KBArticle> |
findByC_S(long companyId,
int status)
Returns all the kb articles where companyId = ? and status = ?.
|
java.util.List<KBArticle> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the kb articles where companyId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_KBFI_L_First(long groupId,
long kbFolderId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
|
KBArticle |
findByG_KBFI_L_Last(long groupId,
long kbFolderId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
|
KBArticle[] |
findByG_KBFI_L_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_L(long groupId,
long kbFolderId,
boolean latest)
Returns all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_L(long groupId,
long kbFolderId,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_KBFI_S_First(long groupId,
long kbFolderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
|
KBArticle |
findByG_KBFI_S_Last(long groupId,
long kbFolderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
|
KBArticle[] |
findByG_KBFI_S_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_S(long groupId,
long kbFolderId,
int status)
Returns all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_S(long groupId,
long kbFolderId,
int status,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_KBFI_UT_First(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
findByG_KBFI_UT_Last(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_KBFI_UT_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
findByG_KBFI_UT_ST_First(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
findByG_KBFI_UT_ST_Last(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_KBFI_UT_ST_PrevAndNext(long kbArticleId,
long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int status)
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int[] statuses)
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = any ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int status,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT_ST(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle)
Returns all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.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 = ?.
|
KBArticle |
findByG_L_First(long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and latest = ?.
|
KBArticle |
findByG_L_Last(long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and latest = ?.
|
KBArticle[] |
findByG_L_PrevAndNext(long kbArticleId,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_L(long groupId,
boolean latest)
Returns all the kb articles where groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_L(long groupId,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_M_First(long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and main = ?.
|
KBArticle |
findByG_M_Last(long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and main = ?.
|
KBArticle[] |
findByG_M_PrevAndNext(long kbArticleId,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and main = ?.
|
java.util.List<KBArticle> |
findByG_M(long groupId,
boolean main)
Returns all the kb articles where groupId = ? and main = ?.
|
java.util.List<KBArticle> |
findByG_M(long groupId,
boolean main,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_P_L_First(long groupId,
long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
KBArticle |
findByG_P_L_Last(long groupId,
long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
KBArticle[] |
findByG_P_L_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
KBArticle |
findByG_P_L_S_First(long groupId,
long parentResourcePrimKey,
boolean latest,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
|
KBArticle |
findByG_P_L_S_Last(long groupId,
long parentResourcePrimKey,
boolean latest,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
|
KBArticle[] |
findByG_P_L_S_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean latest,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByG_P_L_S(long groupId,
long parentResourcePrimKey,
boolean latest,
int status)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<KBArticle> |
findByG_P_L(long groupId,
long[] parentResourcePrimKeys,
boolean latest)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByG_P_L(long groupId,
long parentResourcePrimKey,
boolean latest)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_P_M_First(long groupId,
long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
KBArticle |
findByG_P_M_Last(long groupId,
long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
KBArticle[] |
findByG_P_M_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
findByG_P_M(long groupId,
long[] parentResourcePrimKeys,
boolean main)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByG_P_M(long groupId,
long parentResourcePrimKey,
boolean main)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_P_S_First(long groupId,
long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
KBArticle |
findByG_P_S_Last(long groupId,
long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
KBArticle[] |
findByG_P_S_PrevAndNext(long kbArticleId,
long groupId,
long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_P_S(long groupId,
long[] parentResourcePrimKeys,
int status)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = any ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByG_P_S(long groupId,
long parentResourcePrimKey,
int status)
Returns all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where groupId = ? and status = ?.
|
KBArticle |
findByG_S_L_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
findByG_S_L_Last(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_S_L_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.String[] sectionses,
boolean latest)
Returns all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.String[] sectionses,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.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.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.String sections,
boolean latest)
Returns all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.String sections,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE ? and latest = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_L(long groupId,
java.lang.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 = ?.
|
KBArticle |
findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where groupId = ? and status = ?.
|
KBArticle |
findByG_S_M_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
findByG_S_M_Last(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_S_M_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.String[] sectionses,
boolean main)
Returns all the kb articles where groupId = ? and sections LIKE any ? and main = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.String[] sectionses,
boolean main,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and main = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.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.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.String sections,
boolean main)
Returns all the kb articles where groupId = ? and sections LIKE ? and main = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.String sections,
boolean main,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE ? and main = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_M(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_S_PrevAndNext(long kbArticleId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where groupId = ? and status = ?.
|
KBArticle |
findByG_S_S_First(long groupId,
java.lang.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 = ?.
|
KBArticle |
findByG_S_S_Last(long groupId,
java.lang.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 = ?.
|
KBArticle[] |
findByG_S_S_PrevAndNext(long kbArticleId,
long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.String[] sectionses,
int status)
Returns all the kb articles where groupId = ? and sections LIKE any ? and status = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.String[] sectionses,
int status,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE any ? and status = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.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.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.String sections,
int status)
Returns all the kb articles where groupId = ? and sections LIKE ? and status = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.String sections,
int status,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and sections LIKE ? and status = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S_S(long groupId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByG_S(long groupId,
int status)
Returns all the kb articles where groupId = ? and status = ?.
|
java.util.List<KBArticle> |
findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the kb articles where groupId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByP_L_First(long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
|
KBArticle |
findByP_L_Last(long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
|
KBArticle[] |
findByP_L_PrevAndNext(long kbArticleId,
long parentResourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and latest = ?.
|
java.util.List<KBArticle> |
findByP_L(long[] parentResourcePrimKeys,
boolean latest)
Returns all the kb articles where parentResourcePrimKey = any ? and latest = ?.
|
java.util.List<KBArticle> |
findByP_L(long[] parentResourcePrimKeys,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = any ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByP_L(long parentResourcePrimKey,
boolean latest)
Returns all the kb articles where parentResourcePrimKey = ? and latest = ?.
|
java.util.List<KBArticle> |
findByP_L(long parentResourcePrimKey,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByP_M_First(long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
|
KBArticle |
findByP_M_Last(long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
|
KBArticle[] |
findByP_M_PrevAndNext(long kbArticleId,
long parentResourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
findByP_M(long[] parentResourcePrimKeys,
boolean main)
Returns all the kb articles where parentResourcePrimKey = any ? and main = ?.
|
java.util.List<KBArticle> |
findByP_M(long[] parentResourcePrimKeys,
boolean main,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = any ? and main = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByP_M(long parentResourcePrimKey,
boolean main)
Returns all the kb articles where parentResourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
findByP_M(long parentResourcePrimKey,
boolean main,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByP_S_First(long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
|
KBArticle |
findByP_S_Last(long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
|
KBArticle[] |
findByP_S_PrevAndNext(long kbArticleId,
long parentResourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where parentResourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
findByP_S(long[] parentResourcePrimKeys,
int status)
Returns all the kb articles where parentResourcePrimKey = any ? and status = ?.
|
java.util.List<KBArticle> |
findByP_S(long[] parentResourcePrimKeys,
int status,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = any ? and status = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByP_S(long parentResourcePrimKey,
int status)
Returns all the kb articles where parentResourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
findByP_S(long parentResourcePrimKey,
int status,
int start,
int end)
Returns a range of all the kb articles where parentResourcePrimKey = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByPrimaryKey(long kbArticleId)
Returns the kb article with the primary key or throws a
NoSuchArticleException if it could not be found. |
KBArticle |
findByR_G_First(long resourcePrimKey,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
|
KBArticle |
findByR_G_L_First(long resourcePrimKey,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
|
KBArticle |
findByR_G_L_Last(long resourcePrimKey,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
|
KBArticle[] |
findByR_G_L_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByR_G_L(long[] resourcePrimKeys,
long groupId,
boolean latest)
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByR_G_L(long resourcePrimKey,
long groupId,
boolean latest)
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
|
java.util.List<KBArticle> |
findByR_G_L(long resourcePrimKey,
long groupId,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_G_Last(long resourcePrimKey,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
|
KBArticle |
findByR_G_M_First(long resourcePrimKey,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
|
KBArticle |
findByR_G_M_Last(long resourcePrimKey,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
|
KBArticle[] |
findByR_G_M_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and main = ?.
|
java.util.List<KBArticle> |
findByR_G_M(long[] resourcePrimKeys,
long groupId,
boolean main)
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByR_G_M(long resourcePrimKey,
long groupId,
boolean main)
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
|
java.util.List<KBArticle> |
findByR_G_M(long resourcePrimKey,
long groupId,
boolean main,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle[] |
findByR_G_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ?.
|
KBArticle |
findByR_G_S_First(long resourcePrimKey,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
|
KBArticle |
findByR_G_S_Last(long resourcePrimKey,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
|
KBArticle[] |
findByR_G_S_PrevAndNext(long kbArticleId,
long resourcePrimKey,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and groupId = ? and status = ?.
|
java.util.List<KBArticle> |
findByR_G_S(long[] resourcePrimKeys,
long groupId,
int status)
Returns all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
|
java.util.List<KBArticle> |
findByR_G_S(long[] resourcePrimKeys,
long groupId,
int status,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = any ? and groupId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByR_G_S(long resourcePrimKey,
long groupId,
int status)
Returns all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
|
java.util.List<KBArticle> |
findByR_G_S(long resourcePrimKey,
long groupId,
int status,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_G_V(long resourcePrimKey,
long groupId,
int version)
Returns the kb article where resourcePrimKey = ? and groupId = ? and version = ? or throws a
NoSuchArticleException if it could not be found. |
java.util.List<KBArticle> |
findByR_G(long resourcePrimKey,
long groupId)
Returns all the kb articles where resourcePrimKey = ? and groupId = ?.
|
java.util.List<KBArticle> |
findByR_G(long resourcePrimKey,
long groupId,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_L_First(long resourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and latest = ?.
|
KBArticle |
findByR_L_Last(long resourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and latest = ?.
|
KBArticle[] |
findByR_L_PrevAndNext(long kbArticleId,
long resourcePrimKey,
boolean latest,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and latest = ?.
|
java.util.List<KBArticle> |
findByR_L(long[] resourcePrimKeys,
boolean latest)
Returns all the kb articles where resourcePrimKey = any ? and latest = ?.
|
java.util.List<KBArticle> |
findByR_L(long[] resourcePrimKeys,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = any ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByR_L(long resourcePrimKey,
boolean latest)
Returns all the kb articles where resourcePrimKey = ? and latest = ?.
|
java.util.List<KBArticle> |
findByR_L(long resourcePrimKey,
boolean latest,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and latest = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_M_First(long resourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and main = ?.
|
KBArticle |
findByR_M_Last(long resourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and main = ?.
|
KBArticle[] |
findByR_M_PrevAndNext(long kbArticleId,
long resourcePrimKey,
boolean main,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
findByR_M(long[] resourcePrimKeys,
boolean main)
Returns all the kb articles where resourcePrimKey = any ? and main = ?.
|
java.util.List<KBArticle> |
findByR_M(long[] resourcePrimKeys,
boolean main,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = any ? and main = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<KBArticle> |
findByR_M(long resourcePrimKey,
boolean main)
Returns all the kb articles where resourcePrimKey = ? and main = ?.
|
java.util.List<KBArticle> |
findByR_M(long resourcePrimKey,
boolean main,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and main = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_S_First(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ? and status = ?.
|
KBArticle |
findByR_S_Last(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ? and status = ?.
|
KBArticle[] |
findByR_S_PrevAndNext(long kbArticleId,
long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
findByR_S(long[] resourcePrimKeys,
int status)
Returns all the kb articles where resourcePrimKey = any ? and status = ?.
|
java.util.List<KBArticle> |
findByR_S(long[] resourcePrimKeys,
int status,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = any ? and status = ?.
|
java.util.List<KBArticle> |
findByR_S(long[] resourcePrimKeys,
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 status = ?.
|
java.util.List<KBArticle> |
findByR_S(long[] resourcePrimKeys,
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 = ?, optionally using the finder cache.
|
java.util.List<KBArticle> |
findByR_S(long resourcePrimKey,
int status)
Returns all the kb articles where resourcePrimKey = ? and status = ?.
|
java.util.List<KBArticle> |
findByR_S(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByR_V(long resourcePrimKey,
int version)
Returns the kb article where resourcePrimKey = ? and version = ? or throws a
NoSuchArticleException if it could not be found. |
KBArticle |
findByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where resourcePrimKey = ?.
|
KBArticle |
findByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where resourcePrimKey = ?.
|
KBArticle[] |
findByResourcePrimKey_PrevAndNext(long kbArticleId,
long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the kb articles before and after the current kb article in the ordered set where resourcePrimKey = ?.
|
java.util.List<KBArticle> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the kb articles where resourcePrimKey = ?.
|
java.util.List<KBArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the kb articles where resourcePrimKey = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
KBArticle |
findByUuid_C_First(java.lang.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 = ?.
|
KBArticle |
findByUuid_C_Last(java.lang.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 = ?.
|
KBArticle[] |
findByUuid_C_PrevAndNext(long kbArticleId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the kb articles where uuid = ? and companyId = ?.
|
java.util.List<KBArticle> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the kb articles where uuid = ? and companyId = ?.
|
java.util.List<KBArticle> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByUuid_C(java.lang.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 = ?.
|
KBArticle |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the first kb article in the ordered set where uuid = ?.
|
KBArticle |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the kb article where uuid = ? and groupId = ? or throws a
NoSuchArticleException if it could not be found. |
KBArticle |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Returns the last kb article in the ordered set where uuid = ?.
|
KBArticle[] |
findByUuid_PrevAndNext(long kbArticleId,
java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByUuid(java.lang.String uuid)
Returns all the kb articles where uuid = ?.
|
java.util.List<KBArticle> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the kb articles where uuid = ?.
|
java.util.List<KBArticle> |
findByUuid(java.lang.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 = ?.
|
java.util.List<KBArticle> |
findByUuid(java.lang.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 = ?.
|
KBArticle |
remove(long kbArticleId)
Removes the kb article with the primary key from the database.
|
void |
removeAll()
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_M(long companyId,
boolean main)
Removes all the kb articles where companyId = ? and main = ? from the database.
|
void |
removeByC_S(long companyId,
int status)
Removes all the kb articles where companyId = ? and status = ? 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_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_ST(long groupId,
long kbFolderId,
java.lang.String urlTitle,
int status)
Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? and status = ? from the database.
|
void |
removeByG_KBFI_UT(long groupId,
long kbFolderId,
java.lang.String urlTitle)
Removes all the kb articles where groupId = ? and kbFolderId = ? and urlTitle = ? from the database.
|
void |
removeByG_L(long groupId,
boolean latest)
Removes all the kb articles where groupId = ? and latest = ? from the database.
|
void |
removeByG_M(long groupId,
boolean main)
Removes all the kb articles where groupId = ? and main = ? 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_L(long groupId,
long parentResourcePrimKey,
boolean latest)
Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and latest = ? 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_S(long groupId,
long parentResourcePrimKey,
int status)
Removes all the kb articles where groupId = ? and parentResourcePrimKey = ? and status = ? from the database.
|
void |
removeByG_S_L(long groupId,
java.lang.String sections,
boolean latest)
Removes all the kb articles where groupId = ? and sections LIKE ? and latest = ? from the database.
|
void |
removeByG_S_M(long groupId,
java.lang.String sections,
boolean main)
Removes all the kb articles where groupId = ? and sections LIKE ? and main = ? from the database.
|
void |
removeByG_S_S(long groupId,
java.lang.String sections,
int status)
Removes all the kb articles where groupId = ? and sections LIKE ? 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 |
removeByP_L(long parentResourcePrimKey,
boolean latest)
Removes all the kb articles where parentResourcePrimKey = ? and latest = ? from the database.
|
void |
removeByP_M(long parentResourcePrimKey,
boolean main)
Removes all the kb articles where parentResourcePrimKey = ? and main = ? 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_L(long resourcePrimKey,
long groupId,
boolean latest)
Removes all the kb articles where resourcePrimKey = ? and groupId = ? and latest = ? 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_S(long resourcePrimKey,
long groupId,
int status)
Removes all the kb articles where resourcePrimKey = ? and groupId = ? and status = ? from the database.
|
KBArticle |
removeByR_G_V(long resourcePrimKey,
long groupId,
int version)
Removes the kb article where resourcePrimKey = ? and groupId = ? and version = ? from the database.
|
void |
removeByR_G(long resourcePrimKey,
long groupId)
Removes all the kb articles where resourcePrimKey = ? and groupId = ? from the database.
|
void |
removeByR_L(long resourcePrimKey,
boolean latest)
Removes all the kb articles where resourcePrimKey = ? and latest = ? from the database.
|
void |
removeByR_M(long resourcePrimKey,
boolean main)
Removes all the kb articles where resourcePrimKey = ? and main = ? from the database.
|
void |
removeByR_S(long resourcePrimKey,
int status)
Removes all the kb articles where resourcePrimKey = ? and status = ? from the database.
|
KBArticle |
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_C(java.lang.String uuid,
long companyId)
Removes all the kb articles where uuid = ? and companyId = ? from the database.
|
KBArticle |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the kb article where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the kb articles where uuid = ? from the database.
|
KBArticle |
updateImpl(KBArticle kbArticle) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<KBArticle> findByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keyjava.util.List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByResourcePrimKey_PrevAndNext(long kbArticleId, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keyint countByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keyjava.util.List<KBArticle> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<KBArticle> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)java.util.List<KBArticle> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByUuid_PrevAndNext(long kbArticleId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidKBArticle findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching kb article could not be foundKBArticle fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching kb article could not be foundKBArticle removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchArticleException
uuid
- the uuidgroupId
- the group IDNoSuchArticleException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<KBArticle> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<KBArticle> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByUuid_C_PrevAndNext(long kbArticleId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<KBArticle> findByR_G(long resourcePrimKey, long groupId)
resourcePrimKey
- the resource prim keygroupId
- the group IDjava.util.List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_First(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_Last(long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId)
resourcePrimKey
- the resource prim keygroupId
- the group IDjava.util.List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G(long resourcePrimKey, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByR_G_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByR_G(long resourcePrimKey, long groupId)
resourcePrimKey
- the resource prim keygroupId
- the group IDint countByR_G(long resourcePrimKey, long groupId)
resourcePrimKey
- the resource prim keygroupId
- the group IDint filterCountByR_G(long resourcePrimKey, long groupId)
resourcePrimKey
- the resource prim keygroupId
- the group IDKBArticle findByR_V(long resourcePrimKey, int version) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.resourcePrimKey
- the resource prim keyversion
- the versionNoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_V(long resourcePrimKey, int version)
null
if it could not be found. Uses the finder cache.resourcePrimKey
- the resource prim keyversion
- the versionnull
if a matching kb article could not be foundKBArticle fetchByR_V(long resourcePrimKey, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.resourcePrimKey
- the resource prim keyversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching kb article could not be foundKBArticle removeByR_V(long resourcePrimKey, int version) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyversion
- the versionNoSuchArticleException
int countByR_V(long resourcePrimKey, int version)
resourcePrimKey
- the resource prim keyversion
- the versionjava.util.List<KBArticle> findByR_L(long resourcePrimKey, boolean latest)
resourcePrimKey
- the resource prim keylatest
- the latestjava.util.List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_L(long resourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_L_First(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_L_Last(long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_L_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keyslatest
- the latestjava.util.List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_L(long[] resourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_L(long resourcePrimKey, boolean latest)
resourcePrimKey
- the resource prim keylatest
- the latestint countByR_L(long resourcePrimKey, boolean latest)
resourcePrimKey
- the resource prim keylatest
- the latestint countByR_L(long[] resourcePrimKeys, boolean latest)
resourcePrimKeys
- the resource prim keyslatest
- the latestjava.util.List<KBArticle> findByR_M(long resourcePrimKey, boolean main)
resourcePrimKey
- the resource prim keymain
- the mainjava.util.List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_M(long resourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_M_First(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_M_Last(long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_M_PrevAndNext(long kbArticleId, long resourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keysmain
- the mainjava.util.List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_M(long[] resourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_M(long resourcePrimKey, boolean main)
resourcePrimKey
- the resource prim keymain
- the mainint countByR_M(long resourcePrimKey, boolean main)
resourcePrimKey
- the resource prim keymain
- the mainint countByR_M(long[] resourcePrimKeys, boolean main)
resourcePrimKeys
- the resource prim keysmain
- the mainjava.util.List<KBArticle> findByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statusjava.util.List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_S(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_S_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_S_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_S_PrevAndNext(long kbArticleId, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByR_S(long[] resourcePrimKeys, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keysstatus
- the statusjava.util.List<KBArticle> findByR_S(long[] resourcePrimKeys, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the 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)java.util.List<KBArticle> findByR_S(long[] resourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the 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 (optionally null
)java.util.List<KBArticle> findByR_S(long[] resourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statusint countByR_S(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statusint countByR_S(long[] resourcePrimKeys, int status)
resourcePrimKeys
- the resource prim keysstatus
- the statusjava.util.List<KBArticle> findByG_L(long groupId, boolean latest)
groupId
- the group IDlatest
- the latestjava.util.List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_L_First(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_L_Last(long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_L(long groupId, boolean latest)
groupId
- the group IDlatest
- the latestjava.util.List<KBArticle> filterFindByG_L(long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_L(long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_L_PrevAndNext(long kbArticleId, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_L(long groupId, boolean latest)
groupId
- the group IDlatest
- the latestint countByG_L(long groupId, boolean latest)
groupId
- the group IDlatest
- the latestint filterCountByG_L(long groupId, boolean latest)
groupId
- the group IDlatest
- the latestjava.util.List<KBArticle> findByG_M(long groupId, boolean main)
groupId
- the group IDmain
- the mainjava.util.List<KBArticle> findByG_M(long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_M_First(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_M_Last(long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_M(long groupId, boolean main)
groupId
- the group IDmain
- the mainjava.util.List<KBArticle> filterFindByG_M(long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_M(long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_M_PrevAndNext(long kbArticleId, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_M(long groupId, boolean main)
groupId
- the group IDmain
- the mainint countByG_M(long groupId, boolean main)
groupId
- the group IDmain
- the mainint filterCountByG_M(long groupId, boolean main)
groupId
- the group IDmain
- the mainjava.util.List<KBArticle> findByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusjava.util.List<KBArticle> findByG_S(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_S_PrevAndNext(long kbArticleId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusjava.util.List<KBArticle> filterFindByG_S(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_S_PrevAndNext(long kbArticleId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusint countByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusint filterCountByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statusjava.util.List<KBArticle> findByC_L(long companyId, boolean latest)
companyId
- the company IDlatest
- the latestjava.util.List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByC_L(long companyId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_L_First(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_L_Last(long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByC_L_PrevAndNext(long kbArticleId, long companyId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlecompanyId
- the company IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByC_L(long companyId, boolean latest)
companyId
- the company IDlatest
- the latestint countByC_L(long companyId, boolean latest)
companyId
- the company IDlatest
- the latestjava.util.List<KBArticle> findByC_M(long companyId, boolean main)
companyId
- the company IDmain
- the mainjava.util.List<KBArticle> findByC_M(long companyId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByC_M(long companyId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_M_First(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_M_Last(long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByC_M_PrevAndNext(long kbArticleId, long companyId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlecompanyId
- the company IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByC_M(long companyId, boolean main)
companyId
- the company IDmain
- the mainint countByC_M(long companyId, boolean main)
companyId
- the company IDmain
- the mainjava.util.List<KBArticle> findByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusjava.util.List<KBArticle> findByC_S(long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByC_S_PrevAndNext(long kbArticleId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusint countByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statusjava.util.List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest)
parentResourcePrimKey
- the parent resource prim keylatest
- the latestjava.util.List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_L(long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_L_First(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_L_Last(long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByP_L_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
parentResourcePrimKeys
- the parent resource prim keyslatest
- the latestjava.util.List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_L(long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByP_L(long parentResourcePrimKey, boolean latest)
parentResourcePrimKey
- the parent resource prim keylatest
- the latestint countByP_L(long parentResourcePrimKey, boolean latest)
parentResourcePrimKey
- the parent resource prim keylatest
- the latestint countByP_L(long[] parentResourcePrimKeys, boolean latest)
parentResourcePrimKeys
- the parent resource prim keyslatest
- the latestjava.util.List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main)
parentResourcePrimKey
- the parent resource prim keymain
- the mainjava.util.List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_M(long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_M_First(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_M_Last(long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByP_M_PrevAndNext(long kbArticleId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainjava.util.List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_M(long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByP_M(long parentResourcePrimKey, boolean main)
parentResourcePrimKey
- the parent resource prim keymain
- the mainint countByP_M(long parentResourcePrimKey, boolean main)
parentResourcePrimKey
- the parent resource prim keymain
- the mainint countByP_M(long[] parentResourcePrimKeys, boolean main)
parentResourcePrimKeys
- the parent resource prim keysmain
- the mainjava.util.List<KBArticle> findByP_S(long parentResourcePrimKey, int status)
parentResourcePrimKey
- the parent resource prim keystatus
- the statusjava.util.List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_S(long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_S_First(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
parentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByP_S_Last(long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
parentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByP_S_PrevAndNext(long kbArticleId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articleparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
parentResourcePrimKeys
- the parent resource prim keysstatus
- the statusjava.util.List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByP_S(long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByP_S(long parentResourcePrimKey, int status)
parentResourcePrimKey
- the parent resource prim keystatus
- the statusint countByP_S(long parentResourcePrimKey, int status)
parentResourcePrimKey
- the parent resource prim keystatus
- the statusint countByP_S(long[] parentResourcePrimKeys, int status)
parentResourcePrimKeys
- the parent resource prim keysstatus
- the statusKBArticle findByR_G_V(long resourcePrimKey, long groupId, int version) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionNoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_V(long resourcePrimKey, long groupId, int version)
null
if it could not be found. Uses the finder cache.resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionnull
if a matching kb article could not be foundKBArticle fetchByR_G_V(long resourcePrimKey, long groupId, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching kb article could not be foundKBArticle removeByR_G_V(long resourcePrimKey, long groupId, int version) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionNoSuchArticleException
int countByR_G_V(long resourcePrimKey, long groupId, int version)
resourcePrimKey
- the resource prim keygroupId
- the group IDversion
- the versionjava.util.List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestjava.util.List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_L_First(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_L_Last(long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestjava.util.List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_L(long resourcePrimKey, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByR_G_L_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latestjava.util.List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latestjava.util.List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_G_L(long resourcePrimKey, long groupId, boolean latest)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestint countByR_G_L(long resourcePrimKey, long groupId, boolean latest)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestint countByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latestint filterCountByR_G_L(long resourcePrimKey, long groupId, boolean latest)
resourcePrimKey
- the resource prim keygroupId
- the group IDlatest
- the latestint filterCountByR_G_L(long[] resourcePrimKeys, long groupId, boolean latest)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDlatest
- the latestjava.util.List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainjava.util.List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_M_First(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_M_Last(long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainjava.util.List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_M(long resourcePrimKey, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByR_G_M_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainjava.util.List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainjava.util.List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_M(long[] resourcePrimKeys, long groupId, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_G_M(long resourcePrimKey, long groupId, boolean main)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainint countByR_G_M(long resourcePrimKey, long groupId, boolean main)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainint countByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainint filterCountByR_G_M(long resourcePrimKey, long groupId, boolean main)
resourcePrimKey
- the resource prim keygroupId
- the group IDmain
- the mainint filterCountByR_G_M(long[] resourcePrimKeys, long groupId, boolean main)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDmain
- the mainjava.util.List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusjava.util.List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_S_First(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByR_G_S_Last(long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusjava.util.List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_S(long resourcePrimKey, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByR_G_S_PrevAndNext(long kbArticleId, long resourcePrimKey, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusjava.util.List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusjava.util.List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByR_G_S(long[] resourcePrimKeys, long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByR_G_S(long resourcePrimKey, long groupId, int status)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusint countByR_G_S(long resourcePrimKey, long groupId, int status)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusint countByR_G_S(long[] resourcePrimKeys, long groupId, int status)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusint filterCountByR_G_S(long resourcePrimKey, long groupId, int status)
resourcePrimKey
- the resource prim keygroupId
- the group IDstatus
- the statusint filterCountByR_G_S(long[] resourcePrimKeys, long groupId, int status)
resourcePrimKeys
- the resource prim keysgroupId
- the group IDstatus
- the statusjava.util.List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestjava.util.List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_L_First(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_L_Last(long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestjava.util.List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_L(long groupId, long parentResourcePrimKey, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_P_L_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latestjava.util.List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latestjava.util.List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestint countByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestint countByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latestint filterCountByG_P_L(long groupId, long parentResourcePrimKey, boolean latest)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the latestint filterCountByG_P_L(long groupId, long[] parentResourcePrimKeys, boolean latest)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the latestjava.util.List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainjava.util.List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_M_First(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_M_Last(long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainjava.util.List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_M(long groupId, long parentResourcePrimKey, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_P_M_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainjava.util.List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainjava.util.List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainint countByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainint countByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainint filterCountByG_P_M(long groupId, long parentResourcePrimKey, boolean main)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keymain
- the mainint filterCountByG_P_M(long groupId, long[] parentResourcePrimKeys, boolean main)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysmain
- the mainjava.util.List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusjava.util.List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_S_First(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_S_Last(long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusjava.util.List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_S(long groupId, long parentResourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_P_S_PrevAndNext(long kbArticleId, long groupId, long parentResourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusjava.util.List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusjava.util.List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_P_S(long groupId, long[] parentResourcePrimKeys, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_P_S(long groupId, long parentResourcePrimKey, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusint countByG_P_S(long groupId, long parentResourcePrimKey, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusint countByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusint filterCountByG_P_S(long groupId, long parentResourcePrimKey, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keystatus
- the statusint filterCountByG_P_S(long groupId, long[] parentResourcePrimKeys, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keysstatus
- the statusjava.util.List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlejava.util.List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_KBFI_UT_First(long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_UT_First(long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_KBFI_UT_Last(long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_UT_Last(long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlejava.util.List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_KBFI_UT_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleint countByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titleint filterCountByG_KBFI_UT(long groupId, long kbFolderId, java.lang.String urlTitle)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlejava.util.List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestjava.util.List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_L_First(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_L_Last(long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestjava.util.List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_KBFI_L(long groupId, long kbFolderId, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_KBFI_L_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestint countByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestint filterCountByG_KBFI_L(long groupId, long kbFolderId, boolean latest)
groupId
- the group IDkbFolderId
- the kb folder IDlatest
- the latestjava.util.List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusjava.util.List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_S_First(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_S_Last(long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusjava.util.List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_KBFI_S(long groupId, long kbFolderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_KBFI_S_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundvoid removeByG_KBFI_S(long groupId, long kbFolderId, int status)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusint countByG_KBFI_S(long groupId, long kbFolderId, int status)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusint filterCountByG_KBFI_S(long groupId, long kbFolderId, int status)
groupId
- the group IDkbFolderId
- the kb folder IDstatus
- the statusjava.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String sections, boolean latest)
groupId
- the group IDsections
- the sectionslatest
- the latestjava.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String sections, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_S_L_First(long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_L_First(long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_S_L_Last(long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_L_Last(long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_S_L_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String sections, boolean latest)
groupId
- the group IDsections
- the sectionslatest
- the latestjava.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String sections, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String sections, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_S_L_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, boolean latest, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionslatest
- the latestorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest)
groupId
- the group IDsectionses
- the sectionseslatest
- the latestjava.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDsectionses
- the sectionseslatest
- the latestjava.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_S_L(long groupId, java.lang.String sections, boolean latest)
groupId
- the group IDsections
- the sectionslatest
- the latestint countByG_S_L(long groupId, java.lang.String sections, boolean latest)
groupId
- the group IDsections
- the sectionslatest
- the latestint countByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest)
groupId
- the group IDsectionses
- the sectionseslatest
- the latestint filterCountByG_S_L(long groupId, java.lang.String sections, boolean latest)
groupId
- the group IDsections
- the sectionslatest
- the latestint filterCountByG_S_L(long groupId, java.lang.String[] sectionses, boolean latest)
groupId
- the group IDsectionses
- the sectionseslatest
- the latestjava.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String sections, boolean main)
groupId
- the group IDsections
- the sectionsmain
- the mainjava.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String sections, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_S_M_First(long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_M_First(long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_S_M_Last(long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_M_Last(long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_S_M_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String sections, boolean main)
groupId
- the group IDsections
- the sectionsmain
- the mainjava.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String sections, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String sections, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_S_M_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, boolean main, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionsmain
- the mainorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String[] sectionses, boolean main)
groupId
- the group IDsectionses
- the sectionsesmain
- the mainjava.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String[] sectionses, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_M(long groupId, java.lang.String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String[] sectionses, boolean main)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDsectionses
- the sectionsesmain
- the mainjava.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String[] sectionses, boolean main, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_M(long groupId, java.lang.String[] sectionses, boolean main, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_S_M(long groupId, java.lang.String sections, boolean main)
groupId
- the group IDsections
- the sectionsmain
- the mainint countByG_S_M(long groupId, java.lang.String sections, boolean main)
groupId
- the group IDsections
- the sectionsmain
- the mainint countByG_S_M(long groupId, java.lang.String[] sectionses, boolean main)
groupId
- the group IDsectionses
- the sectionsesmain
- the mainint filterCountByG_S_M(long groupId, java.lang.String sections, boolean main)
groupId
- the group IDsections
- the sectionsmain
- the mainint filterCountByG_S_M(long groupId, java.lang.String[] sectionses, boolean main)
groupId
- the group IDsectionses
- the sectionsesmain
- the mainjava.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String sections, int status)
groupId
- the group IDsections
- the sectionsstatus
- the statusjava.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String sections, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_S_S_First(long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_S_First(long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_S_S_Last(long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_S_S_Last(long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_S_S_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String sections, int status)
groupId
- the group IDsections
- the sectionsstatus
- the statusjava.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String sections, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String sections, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_S_S_PrevAndNext(long kbArticleId, long groupId, java.lang.String sections, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
kbArticleId
- the primary key of the current kb articlegroupId
- the group IDsections
- the sectionsstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String[] sectionses, int status)
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusjava.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String[] sectionses, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_S_S(long groupId, java.lang.String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String[] sectionses, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusjava.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String[] sectionses, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_S_S(long groupId, java.lang.String[] sectionses, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_S_S(long groupId, java.lang.String sections, int status)
groupId
- the group IDsections
- the sectionsstatus
- the statusint countByG_S_S(long groupId, java.lang.String sections, int status)
groupId
- the group IDsections
- the sectionsstatus
- the statusint countByG_S_S(long groupId, java.lang.String[] sectionses, int status)
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusint filterCountByG_S_S(long groupId, java.lang.String sections, int status)
groupId
- the group IDsections
- the sectionsstatus
- the statusint filterCountByG_S_S(long groupId, java.lang.String[] sectionses, int status)
groupId
- the group IDsectionses
- the sectionsesstatus
- the statusjava.util.List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusjava.util.List<KBArticle> findByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_L_S_First(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_P_L_S_Last(long groupId, long parentResourcePrimKey, boolean latest, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] 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
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusjava.util.List<KBArticle> filterFindByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)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
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusjava.util.List<KBArticle> filterFindByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusjava.util.List<KBArticle> findByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusint countByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusint countByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusint filterCountByG_P_L_S(long groupId, long parentResourcePrimKey, boolean latest, int status)
groupId
- the group IDparentResourcePrimKey
- the parent resource prim keylatest
- the lateststatus
- the statusint filterCountByG_P_L_S(long groupId, long[] parentResourcePrimKeys, boolean latest, int status)
groupId
- the group IDparentResourcePrimKeys
- the parent resource prim keyslatest
- the lateststatus
- the statusjava.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusjava.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheKBArticle findByG_KBFI_UT_ST_First(long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_UT_ST_First(long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle findByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching kb article could not be foundKBArticle fetchByG_KBFI_UT_ST_Last(long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching kb article could not be foundKBArticle[] findByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusjava.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)KBArticle[] filterFindByG_KBFI_UT_ST_PrevAndNext(long kbArticleId, long groupId, long kbFolderId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator) throws NoSuchArticleException
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 (optionally null
)NoSuchArticleException
- if a kb article with the primary key could not be foundjava.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesjava.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> filterFindByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesjava.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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)java.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusint countByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusint countByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesint filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int status)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatus
- the statusint filterCountByG_KBFI_UT_ST(long groupId, long kbFolderId, java.lang.String urlTitle, int[] statuses)
groupId
- the group IDkbFolderId
- the kb folder IDurlTitle
- the url titlestatuses
- the statusesvoid cacheResult(KBArticle kbArticle)
kbArticle
- the kb articlevoid cacheResult(java.util.List<KBArticle> kbArticles)
kbArticles
- the kb articlesKBArticle create(long kbArticleId)
kbArticleId
- the primary key for the new kb articleKBArticle remove(long kbArticleId) throws NoSuchArticleException
kbArticleId
- the primary key of the kb articleNoSuchArticleException
- if a kb article with the primary key could not be foundKBArticle findByPrimaryKey(long kbArticleId) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.kbArticleId
- the primary key of the kb articleNoSuchArticleException
- if a kb article with the primary key could not be foundKBArticle fetchByPrimaryKey(long kbArticleId)
null
if it could not be found.kbArticleId
- the primary key of the kb articlenull
if a kb article with the primary key could not be foundjava.util.List<KBArticle> findAll()
java.util.List<KBArticle> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
start
- the lower bound of the range of kb articlesend
- the upper bound of the range of kb articles (not inclusive)java.util.List<KBArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)java.util.List<KBArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KBArticle> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from KBArticleModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()