|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalArticle>
com.liferay.portlet.journal.service.persistence.impl.JournalArticlePersistenceImpl
@ProviderType public class JournalArticlePersistenceImpl
The persistence implementation for the journal article service.
Caching information and settings can be found in portal.properties
JournalArticlePersistence,
JournalArticleUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
JournalArticlePersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the journal article persistence. |
void |
cacheResult(JournalArticle journalArticle)
Caches the journal article in the entity cache if it is enabled. |
void |
cacheResult(List<JournalArticle> journalArticles)
Caches the journal articles in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(JournalArticle journalArticle)
|
void |
clearCache()
Clears the cache for all journal articles. |
void |
clearCache(JournalArticle journalArticle)
Clears the cache for the journal article. |
void |
clearCache(List<JournalArticle> journalArticles)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(JournalArticle journalArticle)
|
int |
countAll()
Returns the number of journal articles. |
int |
countByC_DDMTK(long classNameId,
String DDMTemplateKey)
Returns the number of journal articles where classNameId = ? and DDMTemplateKey = ?. |
int |
countByC_NotST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status ≠ ?. |
int |
countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?. |
int |
countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?. |
int |
countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?. |
int |
countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?. |
int |
countByDDMStructureKey(String DDMStructureKey)
Returns the number of journal articles where DDMStructureKey = ?. |
int |
countByDDMStructureKey(String[] DDMStructureKeies)
Returns the number of journal articles where DDMStructureKey = any ?. |
int |
countByDDMTemplateKey(String DDMTemplateKey)
Returns the number of journal articles where DDMTemplateKey = ?. |
int |
countByG_A_NotST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status ≠ ?. |
int |
countByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?. |
int |
countByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?. |
int |
countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?. |
int |
countByG_A(long groupId,
String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?. |
int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?. |
int |
countByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
Returns the number of journal articles where groupId = ? and classNameId = ? and DDMStructureKey = ?. |
int |
countByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
Returns the number of journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
int |
countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
int |
countByG_DDMSK(long groupId,
String DDMStructureKey)
Returns the number of journal articles where groupId = ? and DDMStructureKey = ?. |
int |
countByG_DDMTK(long groupId,
String DDMTemplateKey)
Returns the number of journal articles where groupId = ? and DDMTemplateKey = ?. |
int |
countByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles where groupId = ? and folderId = ? and status = ?. |
int |
countByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?. |
int |
countByG_F(long groupId,
long folderId)
Returns the number of journal articles where groupId = ? and folderId = ?. |
int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles where groupId = ? and folderId = any ?. |
int |
countByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?. |
int |
countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?. |
int |
countByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?. |
int |
countByG_U(long groupId,
long userId)
Returns the number of journal articles where groupId = ? and userId = ?. |
int |
countByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?. |
int |
countByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?. |
int |
countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?. |
int |
countByLayoutUuid(String layoutUuid)
Returns the number of journal articles where layoutUuid = ?. |
int |
countByLtD_S(Date displayDate,
int status)
Returns the number of journal articles where displayDate < ? and status = ?. |
int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
int |
countByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
int |
countByR_I(long resourcePrimKey,
boolean indexable)
Returns the number of journal articles where resourcePrimKey = ? and indexable = ?. |
int |
countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?. |
int |
countByR_ST(long resourcePrimKey,
int[] statuses)
Returns the number of journal articles where resourcePrimKey = ? and status = any ?. |
int |
countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?. |
int |
countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of journal articles where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of journal articles where uuid = ?. |
JournalArticle |
create(long id)
Creates a new journal article with the primary key. |
void |
destroy()
|
JournalArticle |
fetchByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
fetchByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
fetchByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
fetchByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
fetchByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
fetchByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle |
fetchByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
fetchByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
fetchByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle |
fetchByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle |
fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
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. |
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. |
JournalArticle |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
fetchByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found. |
JournalArticle |
fetchByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
fetchByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
fetchByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
fetchByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
fetchByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
fetchByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
fetchByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticle |
fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticle |
fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle |
fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle |
fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
JournalArticle |
fetchByPrimaryKey(Serializable primaryKey)
Returns the journal article with the primary key or returns null if it could not be found. |
Map<Serializable,JournalArticle> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
JournalArticle |
fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
fetchBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
fetchByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
JournalArticle |
fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
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. |
JournalArticle |
fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
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 ≠ ?. |
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 = ?. |
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 ?. |
int |
filterCountByG_A(long groupId,
String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
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 = ?. |
int |
filterCountByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
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 = ?. |
int |
filterCountByG_DDMSK(long groupId,
String DDMStructureKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
int |
filterCountByG_DDMTK(long groupId,
String DDMTemplateKey)
Returns the number of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
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 = ?. |
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 ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
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 ?. |
int |
filterCountByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
int |
filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?. |
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 = ?. |
int |
filterCountByG_U(long groupId,
long userId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?. |
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 = ?. |
int |
filterCountByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?. |
JournalArticle[] |
filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?. |
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 ≠ ?. |
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 ≠ ?. |
List<JournalArticle> |
filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
JournalArticle[] |
filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
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 = ?. |
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 ?. |
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 ?. |
List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
JournalArticle[] |
filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
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 = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
filterFindByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
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 = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
filterFindByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
String DDMStructureKey)
Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?. |
JournalArticle[] |
filterFindByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
String DDMTemplateKey)
Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
JournalArticle[] |
filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
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 = ?. |
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 ?. |
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 ?. |
List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
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 ?. |
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 ?. |
List<JournalArticle> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
JournalArticle[] |
filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
JournalArticle[] |
filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
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 = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?. |
List<JournalArticle> |
filterFindByG_U(long groupId,
long userId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
JournalArticle[] |
filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
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 = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
List<JournalArticle> |
filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
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 = ?. |
List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
protected JournalArticle |
filterGetByG_A_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_A_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_A_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_C_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_C_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_C_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_DDMSK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_F_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_F_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_U_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_U_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_UT_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByG_UT_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
filterGetByGroupId_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
List<JournalArticle> |
findAll()
Returns all the journal articles. |
List<JournalArticle> |
findAll(int start,
int end)
Returns a range of all the journal articles. |
List<JournalArticle> |
findAll(int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles. |
JournalArticle |
findByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
findByC_DDMTK_PrevAndNext(long id,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByC_DDMTK(long classNameId,
String DDMTemplateKey)
Returns all the journal articles where classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
findByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle[] |
findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?. |
List<JournalArticle> |
findByC_NotST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status ≠ ?. |
List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status ≠ ?. |
List<JournalArticle> |
findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?. |
JournalArticle |
findByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
findByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle[] |
findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
List<JournalArticle> |
findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
JournalArticle |
findByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
findByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle[] |
findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle[] |
findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
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 = ?. |
List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
JournalArticle |
findByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
findByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle[] |
findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
List<JournalArticle> |
findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
JournalArticle |
findByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
findByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle[] |
findByDDMStructureKey_PrevAndNext(long id,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?. |
List<JournalArticle> |
findByDDMStructureKey(String DDMStructureKey)
Returns all the journal articles where DDMStructureKey = ?. |
List<JournalArticle> |
findByDDMStructureKey(String[] DDMStructureKeies)
Returns all the journal articles where DDMStructureKey = any ?. |
List<JournalArticle> |
findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end)
Returns a range of all the journal articles where DDMStructureKey = any ?. |
List<JournalArticle> |
findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = any ?. |
List<JournalArticle> |
findByDDMStructureKey(String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles where DDMStructureKey = ?. |
List<JournalArticle> |
findByDDMStructureKey(String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = ?. |
JournalArticle |
findByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle |
findByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle[] |
findByDDMTemplateKey_PrevAndNext(long id,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?. |
List<JournalArticle> |
findByDDMTemplateKey(String DDMTemplateKey)
Returns all the journal articles where DDMTemplateKey = ?. |
List<JournalArticle> |
findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where DDMTemplateKey = ?. |
List<JournalArticle> |
findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMTemplateKey = ?. |
JournalArticle |
findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
List<JournalArticle> |
findByG_A_NotST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
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 ≠ ?. |
List<JournalArticle> |
findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
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 ?. |
List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
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 = ?. |
List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
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. |
List<JournalArticle> |
findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
JournalArticle |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
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 = ?. |
List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
findByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
findByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
findByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
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 = ?. |
List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
findByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
findByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle[] |
findByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
findByG_DDMSK(long groupId,
String DDMStructureKey)
Returns all the journal articles where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
findByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
findByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_DDMTK(long groupId,
String DDMTemplateKey)
Returns all the journal articles where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
findByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle[] |
findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle[] |
findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?. |
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 ?. |
List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
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 = ?. |
List<JournalArticle> |
findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
findByG_F(long groupId,
long folderId)
Returns all the journal articles where groupId = ? and folderId = ?. |
List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds)
Returns all the journal articles where groupId = ? and folderId = any ?. |
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 ?. |
List<JournalArticle> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ?. |
List<JournalArticle> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
JournalArticle |
findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
JournalArticle |
findByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
findByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle[] |
findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
List<JournalArticle> |
findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
JournalArticle |
findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
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 = ?. |
List<JournalArticle> |
findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
findByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
findByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle[] |
findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
List<JournalArticle> |
findByG_U(long groupId,
long userId)
Returns all the journal articles where groupId = ? and userId = ?. |
List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ?. |
List<JournalArticle> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
JournalArticle |
findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle[] |
findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
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 = ?. |
List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
JournalArticle |
findByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticle |
findByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticle[] |
findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
List<JournalArticle> |
findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
JournalArticle |
findByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle[] |
findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
List<JournalArticle> |
findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
JournalArticle |
findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle |
findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle[] |
findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?. |
List<JournalArticle> |
findByLtD_S(Date displayDate,
int status)
Returns all the journal articles where displayDate < ? and status = ?. |
List<JournalArticle> |
findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the journal articles where displayDate < ? and status = ?. |
List<JournalArticle> |
findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?. |
JournalArticle |
findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
findByPrimaryKey(Serializable primaryKey)
Returns the journal article with the primary key or throws a NoSuchModelException if it could not be found. |
JournalArticle |
findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle[] |
findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle[] |
findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
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 ?. |
List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
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 = ?. |
List<JournalArticle> |
findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable)
Returns all the journal articles where resourcePrimKey = ? and indexable = ?. |
List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
List<JournalArticle> |
findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle[] |
findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses)
Returns all the journal articles where resourcePrimKey = ? and status = any ?. |
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 ?. |
List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?. |
List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
JournalArticle |
findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle[] |
findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
JournalArticle |
findBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
findBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle[] |
findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
List<JournalArticle> |
findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
JournalArticle |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle[] |
findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
List<JournalArticle> |
findByUuid_C(String uuid,
long companyId)
Returns all the journal articles where uuid = ? and companyId = ?. |
List<JournalArticle> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal articles where uuid = ? and companyId = ?. |
List<JournalArticle> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
JournalArticle |
findByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
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. |
JournalArticle |
findByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
JournalArticle[] |
findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
List<JournalArticle> |
findByUuid(String uuid)
Returns all the journal articles where uuid = ?. |
List<JournalArticle> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?. |
List<JournalArticle> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
protected Set<String> |
getBadColumnNames()
|
protected JournalArticle |
getByC_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByC_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByC_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByC_V_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByC_V_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByCompanyId_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByDDMStructureKey_PrevAndNext(Session session,
JournalArticle journalArticle,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByDDMTemplateKey_PrevAndNext(Session session,
JournalArticle journalArticle,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_A_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_A_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_A_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_C_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_C_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_C_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_DDMSK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_F_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_F_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_U_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_U_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_UT_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByG_UT_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByGroupId_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByLayoutUuid_PrevAndNext(Session session,
JournalArticle journalArticle,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByLtD_S_PrevAndNext(Session session,
JournalArticle journalArticle,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByR_I_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByR_I_S_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByR_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByResourcePrimKey_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getBySmallImageId_PrevAndNext(Session session,
JournalArticle journalArticle,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByUuid_C_PrevAndNext(Session session,
JournalArticle journalArticle,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
protected JournalArticle |
getByUuid_PrevAndNext(Session session,
JournalArticle journalArticle,
String uuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
|
JournalArticle |
remove(long id)
Removes the journal article with the primary key from the database. |
JournalArticle |
remove(Serializable primaryKey)
Removes the journal article with the primary key from the database. |
void |
removeAll()
Removes all the journal articles from the database. |
void |
removeByC_DDMTK(long classNameId,
String DDMTemplateKey)
Removes all the journal articles where classNameId = ? and DDMTemplateKey = ? from the database. |
void |
removeByC_NotST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status ≠ ? from the database. |
void |
removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database. |
void |
removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database. |
void |
removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database. |
void |
removeByDDMStructureKey(String DDMStructureKey)
Removes all the journal articles where DDMStructureKey = ? from the database. |
void |
removeByDDMTemplateKey(String DDMTemplateKey)
Removes all the journal articles where DDMTemplateKey = ? from the database. |
void |
removeByG_A_NotST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status ≠ ? from the database. |
void |
removeByG_A_ST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database. |
JournalArticle |
removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
void |
removeByG_A(long groupId,
String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database. |
void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database. |
JournalArticle |
removeByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
Removes the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? from the database. |
void |
removeByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
Removes all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ? from the database. |
void |
removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database. |
void |
removeByG_DDMSK(long groupId,
String DDMStructureKey)
Removes all the journal articles where groupId = ? and DDMStructureKey = ? from the database. |
void |
removeByG_DDMTK(long groupId,
String DDMTemplateKey)
Removes all the journal articles where groupId = ? and DDMTemplateKey = ? from the database. |
void |
removeByG_F_ST(long groupId,
long folderId,
int status)
Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the journal articles where groupId = ? and folderId = ? from the database. |
void |
removeByG_L(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database. |
void |
removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database. |
void |
removeByG_U_C(long groupId,
long userId,
long classNameId)
Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the journal articles where groupId = ? and userId = ? from the database. |
void |
removeByG_UT_ST(long groupId,
String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database. |
void |
removeByG_UT(long groupId,
String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database. |
void |
removeByLayoutUuid(String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database. |
void |
removeByLtD_S(Date displayDate,
int status)
Removes all the journal articles where displayDate < ? and status = ? from the database. |
void |
removeByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? and status = ? from the database. |
void |
removeByR_I(long resourcePrimKey,
boolean indexable)
Removes all the journal articles where resourcePrimKey = ? and indexable = ? from the database. |
void |
removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database. |
void |
removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database. |
void |
removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the journal articles where uuid = ? and companyId = ? from the database. |
JournalArticle |
removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the journal articles where uuid = ? from the database. |
protected JournalArticle |
removeImpl(JournalArticle journalArticle)
Removes the model instance from the database. |
protected JournalArticle |
toUnwrappedModel(JournalArticle journalArticle)
|
JournalArticle |
updateImpl(JournalArticle journalArticle)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RESOURCEPRIMKEY
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RESOURCEPRIMKEY
public static final FinderPath FINDER_PATH_COUNT_BY_RESOURCEPRIMKEY
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_DDMSTRUCTUREKEY
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_DDMSTRUCTUREKEY
public static final FinderPath FINDER_PATH_COUNT_BY_DDMSTRUCTUREKEY
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_DDMSTRUCTUREKEY
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_DDMTEMPLATEKEY
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_DDMTEMPLATEKEY
public static final FinderPath FINDER_PATH_COUNT_BY_DDMTEMPLATEKEY
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTUUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTUUID
public static final FinderPath FINDER_PATH_COUNT_BY_LAYOUTUUID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SMALLIMAGEID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SMALLIMAGEID
public static final FinderPath FINDER_PATH_COUNT_BY_SMALLIMAGEID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_I
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_I
public static final FinderPath FINDER_PATH_COUNT_BY_R_I
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_ST
public static final FinderPath FINDER_PATH_COUNT_BY_R_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_R_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A
public static final FinderPath FINDER_PATH_COUNT_BY_G_A
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_UT
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_UT
public static final FinderPath FINDER_PATH_COUNT_BY_G_UT
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_DDMSK
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_DDMSK
public static final FinderPath FINDER_PATH_COUNT_BY_G_DDMSK
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_DDMTK
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_DDMTK
public static final FinderPath FINDER_PATH_COUNT_BY_G_DDMTK
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_L
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_L
public static final FinderPath FINDER_PATH_COUNT_BY_G_L
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_ST
public static final FinderPath FINDER_PATH_COUNT_BY_G_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_V
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_V
public static final FinderPath FINDER_PATH_COUNT_BY_C_V
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_ST
public static final FinderPath FINDER_PATH_COUNT_BY_C_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_NOTST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_NOTST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_DDMTK
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_DDMTK
public static final FinderPath FINDER_PATH_COUNT_BY_C_DDMTK
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_I_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_I_S
public static final FinderPath FINDER_PATH_COUNT_BY_R_I_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_R_I_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_F_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_F_ST
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_F_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C
public static final FinderPath FINDER_PATH_FETCH_BY_G_C_DDMSK
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_DDMSK
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C_DDMTK
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_DDMTK
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_DDMTK
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C_L
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_L
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_L
public static final FinderPath FINDER_PATH_FETCH_BY_G_A_V
public static final FinderPath FINDER_PATH_COUNT_BY_G_A_V
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A_ST
public static final FinderPath FINDER_PATH_COUNT_BY_G_A_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_A_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_NOTST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_A_NOTST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_UT_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_UT_ST
public static final FinderPath FINDER_PATH_COUNT_BY_G_UT_ST
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_V_ST
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_V_ST
public static final FinderPath FINDER_PATH_COUNT_BY_C_V_ST
| Constructor Detail |
|---|
public JournalArticlePersistenceImpl()
| Method Detail |
|---|
public List<JournalArticle> findByUuid(String uuid)
findByUuid in interface JournalArticlePersistenceuuid - the uuid
public List<JournalArticle> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface JournalArticlePersistenceuuid - the uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface JournalArticlePersistenceuuid - the uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_First in interface JournalArticlePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByUuid_First in interface JournalArticlePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_Last in interface JournalArticlePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByUuid_Last in interface JournalArticlePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByUuid_PrevAndNext(Session session,
JournalArticle journalArticle,
String uuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface JournalArticlePersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface JournalArticlePersistenceuuid - the uuid
public JournalArticle findByUUID_G(String uuid,
long groupId)
throws NoSuchArticleException
NoSuchArticleException if it could not be found.
findByUUID_G in interface JournalArticlePersistenceuuid - the uuidgroupId - the group ID
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface JournalArticlePersistenceuuid - the uuidgroupId - the group ID
null if a matching journal article could not be found
public JournalArticle fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface JournalArticlePersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
public JournalArticle removeByUUID_G(String uuid,
long groupId)
throws NoSuchArticleException
removeByUUID_G in interface JournalArticlePersistenceuuid - the uuidgroupId - the group ID
NoSuchArticleException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface JournalArticlePersistenceuuid - the uuidgroupId - the group ID
public List<JournalArticle> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company ID
public List<JournalArticle> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_C_First in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByUuid_C_First in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_C_Last in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByUuid_C_Last in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByUuid_C_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByUuid_C_PrevAndNext(Session session,
JournalArticle journalArticle,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface JournalArticlePersistenceuuid - the uuidcompanyId - the company ID
public List<JournalArticle> findByResourcePrimKey(long resourcePrimKey)
findByResourcePrimKey in interface JournalArticlePersistenceresourcePrimKey - the resource prim key
public List<JournalArticle> findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByResourcePrimKey in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByResourcePrimKey in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByResourcePrimKey_First in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByResourcePrimKey_First in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByResourcePrimKey_Last in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByResourcePrimKey_Last in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByResourcePrimKey_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByResourcePrimKey_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByResourcePrimKey(long resourcePrimKey)
removeByResourcePrimKey in interface JournalArticlePersistenceresourcePrimKey - the resource prim keypublic int countByResourcePrimKey(long resourcePrimKey)
countByResourcePrimKey in interface JournalArticlePersistenceresourcePrimKey - the resource prim key
public List<JournalArticle> findByGroupId(long groupId)
findByGroupId in interface JournalArticlePersistencegroupId - the group ID
public List<JournalArticle> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface JournalArticlePersistencegroupId - the group IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface JournalArticlePersistencegroupId - the group IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByGroupId_First in interface JournalArticlePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByGroupId_First in interface JournalArticlePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByGroupId_Last in interface JournalArticlePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByGroupId_Last in interface JournalArticlePersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByGroupId_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByGroupId_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByGroupId(long groupId)
filterFindByGroupId in interface JournalArticlePersistencegroupId - the group ID
public List<JournalArticle> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface JournalArticlePersistencegroupId - the group IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface JournalArticlePersistencegroupId - the group IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByGroupId_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByGroupId_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface JournalArticlePersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface JournalArticlePersistencegroupId - the group ID
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface JournalArticlePersistencegroupId - the group ID
public List<JournalArticle> findByCompanyId(long companyId)
findByCompanyId in interface JournalArticlePersistencecompanyId - the company ID
public List<JournalArticle> findByCompanyId(long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface JournalArticlePersistencecompanyId - the company IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface JournalArticlePersistencecompanyId - the company IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByCompanyId_First in interface JournalArticlePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByCompanyId_First in interface JournalArticlePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByCompanyId_Last in interface JournalArticlePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByCompanyId_Last in interface JournalArticlePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByCompanyId_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByCompanyId_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface JournalArticlePersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface JournalArticlePersistencecompanyId - the company ID
public List<JournalArticle> findByDDMStructureKey(String DDMStructureKey)
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKey - the d d m structure key
public List<JournalArticle> findByDDMStructureKey(String DDMStructureKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByDDMStructureKey(String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMStructureKey_First in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByDDMStructureKey_First in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMStructureKey_Last in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByDDMStructureKey_Last in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByDDMStructureKey_PrevAndNext(long id,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMStructureKey_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articleDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByDDMStructureKey_PrevAndNext(Session session,
JournalArticle journalArticle,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> findByDDMStructureKey(String[] DDMStructureKeies)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKeies - the d d m structure keies
public List<JournalArticle> findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKeies - the d d m structure keiesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKeies - the d d m structure keiesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByDDMStructureKey(String DDMStructureKey)
removeByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKey - the d d m structure keypublic int countByDDMStructureKey(String DDMStructureKey)
countByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKey - the d d m structure key
public int countByDDMStructureKey(String[] DDMStructureKeies)
countByDDMStructureKey in interface JournalArticlePersistenceDDMStructureKeies - the d d m structure keies
public List<JournalArticle> findByDDMTemplateKey(String DDMTemplateKey)
findByDDMTemplateKey in interface JournalArticlePersistenceDDMTemplateKey - the d d m template key
public List<JournalArticle> findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMTemplateKey in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByDDMTemplateKey in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMTemplateKey_First in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByDDMTemplateKey_First in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMTemplateKey_Last in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByDDMTemplateKey_Last in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByDDMTemplateKey_PrevAndNext(long id,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByDDMTemplateKey_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articleDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByDDMTemplateKey_PrevAndNext(Session session,
JournalArticle journalArticle,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByDDMTemplateKey(String DDMTemplateKey)
removeByDDMTemplateKey in interface JournalArticlePersistenceDDMTemplateKey - the d d m template keypublic int countByDDMTemplateKey(String DDMTemplateKey)
countByDDMTemplateKey in interface JournalArticlePersistenceDDMTemplateKey - the d d m template key
public List<JournalArticle> findByLayoutUuid(String layoutUuid)
findByLayoutUuid in interface JournalArticlePersistencelayoutUuid - the layout uuid
public List<JournalArticle> findByLayoutUuid(String layoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutUuid in interface JournalArticlePersistencelayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutUuid in interface JournalArticlePersistencelayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLayoutUuid_First in interface JournalArticlePersistencelayoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByLayoutUuid_First in interface JournalArticlePersistencelayoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLayoutUuid_Last in interface JournalArticlePersistencelayoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByLayoutUuid_Last in interface JournalArticlePersistencelayoutUuid - the layout uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLayoutUuid_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByLayoutUuid_PrevAndNext(Session session,
JournalArticle journalArticle,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByLayoutUuid(String layoutUuid)
removeByLayoutUuid in interface JournalArticlePersistencelayoutUuid - the layout uuidpublic int countByLayoutUuid(String layoutUuid)
countByLayoutUuid in interface JournalArticlePersistencelayoutUuid - the layout uuid
public List<JournalArticle> findBySmallImageId(long smallImageId)
findBySmallImageId in interface JournalArticlePersistencesmallImageId - the small image ID
public List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySmallImageId in interface JournalArticlePersistencesmallImageId - the small image IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySmallImageId in interface JournalArticlePersistencesmallImageId - the small image IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findBySmallImageId_First in interface JournalArticlePersistencesmallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
fetchBySmallImageId_First in interface JournalArticlePersistencesmallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findBySmallImageId_Last in interface JournalArticlePersistencesmallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
fetchBySmallImageId_Last in interface JournalArticlePersistencesmallImageId - the small image IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findBySmallImageId_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getBySmallImageId_PrevAndNext(Session session,
JournalArticle journalArticle,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeBySmallImageId(long smallImageId)
removeBySmallImageId in interface JournalArticlePersistencesmallImageId - the small image IDpublic int countBySmallImageId(long smallImageId)
countBySmallImageId in interface JournalArticlePersistencesmallImageId - the small image ID
public List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable)
findByR_I in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexable
public List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_I_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_I_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle[] findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByR_I_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByR_I(long resourcePrimKey,
boolean indexable)
removeByR_I in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexable
public int countByR_I(long resourcePrimKey,
boolean indexable)
countByR_I in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexable
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int status)
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatus - the status
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_ST_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_ST_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_ST_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_ST_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle[] findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByR_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatuses - the statuses
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByR_ST(long resourcePrimKey,
int status)
removeByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatus - the status
public int countByR_ST(long resourcePrimKey,
int status)
countByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatus - the status
public int countByR_ST(long resourcePrimKey,
int[] statuses)
countByR_ST in interface JournalArticlePersistenceresourcePrimKey - the resource prim keystatuses - the statuses
public List<JournalArticle> findByG_U(long groupId,
long userId)
findByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user ID
public List<JournalArticle> findByG_U(long groupId,
long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_U_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_U_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_U_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_U(long groupId,
long userId)
filterFindByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user ID
public List<JournalArticle> filterFindByG_U(long groupId,
long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_U_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_U_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_U(long groupId,
long userId)
removeByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user ID
public int countByG_U(long groupId,
long userId)
countByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user ID
public int filterCountByG_U(long groupId,
long userId)
filterCountByG_U in interface JournalArticlePersistencegroupId - the group IDuserId - the user ID
public List<JournalArticle> findByG_F(long groupId,
long folderId)
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder ID
public List<JournalArticle> findByG_F(long groupId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_F_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_F_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_F_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_F(long groupId,
long folderId)
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder ID
public List<JournalArticle> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_F_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_F_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds)
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDs
public List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<JournalArticle> findByG_F(long groupId,
long[] folderIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDs
public List<JournalArticle> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDsstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByG_F(long groupId,
long folderId)
removeByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder ID
public int countByG_F(long groupId,
long folderId)
countByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder ID
public int countByG_F(long groupId,
long[] folderIds)
countByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDs
public int filterCountByG_F(long groupId,
long folderId)
filterCountByG_F in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder ID
public int filterCountByG_F(long groupId,
long[] folderIds)
filterCountByG_F in interface JournalArticlePersistencegroupId - the group IDfolderIds - the folder IDs
public List<JournalArticle> findByG_A(long groupId,
String articleId)
findByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article ID
public List<JournalArticle> findByG_A(long groupId,
String articleId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_A_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_A(long groupId,
String articleId)
filterFindByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article ID
public List<JournalArticle> filterFindByG_A(long groupId,
String articleId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_A_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_A_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_A(long groupId,
String articleId)
removeByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article ID
public int countByG_A(long groupId,
String articleId)
countByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article ID
public int filterCountByG_A(long groupId,
String articleId)
filterCountByG_A in interface JournalArticlePersistencegroupId - the group IDarticleId - the article ID
public List<JournalArticle> findByG_UT(long groupId,
String urlTitle)
findByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url title
public List<JournalArticle> findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_UT_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_UT_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_UT_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle)
filterFindByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url title
public List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_UT_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_UT_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_UT(long groupId,
String urlTitle)
removeByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url title
public int countByG_UT(long groupId,
String urlTitle)
countByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url title
public int filterCountByG_UT(long groupId,
String urlTitle)
filterCountByG_UT in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url title
public List<JournalArticle> findByG_DDMSK(long groupId,
String DDMStructureKey)
findByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure key
public List<JournalArticle> findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMSK_First in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_DDMSK_First in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMSK_Last in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_DDMSK_Last in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMSK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByG_DDMSK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_DDMSK(long groupId,
String DDMStructureKey)
filterFindByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure key
public List<JournalArticle> filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_DDMSK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDDDMStructureKey - the d d m structure keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle filterGetByG_DDMSK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_DDMSK(long groupId,
String DDMStructureKey)
removeByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure key
public int countByG_DDMSK(long groupId,
String DDMStructureKey)
countByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure key
public int filterCountByG_DDMSK(long groupId,
String DDMStructureKey)
filterCountByG_DDMSK in interface JournalArticlePersistencegroupId - the group IDDDMStructureKey - the d d m structure key
public List<JournalArticle> findByG_DDMTK(long groupId,
String DDMTemplateKey)
findByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMTK_First in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_DDMTK_First in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMTK_Last in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_DDMTK_Last in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_DDMTK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByG_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_DDMTK(long groupId,
String DDMTemplateKey)
filterFindByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template key
public List<JournalArticle> filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_DDMTK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle filterGetByG_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_DDMTK(long groupId,
String DDMTemplateKey)
removeByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template key
public int countByG_DDMTK(long groupId,
String DDMTemplateKey)
countByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template key
public int filterCountByG_DDMTK(long groupId,
String DDMTemplateKey)
filterCountByG_DDMTK in interface JournalArticlePersistencegroupId - the group IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByG_L(long groupId,
String layoutUuid)
findByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuid
public List<JournalArticle> findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_L_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_L_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_L_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_L_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_L_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid)
filterFindByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuid
public List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_L_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_L(long groupId,
String layoutUuid)
removeByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuid
public int countByG_L(long groupId,
String layoutUuid)
countByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuid
public int filterCountByG_L(long groupId,
String layoutUuid)
filterCountByG_L in interface JournalArticlePersistencegroupId - the group IDlayoutUuid - the layout uuid
public List<JournalArticle> findByG_ST(long groupId,
int status)
findByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the status
public List<JournalArticle> findByG_ST(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_ST_First in interface JournalArticlePersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_ST_First in interface JournalArticlePersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_ST_Last in interface JournalArticlePersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_ST_Last in interface JournalArticlePersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_ST(long groupId,
int status)
filterFindByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the status
public List<JournalArticle> filterFindByG_ST(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_ST(long groupId,
int status)
removeByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the status
public int countByG_ST(long groupId,
int status)
countByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the status
public int filterCountByG_ST(long groupId,
int status)
filterCountByG_ST in interface JournalArticlePersistencegroupId - the group IDstatus - the status
public List<JournalArticle> findByC_V(long companyId,
double version)
findByC_V in interface JournalArticlePersistencecompanyId - the company IDversion - the version
public List<JournalArticle> findByC_V(long companyId,
double version,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_V in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_V in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_First in interface JournalArticlePersistencecompanyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_V_First in interface JournalArticlePersistencecompanyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_Last in interface JournalArticlePersistencecompanyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_V_Last in interface JournalArticlePersistencecompanyId - the company IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByC_V_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByC_V(long companyId,
double version)
removeByC_V in interface JournalArticlePersistencecompanyId - the company IDversion - the version
public int countByC_V(long companyId,
double version)
countByC_V in interface JournalArticlePersistencecompanyId - the company IDversion - the version
public List<JournalArticle> findByC_ST(long companyId,
int status)
findByC_ST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public List<JournalArticle> findByC_ST(long companyId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_ST in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_ST in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_ST_First in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_ST_First in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_ST_Last in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_ST_Last in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByC_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByC_ST(long companyId,
int status)
removeByC_ST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public int countByC_ST(long companyId,
int status)
countByC_ST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public List<JournalArticle> findByC_NotST(long companyId,
int status)
findByC_NotST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public List<JournalArticle> findByC_NotST(long companyId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_NotST in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_NotST in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_NotST_First in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_NotST_First in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_NotST_Last in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_NotST_Last in interface JournalArticlePersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_NotST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByC_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByC_NotST(long companyId,
int status)
removeByC_NotST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public int countByC_NotST(long companyId,
int status)
countByC_NotST in interface JournalArticlePersistencecompanyId - the company IDstatus - the status
public List<JournalArticle> findByC_DDMTK(long classNameId,
String DDMTemplateKey)
findByC_DDMTK in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_DDMTK in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_DDMTK in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_DDMTK_First in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_DDMTK_First in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_DDMTK_Last in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_DDMTK_Last in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByC_DDMTK_PrevAndNext(long id,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_DDMTK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articleclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByC_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByC_DDMTK(long classNameId,
String DDMTemplateKey)
removeByC_DDMTK in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template key
public int countByC_DDMTK(long classNameId,
String DDMTemplateKey)
countByC_DDMTK in interface JournalArticlePersistenceclassNameId - the class name IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByLtD_S(Date displayDate,
int status)
findByLtD_S in interface JournalArticlePersistencedisplayDate - the display datestatus - the status
public List<JournalArticle> findByLtD_S(Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLtD_S in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLtD_S in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLtD_S_First in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByLtD_S_First in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLtD_S_Last in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByLtD_S_Last in interface JournalArticlePersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByLtD_S_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByLtD_S_PrevAndNext(Session session,
JournalArticle journalArticle,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByLtD_S(Date displayDate,
int status)
removeByLtD_S in interface JournalArticlePersistencedisplayDate - the display datestatus - the status
public int countByLtD_S(Date displayDate,
int status)
countByLtD_S in interface JournalArticlePersistencedisplayDate - the display datestatus - the status
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_S_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_I_S_First in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_S_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByR_I_S_Last in interface JournalArticlePersistenceresourcePrimKey - 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
public JournalArticle[] findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByR_I_S_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByR_I_S_PrevAndNext(Session session,
JournalArticle journalArticle,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatuses - the statuses
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
removeByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
public int countByR_I_S(long resourcePrimKey,
boolean indexable,
int status)
countByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatus - the status
public int countByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses)
countByR_I_S in interface JournalArticlePersistenceresourcePrimKey - the resource prim keyindexable - the indexablestatuses - the statuses
public List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId)
findByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name ID
public List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_C_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_U_C_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_C_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_U_C_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_U_C_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_U_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId)
filterFindByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name ID
public List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_U_C_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_U_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_U_C(long groupId,
long userId,
long classNameId)
removeByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name ID
public int countByG_U_C(long groupId,
long userId,
long classNameId)
countByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name ID
public int filterCountByG_U_C(long groupId,
long userId,
long classNameId)
filterCountByG_U_C in interface JournalArticlePersistencegroupId - the group IDuserId - the user IDclassNameId - the class name ID
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status)
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the status
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_F_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_F_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_F_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_F_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status)
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the status
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_F_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_F_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses)
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statuses
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statuses
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByG_F_ST(long groupId,
long folderId,
int status)
removeByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the status
public int countByG_F_ST(long groupId,
long folderId,
int status)
countByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the status
public int countByG_F_ST(long groupId,
long folderId,
int[] statuses)
countByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statuses
public int filterCountByG_F_ST(long groupId,
long folderId,
int status)
filterCountByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatus - the status
public int filterCountByG_F_ST(long groupId,
long folderId,
int[] statuses)
filterCountByG_F_ST in interface JournalArticlePersistencegroupId - the group IDfolderId - the folder IDstatuses - the statuses
public List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK)
findByG_C_C in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p k
public List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_C in interface JournalArticlePersistencegroupId - 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)
public List<JournalArticle> findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_C in interface JournalArticlePersistencegroupId - 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)
public JournalArticle findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_C_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_C_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_C_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_C_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_C_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_C_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
filterFindByG_C_C in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p k
public List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_C in interface JournalArticlePersistencegroupId - 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)
public List<JournalArticle> filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_C in interface JournalArticlePersistencegroupId - 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)
public JournalArticle[] filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_C_C_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_C_C_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_C_C(long groupId,
long classNameId,
long classPK)
removeByG_C_C in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p k
public int countByG_C_C(long groupId,
long classNameId,
long classPK)
countByG_C_C in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p k
public int filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
filterCountByG_C_C in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p k
public JournalArticle findByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
throws NoSuchArticleException
NoSuchArticleException if it could not be found.
findByG_C_DDMSK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMStructureKey - the d d m structure key
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
null if it could not be found. Uses the finder cache.
fetchByG_C_DDMSK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMStructureKey - the d d m structure key
null if a matching journal article could not be found
public JournalArticle fetchByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_C_DDMSK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMStructureKey - the d d m structure keyretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
public JournalArticle removeByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
throws NoSuchArticleException
removeByG_C_DDMSK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMStructureKey - the d d m structure key
NoSuchArticleException
public int countByG_C_DDMSK(long groupId,
long classNameId,
String DDMStructureKey)
countByG_C_DDMSK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMStructureKey - the d d m structure key
public List<JournalArticle> findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
findByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_DDMTK_First in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_DDMTK_First in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle findByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_DDMTK_Last in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_DDMTK_Last in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article could not be found
public JournalArticle[] findByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_DDMTK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle getByG_C_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
filterFindByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template key
public List<JournalArticle> filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keystart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_C_DDMTK_PrevAndNext in interface JournalArticlePersistenceid - the primary key of the current journal articlegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template keyorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleException - if a journal article with the primary key could not be found
protected JournalArticle filterGetByG_C_DDMTK_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
removeByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template key
public int countByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
countByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template key
public int filterCountByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey)
filterCountByG_C_DDMTK in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDDDMTemplateKey - the d d m template key
public List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
findByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
public List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_L_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_L_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_L_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_C_L_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_C_L_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_C_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
filterFindByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
public List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuidstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_C_L_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_C_L_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
removeByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
public int countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
countByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
public int filterCountByG_C_L(long groupId,
long classNameId,
String layoutUuid)
filterCountByG_C_L in interface JournalArticlePersistencegroupId - the group IDclassNameId - the class name IDlayoutUuid - the layout uuid
public JournalArticle findByG_A_V(long groupId,
String articleId,
double version)
throws NoSuchArticleException
NoSuchArticleException if it could not be found.
findByG_A_V in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDversion - the version
NoSuchArticleException - if a matching journal article could not be found
public JournalArticle fetchByG_A_V(long groupId,
String articleId,
double version)
null if it could not be found. Uses the finder cache.
fetchByG_A_V in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDversion - the version
null if a matching journal article could not be found
public JournalArticle fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_A_V in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDversion - the versionretrieveFromCache - whether to use the finder cache
null if a matching journal article could not be found
public JournalArticle removeByG_A_V(long groupId,
String articleId,
double version)
throws NoSuchArticleException
removeByG_A_V in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDversion - the version
NoSuchArticleException
public int countByG_A_V(long groupId,
String articleId,
double version)
countByG_A_V in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDversion - the version
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status)
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_A_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status)
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_A_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_A_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statuses
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statuses
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statusesstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeByG_A_ST(long groupId,
String articleId,
int status)
removeByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public int countByG_A_ST(long groupId,
String articleId,
int status)
countByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public int countByG_A_ST(long groupId,
String articleId,
int[] statuses)
countByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statuses
public int filterCountByG_A_ST(long groupId,
String articleId,
int status)
filterCountByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public int filterCountByG_A_ST(long groupId,
String articleId,
int[] statuses)
filterCountByG_A_ST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatuses - the statuses
public List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status)
findByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_NotST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_NotST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_NotST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_A_NotST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_A_NotST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_A_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status)
filterFindByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_A_NotST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_A_NotST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_A_NotST(long groupId,
String articleId,
int status)
removeByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public int countByG_A_NotST(long groupId,
String articleId,
int status)
countByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public int filterCountByG_A_NotST(long groupId,
String articleId,
int status)
filterCountByG_A_NotST in interface JournalArticlePersistencegroupId - the group IDarticleId - the article IDstatus - the status
public List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status)
findByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the status
public List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_UT_ST_First in interface JournalArticlePersistencegroupId - 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
public JournalArticle findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByG_UT_ST_Last in interface JournalArticlePersistencegroupId - 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
public JournalArticle[] findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByG_UT_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByG_UT_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
filterFindByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the status
public List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle[] filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
filterFindByG_UT_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle filterGetByG_UT_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByG_UT_ST(long groupId,
String urlTitle,
int status)
removeByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the status
public int countByG_UT_ST(long groupId,
String urlTitle,
int status)
countByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the status
public int filterCountByG_UT_ST(long groupId,
String urlTitle,
int status)
filterCountByG_UT_ST in interface JournalArticlePersistencegroupId - the group IDurlTitle - the url titlestatus - the status
public List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status)
findByC_V_ST in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstatus - the status
public List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_V_ST in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_V_ST in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstatus - the statusstart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalArticle findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_ST_First in interface JournalArticlePersistencecompanyId - 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
public JournalArticle fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_V_ST_First in interface JournalArticlePersistencecompanyId - 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
public JournalArticle findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_ST_Last in interface JournalArticlePersistencecompanyId - 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
public JournalArticle fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
fetchByC_V_ST_Last in interface JournalArticlePersistencecompanyId - 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
public JournalArticle[] findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
throws NoSuchArticleException
findByC_V_ST_PrevAndNext in interface JournalArticlePersistenceid - 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
protected JournalArticle getByC_V_ST_PrevAndNext(Session session,
JournalArticle journalArticle,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator,
boolean previous)
public void removeByC_V_ST(long companyId,
double version,
int status)
removeByC_V_ST in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstatus - the status
public int countByC_V_ST(long companyId,
double version,
int status)
countByC_V_ST in interface JournalArticlePersistencecompanyId - the company IDversion - the versionstatus - the status
public void cacheResult(JournalArticle journalArticle)
cacheResult in interface JournalArticlePersistencejournalArticle - the journal articlepublic void cacheResult(List<JournalArticle> journalArticles)
cacheResult in interface JournalArticlePersistencejournalArticles - the journal articlespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<JournalArticle>clearCache in class BasePersistenceImpl<JournalArticle>public void clearCache(JournalArticle journalArticle)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<JournalArticle>clearCache in class BasePersistenceImpl<JournalArticle>journalArticle - the instance of this model to clear the cache forpublic void clearCache(List<JournalArticle> journalArticles)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<JournalArticle>clearCache in class BasePersistenceImpl<JournalArticle>journalArticles - the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(JournalArticle journalArticle)
protected void clearUniqueFindersCache(JournalArticle journalArticle)
public JournalArticle create(long id)
create in interface JournalArticlePersistenceid - the primary key for the new journal article
public JournalArticle remove(long id)
throws NoSuchArticleException
remove in interface JournalArticlePersistenceid - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be found
public JournalArticle remove(Serializable primaryKey)
throws NoSuchArticleException
remove in interface BasePersistence<JournalArticle>remove in class BasePersistenceImpl<JournalArticle>primaryKey - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be foundprotected JournalArticle removeImpl(JournalArticle journalArticle)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<JournalArticle>journalArticle - the model instance to remove
public JournalArticle updateImpl(JournalArticle journalArticle)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface JournalArticlePersistenceupdateImpl in class BasePersistenceImpl<JournalArticle>journalArticle - the model instance to update
protected JournalArticle toUnwrappedModel(JournalArticle journalArticle)
public JournalArticle findByPrimaryKey(Serializable primaryKey)
throws NoSuchArticleException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<JournalArticle>findByPrimaryKey in class BasePersistenceImpl<JournalArticle>primaryKey - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be found
public JournalArticle findByPrimaryKey(long id)
throws NoSuchArticleException
NoSuchArticleException if it could not be found.
findByPrimaryKey in interface JournalArticlePersistenceid - the primary key of the journal article
NoSuchArticleException - if a journal article with the primary key could not be foundpublic JournalArticle fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<JournalArticle>fetchByPrimaryKey in class BasePersistenceImpl<JournalArticle>primaryKey - the primary key of the journal article
null if a journal article with the primary key could not be foundpublic JournalArticle fetchByPrimaryKey(long id)
null if it could not be found.
fetchByPrimaryKey in interface JournalArticlePersistenceid - the primary key of the journal article
null if a journal article with the primary key could not be foundpublic Map<Serializable,JournalArticle> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<JournalArticle>fetchByPrimaryKeys in interface JournalArticlePersistencefetchByPrimaryKeys in class BasePersistenceImpl<JournalArticle>public List<JournalArticle> findAll()
findAll in interface JournalArticlePersistence
public List<JournalArticle> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface JournalArticlePersistencestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)
public List<JournalArticle> findAll(int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface JournalArticlePersistencestart - the lower bound of the range of journal articlesend - the upper bound of the range of journal articles (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public void removeAll()
removeAll in interface JournalArticlePersistencepublic int countAll()
countAll in interface JournalArticlePersistenceprotected Set<String> getBadColumnNames()
getBadColumnNames in class BasePersistenceImpl<JournalArticle>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||