|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface JournalArticlePersistence
The persistence interface for the journal article service.
Caching information and settings can be found in portal.properties
JournalArticlePersistenceImpl,
JournalArticleUtil| Method Summary | |
|---|---|
abstract void |
cacheResult(JournalArticle journalArticle)
Caches the journal article in the entity cache if it is enabled. |
abstract void |
cacheResult(List<JournalArticle> journalArticles)
Caches the journal articles in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of journal articles. |
abstract int |
countByC_NotST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status ≠ ?. |
abstract int |
countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?. |
abstract int |
countByC_T(long classNameId,
String templateId)
Returns the number of journal articles where classNameId = ? and templateId = ?. |
abstract int |
countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?. |
abstract int |
countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?. |
abstract int |
countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?. |
abstract int |
countByG_A_NotST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status ≠ ?. |
abstract int |
countByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?. |
abstract int |
countByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?. |
abstract int |
countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?. |
abstract int |
countByG_A(long groupId,
String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?. |
abstract int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?. |
abstract int |
countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract int |
countByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the number of journal articles where groupId = ? and classNameId = ? and structureId = ?. |
abstract int |
countByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles where groupId = ? and classNameId = ? and templateId = ?. |
abstract int |
countByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles where groupId = ? and folderId = ? and status = ?. |
abstract int |
countByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?. |
abstract int |
countByG_F(long groupId,
long folderId)
Returns the number of journal articles where groupId = ? and folderId = ?. |
abstract int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles where groupId = ? and folderId = any ?. |
abstract int |
countByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?. |
abstract int |
countByG_NotL(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid ≠ ?. |
abstract int |
countByG_NotL(long groupId,
String[] layoutUuids)
Returns the number of journal articles where groupId = ? and layoutUuid ≠ all ?. |
abstract int |
countByG_S(long groupId,
String structureId)
Returns the number of journal articles where groupId = ? and structureId = ?. |
abstract int |
countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?. |
abstract int |
countByG_T(long groupId,
String templateId)
Returns the number of journal articles where groupId = ? and templateId = ?. |
abstract int |
countByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?. |
abstract int |
countByG_U(long groupId,
long userId)
Returns the number of journal articles where groupId = ? and userId = ?. |
abstract int |
countByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?. |
abstract int |
countByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?. |
abstract int |
countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?. |
abstract int |
countByLayoutUuid(String layoutUuid)
Returns the number of journal articles where layoutUuid = ?. |
abstract int |
countByLtD_S(Date displayDate,
int status)
Returns the number of journal articles where displayDate < ? and status = ?. |
abstract int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
abstract int |
countByR_I(long resourcePrimKey,
boolean indexable)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ?. |
abstract int |
countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?. |
abstract int |
countByR_ST(long resourcePrimKey,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and status = any ?. |
abstract int |
countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?. |
abstract int |
countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?. |
abstract int |
countByStructureId(String structureId)
Returns the number of journal articles where structureId = ?. |
abstract int |
countByStructureId(String[] structureIds)
Returns the number of journal articles where structureId = any ?. |
abstract int |
countByTemplateId(String templateId)
Returns the number of journal articles where templateId = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of journal articles where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of journal articles where uuid = ?. |
abstract JournalArticle |
create(long id)
Creates a new journal article with the primary key. |
abstract JournalArticle |
fetchByC_NotST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalArticle |
fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalArticle |
fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
abstract JournalArticle |
fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
abstract JournalArticle |
fetchByC_T_First(long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and templateId = ?. |
abstract JournalArticle |
fetchByC_T_Last(long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and templateId = ?. |
abstract JournalArticle |
fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
abstract JournalArticle |
fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
abstract JournalArticle |
fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
abstract JournalArticle |
fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
abstract JournalArticle |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
abstract JournalArticle |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
abstract JournalArticle |
fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
abstract JournalArticle |
fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
abstract JournalArticle |
fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle |
fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle |
fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
abstract JournalArticle |
fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
abstract JournalArticle |
fetchByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found. |
abstract JournalArticle |
fetchByG_A_V(long groupId,
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. |
abstract JournalArticle |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle |
fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle |
fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle |
fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
abstract JournalArticle |
fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract JournalArticle |
fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle |
fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
abstract JournalArticle |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
abstract JournalArticle |
fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
abstract JournalArticle |
fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
abstract JournalArticle |
fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
abstract JournalArticle |
fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
abstract JournalArticle |
fetchByG_NotL_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle |
fetchByG_NotL_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle |
fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
abstract JournalArticle |
fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
abstract JournalArticle |
fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
abstract JournalArticle |
fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
abstract JournalArticle |
fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
abstract JournalArticle |
fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
abstract JournalArticle |
fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle |
fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
abstract JournalArticle |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
abstract JournalArticle |
fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
abstract JournalArticle |
fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
abstract JournalArticle |
fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
abstract JournalArticle |
fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
abstract JournalArticle |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
abstract JournalArticle |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
abstract JournalArticle |
fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
abstract JournalArticle |
fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
abstract JournalArticle |
fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
abstract JournalArticle |
fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
abstract JournalArticle |
fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
abstract JournalArticle |
fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle |
fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle |
fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract JournalArticle |
fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract JournalArticle |
fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
abstract JournalArticle |
fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
abstract JournalArticle |
fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
abstract JournalArticle |
fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
abstract JournalArticle |
fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
abstract JournalArticle |
fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
abstract JournalArticle |
fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
abstract JournalArticle |
fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
abstract JournalArticle |
fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
abstract JournalArticle |
fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
abstract JournalArticle |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
abstract JournalArticle |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
abstract JournalArticle |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
abstract JournalArticle |
fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract JournalArticle |
fetchByUUID_G(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. |
abstract JournalArticle |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
abstract int |
filterCountByG_A_NotST(long groupId,
String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?. |
abstract int |
filterCountByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
abstract int |
filterCountByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
abstract int |
filterCountByG_A(long groupId,
String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
abstract 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 = ?. |
abstract int |
filterCountByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract int |
filterCountByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
abstract 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 = ?. |
abstract 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 ?. |
abstract int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
abstract 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 ?. |
abstract int |
filterCountByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
abstract int |
filterCountByG_NotL(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?. |
abstract int |
filterCountByG_NotL(long groupId,
String[] layoutUuids)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?. |
abstract int |
filterCountByG_S(long groupId,
String structureId)
Returns the number of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
abstract int |
filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?. |
abstract int |
filterCountByG_T(long groupId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
abstract 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 = ?. |
abstract int |
filterCountByG_U(long groupId,
long userId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?. |
abstract int |
filterCountByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
abstract int |
filterCountByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
abstract int |
filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?. |
abstract JournalArticle[] |
filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator 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 ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
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 ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle[] |
filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator 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 = ?. |
abstract JournalArticle[] |
filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
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 ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
abstract List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
abstract List<JournalArticle> |
filterFindByG_A(long groupId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
abstract JournalArticle[] |
filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle[] |
filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle[] |
filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator 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 templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle[] |
filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator 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 = ?. |
abstract JournalArticle[] |
filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
abstract List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
abstract 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 ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
abstract JournalArticle[] |
filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
filterFindByG_L(long groupId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
abstract JournalArticle[] |
filterFindByG_NotL_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator 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 ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
String[] layoutUuids)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
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 ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
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 ≠ ?. |
abstract List<JournalArticle> |
filterFindByG_NotL(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle[] |
filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator 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 structureId = ?. |
abstract List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
abstract List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
abstract List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
abstract JournalArticle[] |
filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
abstract JournalArticle[] |
filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator 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 templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
abstract List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
abstract JournalArticle[] |
filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle[] |
filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_U(long groupId,
long userId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
abstract JournalArticle[] |
filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator 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 = ?. |
abstract JournalArticle[] |
filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
abstract List<JournalArticle> |
filterFindByG_UT(long groupId,
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 = ?. |
abstract List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
abstract JournalArticle[] |
filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator 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 = ?. |
abstract List<JournalArticle> |
filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
abstract List<JournalArticle> |
findAll()
Returns all the journal articles. |
abstract List<JournalArticle> |
findAll(int start,
int end)
Returns a range of all the journal articles. |
abstract List<JournalArticle> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
abstract JournalArticle |
findByC_NotST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalArticle |
findByC_NotST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalArticle[] |
findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByC_NotST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?. |
abstract JournalArticle |
findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
abstract JournalArticle |
findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
abstract JournalArticle[] |
findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
abstract List<JournalArticle> |
findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
abstract List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
abstract List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
abstract JournalArticle |
findByC_T_First(long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and templateId = ?. |
abstract JournalArticle |
findByC_T_Last(long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and templateId = ?. |
abstract JournalArticle[] |
findByC_T_PrevAndNext(long id,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByC_T(long classNameId,
String templateId)
Returns all the journal articles where classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByC_T(long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByC_T(long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where classNameId = ? and templateId = ?. |
abstract JournalArticle |
findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
abstract JournalArticle |
findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
abstract JournalArticle[] |
findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
abstract JournalArticle |
findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
abstract JournalArticle |
findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
abstract JournalArticle[] |
findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
abstract List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
abstract List<JournalArticle> |
findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
abstract List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
abstract List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
abstract JournalArticle |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
abstract JournalArticle |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
abstract JournalArticle[] |
findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
abstract List<JournalArticle> |
findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
abstract List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
abstract List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
abstract JournalArticle |
findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
abstract JournalArticle |
findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
abstract JournalArticle |
findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle |
findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle[] |
findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByG_A_NotST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
abstract List<JournalArticle> |
findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
abstract JournalArticle[] |
findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
abstract JournalArticle |
findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
abstract JournalArticle |
findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
abstract JournalArticle[] |
findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
abstract JournalArticle |
findByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found. |
abstract List<JournalArticle> |
findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
abstract List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
abstract List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
abstract JournalArticle |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle[] |
findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
abstract List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
abstract JournalArticle |
findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle |
findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle[] |
findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
abstract JournalArticle |
findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
abstract JournalArticle |
findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle |
findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle[] |
findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
abstract JournalArticle |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
abstract JournalArticle |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
abstract JournalArticle[] |
findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
abstract JournalArticle |
findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
abstract JournalArticle |
findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
abstract JournalArticle[] |
findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles where groupId = ? and folderId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_F(long groupId,
long folderId)
Returns all the journal articles where groupId = ? and folderId = ?. |
abstract List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds)
Returns all the journal articles where groupId = ? and folderId = any ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
abstract List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ?. |
abstract List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
abstract JournalArticle |
findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
abstract JournalArticle |
findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
abstract JournalArticle[] |
findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
abstract List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
abstract JournalArticle |
findByG_NotL_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle |
findByG_NotL_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle[] |
findByG_NotL_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid ≠ ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String[] layoutUuids)
Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ all ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ ?. |
abstract List<JournalArticle> |
findByG_NotL(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?. |
abstract JournalArticle |
findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
abstract JournalArticle |
findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
abstract JournalArticle[] |
findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
abstract List<JournalArticle> |
findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
abstract List<JournalArticle> |
findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
abstract List<JournalArticle> |
findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
abstract JournalArticle |
findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
abstract JournalArticle |
findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
abstract JournalArticle[] |
findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
abstract List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
abstract JournalArticle |
findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
abstract JournalArticle |
findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
abstract JournalArticle[] |
findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
abstract List<JournalArticle> |
findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
abstract JournalArticle |
findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle |
findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle[] |
findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
abstract List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
abstract JournalArticle |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
abstract JournalArticle |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
abstract JournalArticle[] |
findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
abstract List<JournalArticle> |
findByG_U(long groupId,
long userId)
Returns all the journal articles where groupId = ? and userId = ?. |
abstract List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ?. |
abstract List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
abstract JournalArticle |
findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
abstract JournalArticle |
findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
abstract JournalArticle[] |
findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
abstract JournalArticle |
findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
abstract JournalArticle |
findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
abstract JournalArticle[] |
findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
abstract List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
abstract List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
abstract List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
abstract JournalArticle |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
abstract JournalArticle |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
abstract JournalArticle[] |
findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
abstract List<JournalArticle> |
findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
abstract List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
abstract List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
abstract JournalArticle |
findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
abstract JournalArticle |
findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
abstract JournalArticle[] |
findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
abstract List<JournalArticle> |
findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
abstract List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
abstract List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
abstract JournalArticle |
findByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
abstract JournalArticle |
findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
abstract JournalArticle[] |
findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?. |
abstract List<JournalArticle> |
findByLtD_S(Date displayDate,
int status)
Returns all the journal articles where displayDate < ? and status = ?. |
abstract List<JournalArticle> |
findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the journal articles where displayDate < ? and status = ?. |
abstract List<JournalArticle> |
findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?. |
abstract JournalArticle |
findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
abstract JournalArticle |
findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle |
findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle[] |
findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle |
findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract JournalArticle |
findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract JournalArticle[] |
findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
abstract 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 = ?. |
abstract List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
abstract List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable)
Returns all the journal articles where resourcePrimKey = ? and indexable = ?. |
abstract List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
abstract List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
abstract JournalArticle |
findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
abstract JournalArticle |
findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
abstract JournalArticle[] |
findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
abstract List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
abstract List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and status = any ?. |
abstract 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 ?. |
abstract List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?. |
abstract List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
abstract List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
abstract JournalArticle |
findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
abstract JournalArticle |
findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
abstract JournalArticle[] |
findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
abstract List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
abstract List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
abstract List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
abstract JournalArticle |
findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
abstract JournalArticle |
findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
abstract JournalArticle[] |
findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
abstract List<JournalArticle> |
findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
abstract List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
abstract List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
abstract JournalArticle |
findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
abstract JournalArticle |
findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
abstract JournalArticle[] |
findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
abstract List<JournalArticle> |
findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
abstract List<JournalArticle> |
findByStructureId(String[] structureIds)
Returns all the journal articles where structureId = any ?. |
abstract List<JournalArticle> |
findByStructureId(String[] structureIds,
int start,
int end)
Returns a range of all the journal articles where structureId = any ?. |
abstract List<JournalArticle> |
findByStructureId(String[] structureIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = any ?. |
abstract List<JournalArticle> |
findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
abstract List<JournalArticle> |
findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
abstract JournalArticle |
findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
abstract JournalArticle |
findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
abstract JournalArticle[] |
findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
abstract List<JournalArticle> |
findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
abstract List<JournalArticle> |
findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
abstract List<JournalArticle> |
findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
abstract JournalArticle |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
abstract JournalArticle |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
abstract JournalArticle[] |
findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
abstract List<JournalArticle> |
findByUuid_C(String uuid,
long companyId)
Returns all the journal articles where uuid = ? and companyId = ?. |
abstract List<JournalArticle> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal articles where uuid = ? and companyId = ?. |
abstract List<JournalArticle> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
abstract JournalArticle |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
abstract JournalArticle |
findByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found. |
abstract JournalArticle |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
abstract JournalArticle[] |
findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
abstract List<JournalArticle> |
findByUuid(String uuid)
Returns all the journal articles where uuid = ?. |
abstract List<JournalArticle> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?. |
abstract List<JournalArticle> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
abstract JournalArticle |
remove(long id)
Removes the journal article with the primary key from the database. |
abstract void |
removeAll()
Removes all the journal articles from the database. |
abstract void |
removeByC_NotST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status ≠ ? from the database. |
abstract void |
removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database. |
abstract void |
removeByC_T(long classNameId,
String templateId)
Removes all the journal articles where classNameId = ? and templateId = ? from the database. |
abstract void |
removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database. |
abstract void |
removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database. |
abstract void |
removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database. |
abstract void |
removeByG_A_NotST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status ≠ ? from the database. |
abstract void |
removeByG_A_ST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database. |
abstract JournalArticle |
removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
abstract void |
removeByG_A(long groupId,
String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database. |
abstract void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database. |
abstract void |
removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database. |
abstract JournalArticle |
removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
abstract void |
removeByG_C_T(long groupId,
long classNameId,
String templateId)
Removes all the journal articles where groupId = ? and classNameId = ? and templateId = ? from the database. |
abstract void |
removeByG_F_ST(long groupId,
long folderId,
int status)
Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database. |
abstract void |
removeByG_F(long groupId,
long folderId)
Removes all the journal articles where groupId = ? and folderId = ? from the database. |
abstract void |
removeByG_L(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database. |
abstract void |
removeByG_NotL(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid ≠ ? from the database. |
abstract void |
removeByG_S(long groupId,
String structureId)
Removes all the journal articles where groupId = ? and structureId = ? from the database. |
abstract void |
removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database. |
abstract void |
removeByG_T(long groupId,
String templateId)
Removes all the journal articles where groupId = ? and templateId = ? from the database. |
abstract void |
removeByG_U_C(long groupId,
long userId,
long classNameId)
Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database. |
abstract void |
removeByG_U(long groupId,
long userId)
Removes all the journal articles where groupId = ? and userId = ? from the database. |
abstract void |
removeByG_UT_ST(long groupId,
String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database. |
abstract void |
removeByG_UT(long groupId,
String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database. |
abstract void |
removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database. |
abstract void |
removeByLayoutUuid(String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database. |
abstract void |
removeByLtD_S(Date displayDate,
int status)
Removes all the journal articles where displayDate < ? and status = ? from the database. |
abstract void |
removeByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? and status = ? from the database. |
abstract void |
removeByR_I(long resourcePrimKey,
boolean indexable)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? from the database. |
abstract void |
removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database. |
abstract void |
removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database. |
abstract void |
removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database. |
abstract void |
removeByStructureId(String structureId)
Removes all the journal articles where structureId = ? from the database. |
abstract void |
removeByTemplateId(String templateId)
Removes all the journal articles where templateId = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the journal articles where uuid = ? and companyId = ? from the database. |
abstract JournalArticle |
removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the journal articles where uuid = ? from the database. |
abstract JournalArticle |
updateImpl(JournalArticle journalArticle)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<JournalArticle> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<JournalArticle> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
JournalArticle findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchArticleException
NoSuchArticleException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchArticleException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchArticleException
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
List<JournalArticle> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<JournalArticle> findByUuid_C(String uuid,
long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int countByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<JournalArticle> findByResourcePrimKey(long resourcePrimKey)
throws SystemException
resourcePrimKey - the resource prim key
SystemException - if a system exception occurred
List<JournalArticle> findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
resourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
throws SystemException
resourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
resourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
throws SystemException
resourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByResourcePrimKey(long resourcePrimKey)
throws SystemException
resourcePrimKey - the resource prim key
SystemException - if a system exception occurred
int countByResourcePrimKey(long resourcePrimKey)
throws SystemException
resourcePrimKey - the resource prim key
SystemException - if a system exception occurred
List<JournalArticle> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<JournalArticle> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int filterCountByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<JournalArticle> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<JournalArticle> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String structureId)
throws SystemException
structureId - the structure ID
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String structureId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
structureId - the structure IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
structureId - the structure 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)
SystemException - if a system exception occurred
JournalArticle findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
structureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
throws SystemException
structureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
structureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
throws SystemException
structureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlestructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String[] structureIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
structureIds - the structure IDs
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String[] structureIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
structureIds - the structure IDsstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByStructureId(String[] structureIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
structureIds - the structure 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)
SystemException - if a system exception occurred
void removeByStructureId(String structureId)
throws SystemException
structureId - the structure ID
SystemException - if a system exception occurred
int countByStructureId(String structureId)
throws SystemException
structureId - the structure ID
SystemException - if a system exception occurred
int countByStructureId(String[] structureIds)
throws SystemException
structureIds - the structure IDs
SystemException - if a system exception occurred
List<JournalArticle> findByTemplateId(String templateId)
throws SystemException
templateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByTemplateId(String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
templateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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.
templateId - the template 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)
SystemException - if a system exception occurred
JournalArticle findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
templateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
throws SystemException
templateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
templateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
throws SystemException
templateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articletemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByTemplateId(String templateId)
throws SystemException
templateId - the template ID
SystemException - if a system exception occurred
int countByTemplateId(String templateId)
throws SystemException
templateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByLayoutUuid(String layoutUuid)
throws SystemException
layoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findByLayoutUuid(String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
layoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
layoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
layoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
layoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByLayoutUuid(String layoutUuid)
throws SystemException
layoutUuid - the layout uuid
SystemException - if a system exception occurred
int countByLayoutUuid(String layoutUuid)
throws SystemException
layoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findBySmallImageId(long smallImageId)
throws SystemException
smallImageId - the small image ID
SystemException - if a system exception occurred
List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
smallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
throws SystemException
smallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
smallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
throws SystemException
smallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeBySmallImageId(long smallImageId)
throws SystemException
smallImageId - the small image ID
SystemException - if a system exception occurred
int countBySmallImageId(long smallImageId)
throws SystemException
smallImageId - the small image ID
SystemException - if a system exception occurred
List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexable
SystemException - if a system exception occurred
List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByR_I(long resourcePrimKey,
boolean indexable)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexable
SystemException - if a system exception occurred
int countByR_I(long resourcePrimKey,
boolean indexable)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexable
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int status)
throws SystemException
resourcePrimKey - the resource prim keystatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 statuses
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByR_ST(long resourcePrimKey,
int status)
throws SystemException
resourcePrimKey - the resource prim keystatus - the status
SystemException - if a system exception occurred
int countByR_ST(long resourcePrimKey,
int status)
throws SystemException
resourcePrimKey - the resource prim keystatus - the status
SystemException - if a system exception occurred
int countByR_ST(long resourcePrimKey,
int[] statuses)
throws SystemException
resourcePrimKey - the resource prim keystatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_U(long groupId,
long userId)
throws SystemException
groupId - the group IDuserId - the user ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U(long groupId,
long userId)
throws SystemException
groupId - the group IDuserId - the user ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_U(long groupId,
long userId)
throws SystemException
groupId - the group IDuserId - the user ID
SystemException - if a system exception occurred
int countByG_U(long groupId,
long userId)
throws SystemException
groupId - the group IDuserId - the user ID
SystemException - if a system exception occurred
int filterCountByG_U(long groupId,
long userId)
throws SystemException
groupId - the group IDuserId - the user ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group IDfolderId - the folder ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group IDfolderId - the folder ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds)
throws SystemException
groupId - the group IDfolderIds - the folder IDs
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long[] folderIds)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDs
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group IDfolderId - the folder ID
SystemException - if a system exception occurred
int countByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group IDfolderId - the folder ID
SystemException - if a system exception occurred
int countByG_F(long groupId,
long[] folderIds)
throws SystemException
groupId - the group IDfolderIds - the folder IDs
SystemException - if a system exception occurred
int filterCountByG_F(long groupId,
long folderId)
throws SystemException
groupId - the group IDfolderId - the folder ID
SystemException - if a system exception occurred
int filterCountByG_F(long groupId,
long[] folderIds)
throws SystemException
groupId - the group IDfolderIds - the folder IDs
SystemException - if a system exception occurred
List<JournalArticle> findByG_A(long groupId,
String articleId)
throws SystemException
groupId - the group IDarticleId - the article ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_A(long groupId,
String articleId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A(long groupId,
String articleId)
throws SystemException
groupId - the group IDarticleId - the article ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A(long groupId,
String articleId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_A(long groupId,
String articleId)
throws SystemException
groupId - the group IDarticleId - the article ID
SystemException - if a system exception occurred
int countByG_A(long groupId,
String articleId)
throws SystemException
groupId - the group IDarticleId - the article ID
SystemException - if a system exception occurred
int filterCountByG_A(long groupId,
String articleId)
throws SystemException
groupId - the group IDarticleId - the article ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT(long groupId,
String urlTitle)
throws SystemException
groupId - the group IDurlTitle - the url title
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT(long groupId,
String urlTitle,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle)
throws SystemException
groupId - the group IDurlTitle - the url title
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_UT(long groupId,
String urlTitle)
throws SystemException
groupId - the group IDurlTitle - the url title
SystemException - if a system exception occurred
int countByG_UT(long groupId,
String urlTitle)
throws SystemException
groupId - the group IDurlTitle - the url title
SystemException - if a system exception occurred
int filterCountByG_UT(long groupId,
String urlTitle)
throws SystemException
groupId - the group IDurlTitle - the url title
SystemException - if a system exception occurred
List<JournalArticle> findByG_S(long groupId,
String structureId)
throws SystemException
groupId - the group IDstructureId - the structure ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_S(long groupId,
String structureId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDstructureId - the structure IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDstructureId - the structure 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)
SystemException - if a system exception occurred
JournalArticle findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_S(long groupId,
String structureId)
throws SystemException
groupId - the group IDstructureId - the structure ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_S(long groupId,
String structureId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDstructureId - the structure IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDstructureId - the structure 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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDstructureId - the structure IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_S(long groupId,
String structureId)
throws SystemException
groupId - the group IDstructureId - the structure ID
SystemException - if a system exception occurred
int countByG_S(long groupId,
String structureId)
throws SystemException
groupId - the group IDstructureId - the structure ID
SystemException - if a system exception occurred
int filterCountByG_S(long groupId,
String structureId)
throws SystemException
groupId - the group IDstructureId - the structure ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_T(long groupId,
String templateId)
throws SystemException
groupId - the group IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_T(long groupId,
String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template 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)
SystemException - if a system exception occurred
JournalArticle findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_T(long groupId,
String templateId)
throws SystemException
groupId - the group IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_T(long groupId,
String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template 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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_T(long groupId,
String templateId)
throws SystemException
groupId - the group IDtemplateId - the template ID
SystemException - if a system exception occurred
int countByG_T(long groupId,
String templateId)
throws SystemException
groupId - the group IDtemplateId - the template ID
SystemException - if a system exception occurred
int filterCountByG_T(long groupId,
String templateId)
throws SystemException
groupId - the group IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_L(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findByG_L(long groupId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_L(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int countByG_L(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int filterCountByG_L(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_NotL_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_NotL_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_NotL_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_NotL_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_NotL_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_NotL_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String[] layoutUuids)
throws SystemException
groupId - the group IDlayoutUuids - the layout uuids
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String[] layoutUuids)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 uuids
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_NotL(long groupId,
String[] layoutUuids,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByG_NotL(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int countByG_NotL(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int countByG_NotL(long groupId,
String[] layoutUuids)
throws SystemException
groupId - the group IDlayoutUuids - the layout uuids
SystemException - if a system exception occurred
int filterCountByG_NotL(long groupId,
String layoutUuid)
throws SystemException
groupId - the group IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int filterCountByG_NotL(long groupId,
String[] layoutUuids)
throws SystemException
groupId - the group IDlayoutUuids - the layout uuids
SystemException - if a system exception occurred
List<JournalArticle> findByG_ST(long groupId,
int status)
throws SystemException
groupId - the group IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_ST(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_ST(long groupId,
int status)
throws SystemException
groupId - the group IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_ST(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_ST(long groupId,
int status)
throws SystemException
groupId - the group IDstatus - the status
SystemException - if a system exception occurred
int countByG_ST(long groupId,
int status)
throws SystemException
groupId - the group IDstatus - the status
SystemException - if a system exception occurred
int filterCountByG_ST(long groupId,
int status)
throws SystemException
groupId - the group IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_V(long companyId,
double version)
throws SystemException
companyId - the company IDversion - the version
SystemException - if a system exception occurred
List<JournalArticle> findByC_V(long companyId,
double version,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByC_V(long companyId,
double version)
throws SystemException
companyId - the company IDversion - the version
SystemException - if a system exception occurred
int countByC_V(long companyId,
double version)
throws SystemException
companyId - the company IDversion - the version
SystemException - if a system exception occurred
List<JournalArticle> findByC_ST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_ST(long companyId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByC_ST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
int countByC_ST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_NotST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_NotST(long companyId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByC_NotST_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_NotST_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByC_NotST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByC_NotST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
int countByC_NotST(long companyId,
int status)
throws SystemException
companyId - the company IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_T(long classNameId,
String templateId)
throws SystemException
classNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByC_T(long classNameId,
String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByC_T(long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template 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)
SystemException - if a system exception occurred
JournalArticle findByC_T_First(long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
classNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByC_T_First(long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByC_T_Last(long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
classNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByC_T_Last(long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByC_T_PrevAndNext(long id,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articleclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByC_T(long classNameId,
String templateId)
throws SystemException
classNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
int countByC_T(long classNameId,
String templateId)
throws SystemException
classNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByLtD_S(Date displayDate,
int status)
throws SystemException
displayDate - the display datestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByLtD_S(Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
throws SystemException
displayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
throws SystemException
displayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByLtD_S(Date displayDate,
int status)
throws SystemException
displayDate - the display datestatus - the status
SystemException - if a system exception occurred
int countByLtD_S(Date displayDate,
int status)
throws SystemException
displayDate - the display datestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 statuses
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
SystemException - if a system exception occurred
int countByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
SystemException - if a system exception occurred
int countByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
throws SystemException
resourcePrimKey - the resource prim keyindexable - the indexablestatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId)
throws SystemException
groupId - the group IDuserId - the user IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId)
throws SystemException
groupId - the group IDuserId - the user IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_U_C(long groupId,
long userId,
long classNameId)
throws SystemException
groupId - the group IDuserId - the user IDclassNameId - the class name ID
SystemException - if a system exception occurred
int countByG_U_C(long groupId,
long userId,
long classNameId)
throws SystemException
groupId - the group IDuserId - the user IDclassNameId - the class name ID
SystemException - if a system exception occurred
int filterCountByG_U_C(long groupId,
long userId,
long classNameId)
throws SystemException
groupId - the group IDuserId - the user IDclassNameId - the class name ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group IDfolderId - the folder IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group IDfolderId - the folder IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses)
throws SystemException
groupId - the group IDfolderId - the folder IDstatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByG_F_ST(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group IDfolderId - the folder IDstatus - the status
SystemException - if a system exception occurred
int countByG_F_ST(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group IDfolderId - the folder IDstatus - the status
SystemException - if a system exception occurred
int countByG_F_ST(long groupId,
long folderId,
int[] statuses)
throws SystemException
groupId - the group IDfolderId - the folder IDstatuses - the statuses
SystemException - if a system exception occurred
int filterCountByG_F_ST(long groupId,
long folderId,
int status)
throws SystemException
groupId - the group IDfolderId - the folder IDstatus - the status
SystemException - if a system exception occurred
int filterCountByG_F_ST(long groupId,
long folderId,
int[] statuses)
throws SystemException
groupId - the group IDfolderId - the folder IDstatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 p kstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 p kstart - 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)
SystemException - if a system exception occurred
JournalArticle findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 p kstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 p kstart - 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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_C_C(long groupId,
long classNameId,
long classPK)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
int countByG_C_C(long groupId,
long classNameId,
long classPK)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
int filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
throws SystemException
groupId - the group IDclassNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
JournalArticle findByG_C_S(long groupId,
long classNameId,
String structureId)
throws SystemException,
NoSuchArticleException
NoSuchArticleException if it could not be found.
groupId - the group IDclassNameId - the class name IDstructureId - the structure ID
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_S(long groupId,
long classNameId,
String structureId)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDclassNameId - the class name IDstructureId - the structure ID
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDclassNameId - the class name IDstructureId - the structure IDretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle removeByG_C_S(long groupId,
long classNameId,
String structureId)
throws SystemException,
NoSuchArticleException
groupId - the group IDclassNameId - the class name IDstructureId - the structure ID
SystemException - if a system exception occurred
NoSuchArticleException
int countByG_C_S(long groupId,
long classNameId,
String structureId)
throws SystemException
groupId - the group IDclassNameId - the class name IDstructureId - the structure ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_T(long groupId,
long classNameId,
String templateId)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template 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)
SystemException - if a system exception occurred
JournalArticle findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
groupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle[] findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 IDtemplateId - the template 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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleException
id - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDtemplateId - the template IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_C_T(long groupId,
long classNameId,
String templateId)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
int countByG_C_T(long groupId,
long classNameId,
String templateId)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
int filterCountByG_C_T(long groupId,
long classNameId,
String templateId)
throws SystemException
groupId - the group IDclassNameId - the class name IDtemplateId - the template ID
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
throws SystemException
groupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
throws SystemException
groupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
throws SystemException
groupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
throws SystemException
groupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
int filterCountByG_C_L(long groupId,
long classNameId,
String layoutUuid)
throws SystemException
groupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
SystemException - if a system exception occurred
JournalArticle findByG_A_V(long groupId,
String articleId,
double version)
throws SystemException,
NoSuchArticleException
NoSuchArticleException if it could not be found.
groupId - the group IDarticleId - the article IDversion - the version
NoSuchArticleException - if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_V(long groupId,
String articleId,
double version)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDarticleId - the article IDversion - the version
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDarticleId - the article IDversion - the versionretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
SystemException - if a system exception occurred
JournalArticle removeByG_A_V(long groupId,
String articleId,
double version)
throws SystemException,
NoSuchArticleException
groupId - the group IDarticleId - the article IDversion - the version
SystemException - if a system exception occurred
NoSuchArticleException
int countByG_A_V(long groupId,
String articleId,
double version)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the version
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
throws SystemException
groupId - the group IDarticleId - the article IDstatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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 statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeByG_A_ST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
int countByG_A_ST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
int countByG_A_ST(long groupId,
String articleId,
int[] statuses)
throws SystemException
groupId - the group IDarticleId - the article IDstatuses - the statuses
SystemException - if a system exception occurred
int filterCountByG_A_ST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
int filterCountByG_A_ST(long groupId,
String articleId,
int[] statuses)
throws SystemException
groupId - the group IDarticleId - the article IDstatuses - the statuses
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_A_NotST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
int countByG_A_NotST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
int filterCountByG_A_NotST(long groupId,
String articleId,
int status)
throws SystemException
groupId - the group IDarticleId - the article IDstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status)
throws SystemException
groupId - the group IDurlTitle - the url titlestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
throws SystemException
groupId - the group IDurlTitle - the url titlestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle[] filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByG_UT_ST(long groupId,
String urlTitle,
int status)
throws SystemException
groupId - the group IDurlTitle - the url titlestatus - the status
SystemException - if a system exception occurred
int countByG_UT_ST(long groupId,
String urlTitle,
int status)
throws SystemException
groupId - the group IDurlTitle - the url titlestatus - the status
SystemException - if a system exception occurred
int filterCountByG_UT_ST(long groupId,
String urlTitle,
int status)
throws SystemException
groupId - the group IDurlTitle - the url titlestatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status)
throws SystemException
companyId - the company IDversion - the versionstatus - the status
SystemException - if a system exception occurred
List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
JournalArticle findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
JournalArticle fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
throws SystemException
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 found
SystemException - if a system exception occurred
JournalArticle[] findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
throws SystemException,
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 found
SystemException - if a system exception occurred
void removeByC_V_ST(long companyId,
double version,
int status)
throws SystemException
companyId - the company IDversion - the versionstatus - the status
SystemException - if a system exception occurred
int countByC_V_ST(long companyId,
double version,
int status)
throws SystemException
companyId - the company IDversion - the versionstatus - the status
SystemException - if a system exception occurredvoid cacheResult(JournalArticle journalArticle)
journalArticle - the journal articlevoid cacheResult(List<JournalArticle> journalArticles)
journalArticles - the journal articlesJournalArticle create(long id)
id - the primary key for the new journal article
JournalArticle remove(long id)
throws SystemException,
NoSuchArticleException
id - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
JournalArticle updateImpl(JournalArticle journalArticle)
throws SystemException
SystemException
JournalArticle findByPrimaryKey(long id)
throws SystemException,
NoSuchArticleException
NoSuchArticleException if it could not be found.
id - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred
JournalArticle fetchByPrimaryKey(long id)
throws SystemException
null if it could not be found.
id - the primary key of the journal article
null if a journal article with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticle> findAll()
throws SystemException
SystemException - if a system exception occurred
List<JournalArticle> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
List<JournalArticle> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS 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 com.liferay.portlet.journal.model.impl.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)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||