@ProviderType
public class JournalArticleUtil
extends java.lang.Object
com.liferay.journal.service.persistence.impl.JournalArticlePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
JournalArticlePersistence
,
com.liferay.journal.service.persistence.impl.JournalArticlePersistenceImpl
Constructor and Description |
---|
JournalArticleUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(JournalArticle journalArticle)
Caches the journal article in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<JournalArticle> journalArticles)
Caches the journal articles in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(JournalArticle journalArticle) |
static int |
countAll()
Returns the number of journal articles.
|
static int |
countByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey)
Returns the number of journal articles where classNameId = ? and DDMTemplateKey = ?.
|
static int |
countByC_NotST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status ≠ ?.
|
static int |
countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?.
|
static int |
countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?.
|
static int |
countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?.
|
static int |
countByDDMStructureKey(java.lang.String DDMStructureKey)
Returns the number of journal articles where DDMStructureKey = ?.
|
static int |
countByDDMStructureKey(java.lang.String[] DDMStructureKeies)
Returns the number of journal articles where DDMStructureKey = any ?.
|
static int |
countByDDMTemplateKey(java.lang.String DDMTemplateKey)
Returns the number of journal articles where DDMTemplateKey = ?.
|
static int |
countByG_A_NotST(long groupId,
java.lang.String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status ≠ ?.
|
static int |
countByG_A_ST(long groupId,
java.lang.String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?.
|
static int |
countByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?.
|
static int |
countByG_A_V(long groupId,
java.lang.String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?.
|
static int |
countByG_A(long groupId,
java.lang.String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?.
|
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
countByG_C_DDMSK(long groupId,
long classNameId,
java.lang.String DDMStructureKey)
Returns the number of journal articles where groupId = ? and classNameId = ? and DDMStructureKey = ?.
|
static int |
countByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey)
Returns the number of journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static int |
countByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static int |
countByG_DDMSK(long groupId,
java.lang.String DDMStructureKey)
Returns the number of journal articles where groupId = ? and DDMStructureKey = ?.
|
static int |
countByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey)
Returns the number of journal articles where groupId = ? and DDMTemplateKey = ?.
|
static int |
countByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles where groupId = ? and folderId = ? and status = ?.
|
static int |
countByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?.
|
static int |
countByG_F(long groupId,
long folderId)
Returns the number of journal articles where groupId = ? and folderId = ?.
|
static int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles where groupId = ? and folderId = any ?.
|
static int |
countByG_L(long groupId,
java.lang.String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?.
|
static int |
countByG_NotL(long groupId,
java.lang.String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid ≠ ?.
|
static int |
countByG_NotL(long groupId,
java.lang.String[] layoutUuids)
Returns the number of journal articles where groupId = ? and layoutUuid ≠ all ?.
|
static int |
countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?.
|
static int |
countByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?.
|
static int |
countByG_U(long groupId,
long userId)
Returns the number of journal articles where groupId = ? and userId = ?.
|
static int |
countByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?.
|
static int |
countByG_UT(long groupId,
java.lang.String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?.
|
static int |
countByLayoutUuid(java.lang.String layoutUuid)
Returns the number of journal articles where layoutUuid = ?.
|
static int |
countByLtD_S(java.util.Date displayDate,
int status)
Returns the number of journal articles where displayDate < ? and status = ?.
|
static int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
|
static int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
|
static int |
countByR_I(long resourcePrimKey,
boolean indexable)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ?.
|
static int |
countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?.
|
static int |
countByR_ST(long resourcePrimKey,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and status = any ?.
|
static int |
countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?.
|
static int |
countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of journal articles where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of journal articles where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static JournalArticle |
create(long id)
Creates a new journal article with the primary key.
|
static JournalArticle |
fetchByC_DDMTK_First(long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByC_DDMTK_Last(long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByC_NotST_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
|
static JournalArticle |
fetchByC_NotST_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
|
static JournalArticle |
fetchByC_ST_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?.
|
static JournalArticle |
fetchByC_ST_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?.
|
static JournalArticle |
fetchByC_V_First(long companyId,
double version,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?.
|
static JournalArticle |
fetchByC_V_Last(long companyId,
double version,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?.
|
static JournalArticle |
fetchByC_V_ST_First(long companyId,
double version,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
|
static JournalArticle |
fetchByC_V_ST_Last(long companyId,
double version,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
|
static JournalArticle |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?.
|
static JournalArticle |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?.
|
static JournalArticle |
fetchByDDMStructureKey_First(java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?.
|
static JournalArticle |
fetchByDDMStructureKey_Last(java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?.
|
static JournalArticle |
fetchByDDMTemplateKey_First(java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?.
|
static JournalArticle |
fetchByDDMTemplateKey_Last(java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?.
|
static JournalArticle |
fetchByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
|
static JournalArticle |
fetchByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
|
static JournalArticle |
fetchByG_A_NotST_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle |
fetchByG_A_NotST_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle |
fetchByG_A_ST_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
|
static JournalArticle |
fetchByG_A_ST_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
|
static JournalArticle |
fetchByG_A_V(long groupId,
java.lang.String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns
null if it could not be found. |
static JournalArticle |
fetchByG_A_V(long groupId,
java.lang.String articleId,
double version,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticle |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle |
fetchByG_C_DDMSK(long groupId,
long classNameId,
java.lang.String DDMStructureKey)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns
null if it could not be found. |
static JournalArticle |
fetchByG_C_DDMSK(long groupId,
long classNameId,
java.lang.String DDMStructureKey,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticle |
fetchByG_C_DDMTK_First(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByG_C_DDMTK_Last(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByG_C_L_First(long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle |
fetchByG_C_L_Last(long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle |
fetchByG_DDMSK_First(long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle |
fetchByG_DDMSK_Last(long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle |
fetchByG_DDMTK_First(long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByG_DDMTK_Last(long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
fetchByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
|
static JournalArticle |
fetchByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
|
static JournalArticle |
fetchByG_F_ST_First(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
|
static JournalArticle |
fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
|
static JournalArticle |
fetchByG_L_First(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
|
static JournalArticle |
fetchByG_L_Last(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
|
static JournalArticle |
fetchByG_NotL_First(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle |
fetchByG_NotL_Last(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle |
fetchByG_ST_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?.
|
static JournalArticle |
fetchByG_ST_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?.
|
static JournalArticle |
fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle |
fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle |
fetchByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?.
|
static JournalArticle |
fetchByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?.
|
static JournalArticle |
fetchByG_UT_First(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
|
static JournalArticle |
fetchByG_UT_Last(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
|
static JournalArticle |
fetchByG_UT_ST_First(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
|
static JournalArticle |
fetchByG_UT_ST_Last(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
|
static JournalArticle |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?.
|
static JournalArticle |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?.
|
static JournalArticle |
fetchByLayoutUuid_First(java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?.
|
static JournalArticle |
fetchByLayoutUuid_Last(java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?.
|
static JournalArticle |
fetchByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?.
|
static JournalArticle |
fetchByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?.
|
static JournalArticle |
fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,JournalArticle> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static JournalArticle |
fetchByR_I_First(long resourcePrimKey,
boolean indexable,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle |
fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle |
fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
|
static JournalArticle |
fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
|
static JournalArticle |
fetchByR_ST_First(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
|
static JournalArticle |
fetchByR_ST_Last(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
|
static JournalArticle |
fetchByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?.
|
static JournalArticle |
fetchByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?.
|
static JournalArticle |
fetchBySmallImageId_First(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?.
|
static JournalArticle |
fetchBySmallImageId_Last(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?.
|
static JournalArticle |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
|
static JournalArticle |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
|
static JournalArticle |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?.
|
static JournalArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns
null if it could not be found. |
static JournalArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static JournalArticle |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?.
|
static int |
filterCountByG_A_NotST(long groupId,
java.lang.String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
|
static int |
filterCountByG_A_ST(long groupId,
java.lang.String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
|
static int |
filterCountByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
|
static int |
filterCountByG_A(long groupId,
java.lang.String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?.
|
static int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static int |
filterCountByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static int |
filterCountByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static int |
filterCountByG_DDMSK(long groupId,
java.lang.String DDMStructureKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
|
static int |
filterCountByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
|
static int |
filterCountByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
|
static int |
filterCountByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
|
static int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?.
|
static int |
filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = any ?.
|
static int |
filterCountByG_L(long groupId,
java.lang.String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
|
static int |
filterCountByG_NotL(long groupId,
java.lang.String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
|
static int |
filterCountByG_NotL(long groupId,
java.lang.String[] layoutUuids)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
|
static int |
filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?.
|
static int |
filterCountByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
|
static int |
filterCountByG_U(long groupId,
long userId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?.
|
static int |
filterCountByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
|
static int |
filterCountByG_UT(long groupId,
java.lang.String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?.
|
static JournalArticle[] |
filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
java.lang.String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle[] |
filterFindByG_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
|
static JournalArticle[] |
filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A_ST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A(long groupId,
java.lang.String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
|
static JournalArticle[] |
filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle[] |
filterFindByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle[] |
filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle[] |
filterFindByG_DDMSK_PrevAndNext(long id,
long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
java.lang.String DDMStructureKey)
Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
java.lang.String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
java.lang.String DDMStructureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle[] |
filterFindByG_DDMTK_PrevAndNext(long id,
long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey)
Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle[] |
filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
|
static JournalArticle[] |
filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long[] folderIds)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
|
static JournalArticle[] |
filterFindByG_L_PrevAndNext(long id,
long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_L(long groupId,
java.lang.String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_L(long groupId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_L(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
|
static JournalArticle[] |
filterFindByG_NotL_PrevAndNext(long id,
long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String[] layoutUuids)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String[] layoutUuids,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String[] layoutUuids,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
filterFindByG_NotL(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle[] |
filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
|
static JournalArticle[] |
filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle[] |
filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U(long groupId,
long userId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
|
static JournalArticle[] |
filterFindByG_UT_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
|
static JournalArticle[] |
filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT(long groupId,
java.lang.String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
|
static java.util.List<JournalArticle> |
filterFindByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
|
static JournalArticle[] |
filterFindByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
|
static java.util.List<JournalArticle> |
filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?.
|
static java.util.List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?.
|
static java.util.List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
|
static java.util.List<JournalArticle> |
findAll()
Returns all the journal articles.
|
static java.util.List<JournalArticle> |
findAll(int start,
int end)
Returns a range of all the journal articles.
|
static java.util.List<JournalArticle> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles.
|
static java.util.List<JournalArticle> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles.
|
static JournalArticle |
findByC_DDMTK_First(long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByC_DDMTK_Last(long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle[] |
findByC_DDMTK_PrevAndNext(long id,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey)
Returns all the journal articles where classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByC_NotST_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
|
static JournalArticle |
findByC_NotST_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
|
static JournalArticle[] |
findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByC_NotST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
|
static JournalArticle |
findByC_ST_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?.
|
static JournalArticle |
findByC_ST_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?.
|
static JournalArticle[] |
findByC_ST_PrevAndNext(long id,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where companyId = ? and status = ?.
|
static JournalArticle |
findByC_V_First(long companyId,
double version,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?.
|
static JournalArticle |
findByC_V_Last(long companyId,
double version,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?.
|
static JournalArticle[] |
findByC_V_PrevAndNext(long id,
long companyId,
double version,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
|
static JournalArticle |
findByC_V_ST_First(long companyId,
double version,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
|
static JournalArticle |
findByC_V_ST_Last(long companyId,
double version,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
|
static JournalArticle[] |
findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?.
|
static java.util.List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?.
|
static java.util.List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?.
|
static java.util.List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where companyId = ? and version = ?.
|
static JournalArticle |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?.
|
static JournalArticle |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?.
|
static JournalArticle[] |
findByCompanyId_PrevAndNext(long id,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
|
static java.util.List<JournalArticle> |
findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?.
|
static java.util.List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?.
|
static java.util.List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?.
|
static java.util.List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where companyId = ?.
|
static JournalArticle |
findByDDMStructureKey_First(java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?.
|
static JournalArticle |
findByDDMStructureKey_Last(java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?.
|
static JournalArticle[] |
findByDDMStructureKey_PrevAndNext(long id,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String DDMStructureKey)
Returns all the journal articles where DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String[] DDMStructureKeies)
Returns all the journal articles where DDMStructureKey = any ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String[] DDMStructureKeies,
int start,
int end)
Returns a range of all the journal articles where DDMStructureKey = any ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String[] DDMStructureKeies,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String[] DDMStructureKeies,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where DDMStructureKey = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles where DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String DDMStructureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMStructureKey(java.lang.String DDMStructureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where DDMStructureKey = ?.
|
static JournalArticle |
findByDDMTemplateKey_First(java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?.
|
static JournalArticle |
findByDDMTemplateKey_Last(java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?.
|
static JournalArticle[] |
findByDDMTemplateKey_PrevAndNext(long id,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMTemplateKey(java.lang.String DDMTemplateKey)
Returns all the journal articles where DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMTemplateKey(java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMTemplateKey(java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByDDMTemplateKey(java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
|
static JournalArticle |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
|
static JournalArticle |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
|
static JournalArticle |
findByG_A_NotST_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle |
findByG_A_NotST_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle[] |
findByG_A_NotST_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_A_NotST(long groupId,
java.lang.String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_A_NotST(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_A_NotST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_A_NotST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
|
static JournalArticle[] |
findByG_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
|
static JournalArticle |
findByG_A_ST_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
|
static JournalArticle |
findByG_A_ST_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
|
static JournalArticle[] |
findByG_A_ST_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_A_ST(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
|
static JournalArticle |
findByG_A_V(long groupId,
java.lang.String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a
NoSuchArticleException if it could not be found. |
static java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId)
Returns all the journal articles where groupId = ? and articleId = ?.
|
static java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?.
|
static java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
|
static java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
|
static JournalArticle |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle[] |
findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
|
static java.util.List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
|
static JournalArticle |
findByG_C_DDMSK(long groupId,
long classNameId,
java.lang.String DDMStructureKey)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or throws a
NoSuchArticleException if it could not be found. |
static JournalArticle |
findByG_C_DDMTK_First(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByG_C_DDMTK_Last(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle[] |
findByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey)
Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByG_C_L_First(long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle |
findByG_C_L_Last(long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle[] |
findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
|
static JournalArticle |
findByG_DDMSK_First(long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle |
findByG_DDMSK_Last(long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle[] |
findByG_DDMSK_PrevAndNext(long id,
long groupId,
java.lang.String DDMStructureKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMSK(long groupId,
java.lang.String DDMStructureKey)
Returns all the journal articles where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMSK(long groupId,
java.lang.String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMSK(long groupId,
java.lang.String DDMStructureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMSK(long groupId,
java.lang.String DDMStructureKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
|
static JournalArticle |
findByG_DDMTK_First(long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByG_DDMTK_Last(long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle[] |
findByG_DDMTK_PrevAndNext(long id,
long groupId,
java.lang.String DDMTemplateKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey)
Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
|
static java.util.List<JournalArticle> |
findByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
|
static JournalArticle |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
|
static JournalArticle |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
|
static JournalArticle[] |
findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
|
static JournalArticle |
findByG_F_ST_First(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
|
static JournalArticle |
findByG_F_ST_Last(long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
|
static JournalArticle[] |
findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long folderId)
Returns all the journal articles where groupId = ? and folderId = ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds)
Returns all the journal articles where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
|
static java.util.List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
|
static JournalArticle |
findByG_L_First(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
|
static JournalArticle |
findByG_L_Last(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
|
static JournalArticle[] |
findByG_L_PrevAndNext(long id,
long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_L(long groupId,
java.lang.String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_L(long groupId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_L(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByG_L(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
|
static JournalArticle |
findByG_NotL_First(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle |
findByG_NotL_Last(long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle[] |
findByG_NotL_PrevAndNext(long id,
long groupId,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String[] layoutUuids)
Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String[] layoutUuids,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String[] layoutUuids,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String[] layoutUuids,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
|
static java.util.List<JournalArticle> |
findByG_NotL(long groupId,
java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
|
static JournalArticle |
findByG_ST_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?.
|
static JournalArticle |
findByG_ST_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?.
|
static JournalArticle[] |
findByG_ST_PrevAndNext(long id,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and status = ?.
|
static JournalArticle |
findByG_U_C_First(long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle |
findByG_U_C_Last(long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle[] |
findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
|
static java.util.List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
|
static JournalArticle |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?.
|
static JournalArticle |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?.
|
static JournalArticle[] |
findByG_U_PrevAndNext(long id,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
findByG_U(long groupId,
long userId)
Returns all the journal articles where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
|
static java.util.List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
|
static JournalArticle |
findByG_UT_First(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
|
static JournalArticle |
findByG_UT_Last(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
|
static JournalArticle[] |
findByG_UT_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
|
static JournalArticle |
findByG_UT_ST_First(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
|
static JournalArticle |
findByG_UT_ST_Last(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
|
static JournalArticle[] |
findByG_UT_ST_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?.
|
static java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
|
static java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
|
static java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
|
static JournalArticle |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?.
|
static JournalArticle |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?.
|
static JournalArticle[] |
findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
|
static java.util.List<JournalArticle> |
findByGroupId(long groupId)
Returns all the journal articles where groupId = ?.
|
static java.util.List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?.
|
static java.util.List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?.
|
static java.util.List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where groupId = ?.
|
static JournalArticle |
findByLayoutUuid_First(java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?.
|
static JournalArticle |
findByLayoutUuid_Last(java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?.
|
static JournalArticle[] |
findByLayoutUuid_PrevAndNext(long id,
java.lang.String layoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByLayoutUuid(java.lang.String layoutUuid)
Returns all the journal articles where layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByLayoutUuid(java.lang.String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByLayoutUuid(java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?.
|
static java.util.List<JournalArticle> |
findByLayoutUuid(java.lang.String layoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where layoutUuid = ?.
|
static JournalArticle |
findByLtD_S_First(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?.
|
static JournalArticle |
findByLtD_S_Last(java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?.
|
static JournalArticle[] |
findByLtD_S_PrevAndNext(long id,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
|
static java.util.List<JournalArticle> |
findByLtD_S(java.util.Date displayDate,
int status)
Returns all the journal articles where displayDate < ? and status = ?.
|
static java.util.List<JournalArticle> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end)
Returns a range of all the journal articles where displayDate < ? and status = ?.
|
static java.util.List<JournalArticle> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
|
static java.util.List<JournalArticle> |
findByLtD_S(java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
|
static JournalArticle |
findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a
NoSuchArticleException if it could not be found. |
static JournalArticle |
findByR_I_First(long resourcePrimKey,
boolean indexable,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle |
findByR_I_Last(long resourcePrimKey,
boolean indexable,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle[] |
findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle |
findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
|
static JournalArticle |
findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
|
static JournalArticle[] |
findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable)
Returns all the journal articles where resourcePrimKey = ? and indexable = ?.
|
static java.util.List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.
|
static java.util.List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
|
static java.util.List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
|
static JournalArticle |
findByR_ST_First(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
|
static JournalArticle |
findByR_ST_Last(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
|
static JournalArticle[] |
findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?, optionally using the finder cache.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
|
static java.util.List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
|
static JournalArticle |
findByResourcePrimKey_First(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?.
|
static JournalArticle |
findByResourcePrimKey_Last(long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?.
|
static JournalArticle[] |
findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
|
static java.util.List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?.
|
static java.util.List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?.
|
static java.util.List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?.
|
static java.util.List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where resourcePrimKey = ?.
|
static JournalArticle |
findBySmallImageId_First(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?.
|
static JournalArticle |
findBySmallImageId_Last(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?.
|
static JournalArticle[] |
findBySmallImageId_PrevAndNext(long id,
long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
|
static java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?.
|
static java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?.
|
static java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?.
|
static java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where smallImageId = ?.
|
static JournalArticle |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
|
static JournalArticle |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
|
static JournalArticle[] |
findByUuid_C_PrevAndNext(long id,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<JournalArticle> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the journal articles where uuid = ? and companyId = ?.
|
static java.util.List<JournalArticle> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal articles where uuid = ? and companyId = ?.
|
static java.util.List<JournalArticle> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
|
static java.util.List<JournalArticle> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
|
static JournalArticle |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?.
|
static JournalArticle |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a
NoSuchArticleException if it could not be found. |
static JournalArticle |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?.
|
static JournalArticle[] |
findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
|
static java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid)
Returns all the journal articles where uuid = ?.
|
static java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?.
|
static java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?.
|
static java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the journal articles where uuid = ?.
|
static java.util.List<JournalArticle> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<JournalArticle> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<JournalArticle> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static JournalArticlePersistence |
getPersistence() |
static JournalArticle |
remove(long id)
Removes the journal article with the primary key from the database.
|
static void |
removeAll()
Removes all the journal articles from the database.
|
static void |
removeByC_DDMTK(long classNameId,
java.lang.String DDMTemplateKey)
Removes all the journal articles where classNameId = ? and DDMTemplateKey = ? from the database.
|
static void |
removeByC_NotST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status ≠ ? from the database.
|
static void |
removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database.
|
static void |
removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database.
|
static void |
removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database.
|
static void |
removeByDDMStructureKey(java.lang.String DDMStructureKey)
Removes all the journal articles where DDMStructureKey = ? from the database.
|
static void |
removeByDDMTemplateKey(java.lang.String DDMTemplateKey)
Removes all the journal articles where DDMTemplateKey = ? from the database.
|
static void |
removeByG_A_NotST(long groupId,
java.lang.String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status ≠ ? from the database.
|
static void |
removeByG_A_ST(long groupId,
java.lang.String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database.
|
static JournalArticle |
removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
|
static void |
removeByG_A(long groupId,
java.lang.String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database.
|
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database.
|
static JournalArticle |
removeByG_C_DDMSK(long groupId,
long classNameId,
java.lang.String DDMStructureKey)
Removes the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? from the database.
|
static void |
removeByG_C_DDMTK(long groupId,
long classNameId,
java.lang.String DDMTemplateKey)
Removes all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ? from the database.
|
static void |
removeByG_C_L(long groupId,
long classNameId,
java.lang.String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database.
|
static void |
removeByG_DDMSK(long groupId,
java.lang.String DDMStructureKey)
Removes all the journal articles where groupId = ? and DDMStructureKey = ? from the database.
|
static void |
removeByG_DDMTK(long groupId,
java.lang.String DDMTemplateKey)
Removes all the journal articles where groupId = ? and DDMTemplateKey = ? from the database.
|
static void |
removeByG_F_ST(long groupId,
long folderId,
int status)
Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database.
|
static void |
removeByG_F(long groupId,
long folderId)
Removes all the journal articles where groupId = ? and folderId = ? from the database.
|
static void |
removeByG_L(long groupId,
java.lang.String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database.
|
static void |
removeByG_NotL(long groupId,
java.lang.String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid ≠ ? from the database.
|
static void |
removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database.
|
static void |
removeByG_U_C(long groupId,
long userId,
long classNameId)
Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database.
|
static void |
removeByG_U(long groupId,
long userId)
Removes all the journal articles where groupId = ? and userId = ? from the database.
|
static void |
removeByG_UT_ST(long groupId,
java.lang.String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database.
|
static void |
removeByG_UT(long groupId,
java.lang.String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database.
|
static void |
removeByLayoutUuid(java.lang.String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database.
|
static void |
removeByLtD_S(java.util.Date displayDate,
int status)
Removes all the journal articles where displayDate < ? and status = ? from the database.
|
static void |
removeByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? and status = ? from the database.
|
static void |
removeByR_I(long resourcePrimKey,
boolean indexable)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? from the database.
|
static void |
removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database.
|
static void |
removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database.
|
static void |
removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the journal articles where uuid = ? and companyId = ? from the database.
|
static JournalArticle |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the journal articles where uuid = ? from the database.
|
static JournalArticle |
update(JournalArticle journalArticle) |
static JournalArticle |
update(JournalArticle journalArticle,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static JournalArticle |
updateImpl(JournalArticle journalArticle) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(JournalArticle journalArticle)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static JournalArticle update(JournalArticle journalArticle)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static JournalArticle update(JournalArticle journalArticle, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<JournalArticle> findByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static java.util.List<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static int countByResourcePrimKey(long resourcePrimKey)
resourcePrimKey
- the resource prim keypublic static java.util.List<JournalArticle> findByUuid(java.lang.String uuid)
uuid
- the uuidpublic static java.util.List<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByUuid_PrevAndNext(long id, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid
- the uuidpublic static int countByUuid(java.lang.String uuid)
uuid
- the uuidpublic static JournalArticle 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 journal article could not be foundpublic static JournalArticle 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 journal article could not be foundpublic static JournalArticle fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching journal article could not be foundpublic static JournalArticle removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchArticleException
uuid
- the uuidgroupId
- the group IDNoSuchArticleException
public static int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static java.util.List<JournalArticle> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByUuid_C_PrevAndNext(long id, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static java.util.List<JournalArticle> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<JournalArticle> findByGroupId(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<JournalArticle> filterFindByGroupId(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<JournalArticle> findByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<JournalArticle> findByCompanyId(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByCompanyId_PrevAndNext(long id, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String DDMStructureKey)
DDMStructureKey
- the ddm structure keypublic static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String DDMStructureKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String DDMStructureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String DDMStructureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByDDMStructureKey_First(java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
DDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByDDMStructureKey_First(java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
DDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByDDMStructureKey_Last(java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
DDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByDDMStructureKey_Last(java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
DDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByDDMStructureKey_PrevAndNext(long id, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String[] DDMStructureKeies)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKeies
- the ddm structure keiespublic static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String[] DDMStructureKeies, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKeies
- the ddm structure keiesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String[] DDMStructureKeies, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKeies
- the ddm structure keiesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByDDMStructureKey(java.lang.String[] DDMStructureKeies, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByDDMStructureKey(java.lang.String DDMStructureKey)
DDMStructureKey
- the ddm structure keypublic static int countByDDMStructureKey(java.lang.String DDMStructureKey)
DDMStructureKey
- the ddm structure keypublic static int countByDDMStructureKey(java.lang.String[] DDMStructureKeies)
DDMStructureKeies
- the ddm structure keiespublic static java.util.List<JournalArticle> findByDDMTemplateKey(java.lang.String DDMTemplateKey)
DDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByDDMTemplateKey(java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByDDMTemplateKey(java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByDDMTemplateKey(java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByDDMTemplateKey_First(java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByDDMTemplateKey_First(java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByDDMTemplateKey_Last(java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByDDMTemplateKey_Last(java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByDDMTemplateKey_PrevAndNext(long id, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByDDMTemplateKey(java.lang.String DDMTemplateKey)
DDMTemplateKey
- the ddm template keypublic static int countByDDMTemplateKey(java.lang.String DDMTemplateKey)
DDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByLayoutUuid(java.lang.String layoutUuid)
layoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findByLayoutUuid(java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByLayoutUuid(java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByLayoutUuid(java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByLayoutUuid_First(java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByLayoutUuid_First(java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByLayoutUuid_Last(java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByLayoutUuid_Last(java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByLayoutUuid_PrevAndNext(long id, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlelayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByLayoutUuid(java.lang.String layoutUuid)
layoutUuid
- the layout uuidpublic static int countByLayoutUuid(java.lang.String layoutUuid)
layoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static java.util.List<JournalArticle> findBySmallImageId(long smallImageId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
smallImageId
- the small image IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
smallImageId
- the small image IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
smallImageId
- the small image IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findBySmallImageId_First(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchBySmallImageId_First(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findBySmallImageId_Last(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchBySmallImageId_Last(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findBySmallImageId_PrevAndNext(long id, long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlesmallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static int countBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static java.util.List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable)
resourcePrimKey
- the resource prim keyindexable
- the indexablepublic static java.util.List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByR_I_First(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_I_First(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByR_I_Last(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_I_Last(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByR_I(long resourcePrimKey, boolean indexable)
resourcePrimKey
- the resource prim keyindexable
- the indexablepublic static int countByR_I(long resourcePrimKey, boolean indexable)
resourcePrimKey
- the resource prim keyindexable
- the indexablepublic static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static java.util.List<JournalArticle> findByR_ST(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByR_ST_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_ST_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByR_ST_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_ST_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatuses
- the statusespublic static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByR_ST(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static int countByR_ST(long resourcePrimKey, int status)
resourcePrimKey
- the resource prim keystatus
- the statuspublic static int countByR_ST(long resourcePrimKey, int[] statuses)
resourcePrimKey
- the resource prim keystatuses
- the statusespublic static java.util.List<JournalArticle> findByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static java.util.List<JournalArticle> findByG_U(long groupId, long userId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_U_PrevAndNext(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static java.util.List<JournalArticle> filterFindByG_U(long groupId, long userId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_U_PrevAndNext(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static int countByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static int filterCountByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static java.util.List<JournalArticle> findByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static java.util.List<JournalArticle> findByG_F(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_F_PrevAndNext(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static java.util.List<JournalArticle> filterFindByG_F(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static java.util.List<JournalArticle> filterFindByG_F(long groupId, long[] folderIds, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F(long groupId, long[] folderIds)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderIds
- the folder IDspublic static java.util.List<JournalArticle> findByG_F(long groupId, long[] folderIds, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int countByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int countByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static int filterCountByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int filterCountByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static java.util.List<JournalArticle> findByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDpublic static java.util.List<JournalArticle> findByG_A(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_A(long groupId, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_A(long groupId, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_A_First(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_First(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_A_Last(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_Last(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_A_PrevAndNext(long id, long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDpublic static java.util.List<JournalArticle> filterFindByG_A(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_A(long groupId, java.lang.String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_A_PrevAndNext(long id, long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDpublic static int countByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDpublic static int filterCountByG_A(long groupId, java.lang.String articleId)
groupId
- the group IDarticleId
- the article IDpublic static java.util.List<JournalArticle> findByG_UT(long groupId, java.lang.String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static java.util.List<JournalArticle> findByG_UT(long groupId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_UT(long groupId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_UT(long groupId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_UT_First(long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_UT_First(long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_UT_Last(long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_UT_Last(long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_UT_PrevAndNext(long id, long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_UT(long groupId, java.lang.String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static java.util.List<JournalArticle> filterFindByG_UT(long groupId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_UT(long groupId, java.lang.String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_UT_PrevAndNext(long id, long groupId, java.lang.String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_UT(long groupId, java.lang.String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static int countByG_UT(long groupId, java.lang.String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static int filterCountByG_UT(long groupId, java.lang.String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static java.util.List<JournalArticle> findByG_DDMSK(long groupId, java.lang.String DDMStructureKey)
groupId
- the group IDDDMStructureKey
- the ddm structure keypublic static java.util.List<JournalArticle> findByG_DDMSK(long groupId, java.lang.String DDMStructureKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_DDMSK(long groupId, java.lang.String DDMStructureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_DDMSK(long groupId, java.lang.String DDMStructureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_DDMSK_First(long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_DDMSK_First(long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_DDMSK_Last(long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_DDMSK_Last(long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_DDMSK_PrevAndNext(long id, long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_DDMSK(long groupId, java.lang.String DDMStructureKey)
groupId
- the group IDDDMStructureKey
- the ddm structure keypublic static java.util.List<JournalArticle> filterFindByG_DDMSK(long groupId, java.lang.String DDMStructureKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_DDMSK(long groupId, java.lang.String DDMStructureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMStructureKey
- the ddm structure keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_DDMSK_PrevAndNext(long id, long groupId, java.lang.String DDMStructureKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDDDMStructureKey
- the ddm structure keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_DDMSK(long groupId, java.lang.String DDMStructureKey)
groupId
- the group IDDDMStructureKey
- the ddm structure keypublic static int countByG_DDMSK(long groupId, java.lang.String DDMStructureKey)
groupId
- the group IDDDMStructureKey
- the ddm structure keypublic static int filterCountByG_DDMSK(long groupId, java.lang.String DDMStructureKey)
groupId
- the group IDDDMStructureKey
- the ddm structure keypublic static java.util.List<JournalArticle> findByG_DDMTK(long groupId, java.lang.String DDMTemplateKey)
groupId
- the group IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByG_DDMTK(long groupId, java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_DDMTK(long groupId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_DDMTK(long groupId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_DDMTK_First(long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_DDMTK_First(long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_DDMTK_Last(long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_DDMTK_Last(long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_DDMTK_PrevAndNext(long id, long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_DDMTK(long groupId, java.lang.String DDMTemplateKey)
groupId
- the group IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> filterFindByG_DDMTK(long groupId, java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_DDMTK(long groupId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_DDMTK_PrevAndNext(long id, long groupId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_DDMTK(long groupId, java.lang.String DDMTemplateKey)
groupId
- the group IDDDMTemplateKey
- the ddm template keypublic static int countByG_DDMTK(long groupId, java.lang.String DDMTemplateKey)
groupId
- the group IDDDMTemplateKey
- the ddm template keypublic static int filterCountByG_DDMTK(long groupId, java.lang.String DDMTemplateKey)
groupId
- the group IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByG_L(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findByG_L(long groupId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_L(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_L(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_L_First(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_L_First(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_L_Last(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_L_Last(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_L_PrevAndNext(long id, long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_L(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> filterFindByG_L(long groupId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_L(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_L_PrevAndNext(long id, long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_L(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static int countByG_L(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static int filterCountByG_L(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_NotL_First(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_NotL_First(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_NotL_Last(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_NotL_Last(long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_NotL_PrevAndNext(long id, long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_NotL_PrevAndNext(long id, long groupId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String[] layoutUuids)
groupId
- the group IDlayoutUuids
- the layout uuidspublic static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String[] layoutUuids, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_NotL(long groupId, java.lang.String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String[] layoutUuids)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuids
- the layout uuidspublic static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String[] layoutUuids, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_NotL(long groupId, java.lang.String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_NotL(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static int countByG_NotL(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static int countByG_NotL(long groupId, java.lang.String[] layoutUuids)
groupId
- the group IDlayoutUuids
- the layout uuidspublic static int filterCountByG_NotL(long groupId, java.lang.String layoutUuid)
groupId
- the group IDlayoutUuid
- the layout uuidpublic static int filterCountByG_NotL(long groupId, java.lang.String[] layoutUuids)
groupId
- the group IDlayoutUuids
- the layout uuidspublic static java.util.List<JournalArticle> findByG_ST(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static java.util.List<JournalArticle> findByG_ST(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_ST_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_ST_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_ST_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_ST_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_ST_PrevAndNext(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_ST(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static java.util.List<JournalArticle> filterFindByG_ST(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_ST_PrevAndNext(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_ST(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int countByG_ST(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int filterCountByG_ST(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static java.util.List<JournalArticle> findByC_V(long companyId, double version)
companyId
- the company IDversion
- the versionpublic static java.util.List<JournalArticle> findByC_V(long companyId, double version, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByC_V(long companyId, double version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByC_V(long companyId, double version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByC_V_First(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_V_First(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByC_V_Last(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_V_Last(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByC_V_PrevAndNext(long id, long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByC_V(long companyId, double version)
companyId
- the company IDversion
- the versionpublic static int countByC_V(long companyId, double version)
companyId
- the company IDversion
- the versionpublic static java.util.List<JournalArticle> findByC_ST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static java.util.List<JournalArticle> findByC_ST(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByC_ST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByC_ST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByC_ST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_ST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByC_ST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_ST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByC_ST_PrevAndNext(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByC_ST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static int countByC_ST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static java.util.List<JournalArticle> findByC_NotST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static java.util.List<JournalArticle> findByC_NotST(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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByC_NotST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByC_NotST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByC_NotST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_NotST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByC_NotST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_NotST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByC_NotST_PrevAndNext(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByC_NotST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static int countByC_NotST(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static java.util.List<JournalArticle> findByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey)
classNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByC_DDMTK_First(long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
classNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_DDMTK_First(long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
classNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByC_DDMTK_Last(long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
classNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_DDMTK_Last(long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
classNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByC_DDMTK_PrevAndNext(long id, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey)
classNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static int countByC_DDMTK(long classNameId, java.lang.String DDMTemplateKey)
classNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static java.util.List<JournalArticle> findByLtD_S(java.util.Date displayDate, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByLtD_S(java.util.Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByLtD_S_First(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByLtD_S_Last(java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByLtD_S_PrevAndNext(long id, java.util.Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articledisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static int countByLtD_S(java.util.Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statuspublic static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusespublic static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByR_I_S(long resourcePrimKey, boolean indexable, int status)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statuspublic static int countByR_I_S(long resourcePrimKey, boolean indexable, int status)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statuspublic static int countByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses)
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusespublic static java.util.List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDpublic static java.util.List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_U_C_First(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_U_C_First(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_U_C_Last(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_U_C_Last(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_U_C(long groupId, long userId, long classNameId)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDpublic static java.util.List<JournalArticle> filterFindByG_U_C(long groupId, long userId, long classNameId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_U_C(long groupId, long userId, long classNameId)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDpublic static int countByG_U_C(long groupId, long userId, long classNameId)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDpublic static int filterCountByG_U_C(long groupId, long userId, long classNameId)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDpublic static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status)
groupId
- the group IDfolderId
- the folder IDstatus
- the statuspublic static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_F_ST_First(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_F_ST_First(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_F_ST_Last(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_F_ST_Last(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int status)
groupId
- the group IDfolderId
- the folder IDstatus
- the statuspublic static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int[] statuses)
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusespublic static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusespublic static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_F_ST(long groupId, long folderId, int status)
groupId
- the group IDfolderId
- the folder IDstatus
- the statuspublic static int countByG_F_ST(long groupId, long folderId, int status)
groupId
- the group IDfolderId
- the folder IDstatus
- the statuspublic static int countByG_F_ST(long groupId, long folderId, int[] statuses)
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusespublic static int filterCountByG_F_ST(long groupId, long folderId, int status)
groupId
- the group IDfolderId
- the folder IDstatus
- the statuspublic static int filterCountByG_F_ST(long groupId, long folderId, int[] statuses)
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusespublic static java.util.List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static int filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkpublic static JournalArticle findByG_C_DDMSK(long groupId, long classNameId, java.lang.String DDMStructureKey) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.groupId
- the group IDclassNameId
- the class name IDDDMStructureKey
- the ddm structure keyNoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_DDMSK(long groupId, long classNameId, java.lang.String DDMStructureKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDclassNameId
- the class name IDDDMStructureKey
- the ddm structure keynull
if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_DDMSK(long groupId, long classNameId, java.lang.String DDMStructureKey, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDclassNameId
- the class name IDDDMStructureKey
- the ddm structure keyretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching journal article could not be foundpublic static JournalArticle removeByG_C_DDMSK(long groupId, long classNameId, java.lang.String DDMStructureKey) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDDDMStructureKey
- the ddm structure keyNoSuchArticleException
public static int countByG_C_DDMSK(long groupId, long classNameId, java.lang.String DDMStructureKey)
groupId
- the group IDclassNameId
- the class name IDDDMStructureKey
- the ddm structure keypublic static java.util.List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_C_DDMTK_First(long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_DDMTK_First(long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_C_DDMTK_Last(long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_DDMTK_Last(long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, java.lang.String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static int countByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static int filterCountByG_C_DDMTK(long groupId, long classNameId, java.lang.String DDMTemplateKey)
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keypublic static java.util.List<JournalArticle> findByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> findByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_C_L_First(long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_L_First(long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_C_L_Last(long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_C_L_Last(long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidpublic static java.util.List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, java.lang.String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidpublic static int countByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidpublic static int filterCountByG_C_L(long groupId, long classNameId, java.lang.String layoutUuid)
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidpublic static JournalArticle findByG_A_V(long groupId, java.lang.String articleId, double version) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.groupId
- the group IDarticleId
- the article IDversion
- the versionNoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_V(long groupId, java.lang.String articleId, double version)
null
if it could not be found. Uses the finder cache.groupId
- the group IDarticleId
- the article IDversion
- the versionnull
if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_V(long groupId, java.lang.String articleId, double version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDarticleId
- the article IDversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching journal article could not be foundpublic static JournalArticle removeByG_A_V(long groupId, java.lang.String articleId, double version) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDversion
- the versionNoSuchArticleException
public static int countByG_A_V(long groupId, java.lang.String articleId, double version)
groupId
- the group IDarticleId
- the article IDversion
- the versionpublic static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_A_ST_First(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_ST_First(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_A_ST_Last(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_ST_Last(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_A_ST_PrevAndNext(long id, long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_A_ST_PrevAndNext(long id, long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, int[] statuses)
groupId
- the group IDarticleId
- the article IDstatuses
- the statusespublic static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_A_ST(long groupId, java.lang.String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusespublic static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_A_ST(long groupId, java.lang.String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_A_ST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static int countByG_A_ST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static int countByG_A_ST(long groupId, java.lang.String articleId, int[] statuses)
groupId
- the group IDarticleId
- the article IDstatuses
- the statusespublic static int filterCountByG_A_ST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static int filterCountByG_A_ST(long groupId, java.lang.String articleId, int[] statuses)
groupId
- the group IDarticleId
- the article IDstatuses
- the statusespublic static java.util.List<JournalArticle> findByG_A_NotST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static java.util.List<JournalArticle> findByG_A_NotST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_A_NotST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_A_NotST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_A_NotST_First(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_NotST_First(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_A_NotST_Last(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_A_NotST_Last(long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_A_NotST_PrevAndNext(long id, long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_A_NotST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static java.util.List<JournalArticle> filterFindByG_A_NotST(long groupId, java.lang.String articleId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_A_NotST(long groupId, java.lang.String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_A_NotST_PrevAndNext(long id, long groupId, java.lang.String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_A_NotST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static int countByG_A_NotST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static int filterCountByG_A_NotST(long groupId, java.lang.String articleId, int status)
groupId
- the group IDarticleId
- the article IDstatus
- the statuspublic static java.util.List<JournalArticle> findByG_UT_ST(long groupId, java.lang.String urlTitle, int status)
groupId
- the group IDurlTitle
- the url titlestatus
- the statuspublic static java.util.List<JournalArticle> findByG_UT_ST(long groupId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByG_UT_ST(long groupId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByG_UT_ST(long groupId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByG_UT_ST_First(long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_UT_ST_First(long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByG_UT_ST_Last(long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByG_UT_ST_Last(long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByG_UT_ST_PrevAndNext(long id, long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static java.util.List<JournalArticle> filterFindByG_UT_ST(long groupId, java.lang.String urlTitle, int status)
groupId
- the group IDurlTitle
- the url titlestatus
- the statuspublic static java.util.List<JournalArticle> filterFindByG_UT_ST(long groupId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> filterFindByG_UT_ST(long groupId, java.lang.String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static JournalArticle[] filterFindByG_UT_ST_PrevAndNext(long id, long groupId, java.lang.String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByG_UT_ST(long groupId, java.lang.String urlTitle, int status)
groupId
- the group IDurlTitle
- the url titlestatus
- the statuspublic static int countByG_UT_ST(long groupId, java.lang.String urlTitle, int status)
groupId
- the group IDurlTitle
- the url titlestatus
- the statuspublic static int filterCountByG_UT_ST(long groupId, java.lang.String urlTitle, int status)
groupId
- the group IDurlTitle
- the url titlestatus
- the statuspublic static java.util.List<JournalArticle> findByC_V_ST(long companyId, double version, int status)
companyId
- the company IDversion
- the versionstatus
- the statuspublic static java.util.List<JournalArticle> findByC_V_ST(long companyId, double version, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static JournalArticle findByC_V_ST_First(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_V_ST_First(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle findByC_V_ST_Last(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a matching journal article could not be foundpublic static JournalArticle fetchByC_V_ST_Last(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator)
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching journal article could not be foundpublic static JournalArticle[] findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchArticleException
- if a journal article with the primary key could not be foundpublic static void removeByC_V_ST(long companyId, double version, int status)
companyId
- the company IDversion
- the versionstatus
- the statuspublic static int countByC_V_ST(long companyId, double version, int status)
companyId
- the company IDversion
- the versionstatus
- the statuspublic static void cacheResult(JournalArticle journalArticle)
journalArticle
- the journal articlepublic static void cacheResult(java.util.List<JournalArticle> journalArticles)
journalArticles
- the journal articlespublic static JournalArticle create(long id)
id
- the primary key for the new journal articlepublic static JournalArticle remove(long id) throws NoSuchArticleException
id
- the primary key of the journal articleNoSuchArticleException
- if a journal article with the primary key could not be foundpublic static JournalArticle updateImpl(JournalArticle journalArticle)
public static JournalArticle findByPrimaryKey(long id) throws NoSuchArticleException
NoSuchArticleException
if it could not be found.id
- the primary key of the journal articleNoSuchArticleException
- if a journal article with the primary key could not be foundpublic static JournalArticle fetchByPrimaryKey(long id)
null
if it could not be found.id
- the primary key of the journal articlenull
if a journal article with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,JournalArticle> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<JournalArticle> findAll()
public static java.util.List<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)public static java.util.List<JournalArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<JournalArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from JournalArticleModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static JournalArticlePersistence getPersistence()