|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.persistence.JournalArticleUtil
public class JournalArticleUtil
The persistence utility for the journal article service. This utility wraps JournalArticlePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
JournalArticlePersistence
,
JournalArticlePersistenceImpl
Constructor Summary | |
---|---|
JournalArticleUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(JournalArticle journalArticle)
Caches the journal article in the entity cache if it is enabled. |
static void |
cacheResult(List<JournalArticle> journalArticles)
Caches the journal articles in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(JournalArticle journalArticle)
|
static int |
countAll()
Returns the number of journal articles. |
static int |
countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?. |
static int |
countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?. |
static int |
countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?. |
static int |
countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?. |
static int |
countByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?. |
static int |
countByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?. |
static int |
countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?. |
static int |
countByG_A(long groupId,
String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?. |
static int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static int |
countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static int |
countByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the number of journal articles where groupId = ? and classNameId = ? and structureId = ?. |
static int |
countByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static int |
countByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?. |
static int |
countByG_S(long groupId,
String structureId)
Returns the number of journal articles where groupId = ? and structureId = ?. |
static int |
countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?. |
static int |
countByG_T(long groupId,
String templateId)
Returns the number of journal articles where groupId = ? and templateId = ?. |
static int |
countByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?. |
static int |
countByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?. |
static int |
countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?. |
static int |
countByLayoutUuid(String layoutUuid)
Returns the number of journal articles where layoutUuid = ?. |
static int |
countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?. |
static int |
countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?. |
static int |
countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?. |
static int |
countByStructureId(String structureId)
Returns the number of journal articles where structureId = ?. |
static int |
countByTemplateId(String templateId)
Returns the number of journal articles where templateId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Returns the number of journal articles where uuid = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static JournalArticle |
create(long id)
Creates a new journal article with the primary key. |
static JournalArticle |
fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle |
fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static 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. |
static 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. |
static JournalArticle |
fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
static JournalArticle |
fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle |
fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
static JournalArticle |
fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalArticle |
fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalArticle |
fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalArticle |
fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalArticle |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticle |
fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalArticle |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static 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 = ?. |
static 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 ?. |
static int |
filterCountByG_A(long groupId,
String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static int |
filterCountByG_C_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 = ?. |
static int |
filterCountByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static int |
filterCountByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static int |
filterCountByG_S(long groupId,
String structureId)
Returns the number of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static int |
filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?. |
static int |
filterCountByG_T(long groupId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static 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 = ?. |
static int |
filterCountByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static int |
filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?. |
static JournalArticle[] |
filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static 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 = ?. |
static 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 ?. |
static 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 ?. |
static List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static 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 = ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
static JournalArticle[] |
filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
static JournalArticle[] |
filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
static JournalArticle[] |
filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static 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 = ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static 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 = ?. |
static List<JournalArticle> |
filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalArticle> |
findAll()
Returns all the journal articles. |
static List<JournalArticle> |
findAll(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticle> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
static JournalArticle |
findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle[] |
findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
static List<JournalArticle> |
findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
static JournalArticle |
findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle[] |
findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle[] |
findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
static JournalArticle |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle[] |
findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
static List<JournalArticle> |
findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
static List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
static JournalArticle |
findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle[] |
findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static 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 ?. |
static List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static 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 = ?. |
static List<JournalArticle> |
findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static 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. |
static List<JournalArticle> |
findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
static JournalArticle |
findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static 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 = ?. |
static List<JournalArticle> |
findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
static JournalArticle |
findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle[] |
findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
static List<JournalArticle> |
findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
static List<JournalArticle> |
findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
static List<JournalArticle> |
findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
static JournalArticle |
findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle[] |
findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
static List<JournalArticle> |
findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
static JournalArticle |
findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle[] |
findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
static JournalArticle |
findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static 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 = ?. |
static List<JournalArticle> |
findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
static JournalArticle |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle[] |
findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
static List<JournalArticle> |
findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
static List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
static List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static JournalArticle |
findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle[] |
findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
static List<JournalArticle> |
findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
static JournalArticle |
findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle[] |
findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
static JournalArticle |
findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle[] |
findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
static List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
static JournalArticle |
findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle[] |
findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
static List<JournalArticle> |
findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
static JournalArticle |
findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalArticle |
findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalArticle[] |
findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
static List<JournalArticle> |
findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
static List<JournalArticle> |
findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
static List<JournalArticle> |
findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
static JournalArticle |
findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalArticle |
findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalArticle[] |
findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
static List<JournalArticle> |
findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
static List<JournalArticle> |
findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
static List<JournalArticle> |
findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
static JournalArticle |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static 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. |
static JournalArticle |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticle[] |
findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static List<JournalArticle> |
findByUuid(String uuid)
Returns all the journal articles where uuid = ?. |
static List<JournalArticle> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?. |
static List<JournalArticle> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
static List<JournalArticle> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticle> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticle> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static JournalArticlePersistence |
getPersistence()
|
static JournalArticle |
remove(long id)
Removes the journal article with the primary key from the database. |
static void |
removeAll()
Removes all the journal articles from the database. |
static void |
removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database. |
static void |
removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database. |
static void |
removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database. |
static void |
removeByG_A_ST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database. |
static JournalArticle |
removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
static void |
removeByG_A(long groupId,
String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database. |
static void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database. |
static void |
removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database. |
static JournalArticle |
removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
static void |
removeByG_C_T(long groupId,
long classNameId,
String templateId)
Removes all the journal articles where groupId = ? and classNameId = ? and templateId = ? from the database. |
static void |
removeByG_L(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database. |
static void |
removeByG_S(long groupId,
String structureId)
Removes all the journal articles where groupId = ? and structureId = ? from the database. |
static void |
removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database. |
static void |
removeByG_T(long groupId,
String templateId)
Removes all the journal articles where groupId = ? and templateId = ? from the database. |
static void |
removeByG_UT_ST(long groupId,
String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database. |
static void |
removeByG_UT(long groupId,
String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database. |
static void |
removeByLayoutUuid(String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database. |
static void |
removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database. |
static void |
removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database. |
static void |
removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database. |
static void |
removeByStructureId(String structureId)
Removes all the journal articles where structureId = ? from the database. |
static void |
removeByTemplateId(String templateId)
Removes all the journal articles where templateId = ? from the database. |
static JournalArticle |
removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the journal articles where uuid = ? from the database. |
void |
setPersistence(JournalArticlePersistence persistence)
Deprecated. |
static JournalArticle |
update(JournalArticle journalArticle,
boolean merge)
|
static JournalArticle |
update(JournalArticle journalArticle,
boolean merge,
ServiceContext serviceContext)
|
static JournalArticle |
updateImpl(JournalArticle journalArticle,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JournalArticleUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(JournalArticle journalArticle)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<JournalArticle> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<JournalArticle> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<JournalArticle> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static JournalArticle update(JournalArticle journalArticle, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static JournalArticle update(JournalArticle journalArticle, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(JournalArticle journalArticle)
journalArticle
- the journal articlepublic static void cacheResult(List<JournalArticle> journalArticles)
journalArticles
- the journal articlespublic static JournalArticle create(long id)
id
- the primary key for the new journal article
public static JournalArticle remove(long id) throws SystemException, NoSuchArticleException
id
- the primary key of the journal article
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticle updateImpl(JournalArticle journalArticle, boolean merge) throws SystemException
SystemException
public static JournalArticle findByPrimaryKey(long id) throws SystemException, NoSuchArticleException
NoSuchArticleException
if it could not be found.
id
- the primary key of the journal article
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByPrimaryKey(long id) throws SystemException
null
if it could not be found.
id
- the primary key of the journal article
null
if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchArticleException
NoSuchArticleException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByResourcePrimKey(long resourcePrimKey) throws SystemException
resourcePrimKey
- the resource prim key
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
resourcePrimKey
- the resource prim keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator) throws SystemException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator) throws SystemException
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByStructureId(String structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByStructureId(String structureId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
structureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
structureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByStructureId_First(String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByStructureId_First(String structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByStructureId_Last(String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlestructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByTemplateId(String templateId) throws SystemException
templateId
- the template ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByTemplateId(String templateId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
templateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
templateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByTemplateId_First(String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
templateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator) throws SystemException
templateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByTemplateId_Last(String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
templateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator) throws SystemException
templateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articletemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByLayoutUuid(String layoutUuid) throws SystemException
layoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByLayoutUuid(String layoutUuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator) throws SystemException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator) throws SystemException
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlelayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findBySmallImageId(long smallImageId) throws SystemException
smallImageId
- the small image ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
smallImageId
- the small image IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
smallImageId
- the small image IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator) throws SystemException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator) throws SystemException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlesmallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByR_ST(long resourcePrimKey, int status) throws SystemException
resourcePrimKey
- the resource prim keystatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
resourcePrimKey
- the resource prim keystatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator) throws SystemException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator) throws SystemException
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A(long groupId, String articleId) throws SystemException
groupId
- the group IDarticleId
- the article ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A(long groupId, String articleId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A(long groupId, String articleId) throws SystemException
groupId
- the group IDarticleId
- the article ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A(long groupId, String articleId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT(long groupId, String urlTitle, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT(long groupId, String urlTitle, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_S(long groupId, String structureId) throws SystemException
groupId
- the group IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_S(long groupId, String structureId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstructureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstructureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_S(long groupId, String structureId) throws SystemException
groupId
- the group IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_S(long groupId, String structureId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstructureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstructureId
- the structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_T(long groupId, String templateId) throws SystemException
groupId
- the group IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_T(long groupId, String templateId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_T(long groupId, String templateId) throws SystemException
groupId
- the group IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_T(long groupId, String templateId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_L(long groupId, String layoutUuid) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_L(long groupId, String layoutUuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_L(long groupId, String layoutUuid) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_L(long groupId, String layoutUuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_ST(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_ST(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_ST(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_ST(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V(long companyId, double version) throws SystemException
companyId
- the company IDversion
- the version
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V(long companyId, double version, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByC_V_First(long companyId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_ST(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_ST(long companyId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_S(long groupId, long classNameId, String structureId) throws SystemException, NoSuchArticleException
NoSuchArticleException
if it could not be found.
groupId
- the group IDclassNameId
- the class name IDstructureId
- the structure ID
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_S(long groupId, long classNameId, String structureId) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDclassNameId
- the class name IDstructureId
- the structure ID
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDclassNameId
- the class name IDstructureId
- the structure IDretrieveFromCache
- whether to use the finder cache
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_T(long groupId, long classNameId, String templateId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_T(long groupId, long classNameId, String templateId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_T(long groupId, long classNameId, String templateId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDtemplateId
- the template IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_L(long groupId, long classNameId, String layoutUuid) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, String layoutUuid) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_A_V(long groupId, String articleId, double version) throws SystemException, NoSuchArticleException
NoSuchArticleException
if it could not be found.
groupId
- the group IDarticleId
- the article IDversion
- the version
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_V(long groupId, String articleId, double version) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDarticleId
- the article IDversion
- the version
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDarticleId
- the article IDversion
- the versionretrieveFromCache
- whether to use the finder cache
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int status) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int[] statuses) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int status) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int[] statuses) throws SystemException
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDarticleId
- the article IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT_ST(long groupId, String urlTitle, int status) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT_ST(long groupId, String urlTitle, int status) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDurlTitle
- the url titlestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle[] filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V_ST(long companyId, double version, int status) throws SystemException
companyId
- the company IDversion
- the versionstatus
- the status
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDversion
- the versionstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDversion
- the versionstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static JournalArticle findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching journal article could not be found
SystemException
- if a system exception occurredpublic static JournalArticle[] findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleException
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchArticleException
- if a journal article with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticle> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<JournalArticle> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticle> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static JournalArticle removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchArticleException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchArticleException
public static void removeByResourcePrimKey(long resourcePrimKey) throws SystemException
resourcePrimKey
- the resource prim key
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static void removeByStructureId(String structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static void removeByTemplateId(String templateId) throws SystemException
templateId
- the template ID
SystemException
- if a system exception occurredpublic static void removeByLayoutUuid(String layoutUuid) throws SystemException
layoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static void removeBySmallImageId(long smallImageId) throws SystemException
smallImageId
- the small image ID
SystemException
- if a system exception occurredpublic static void removeByR_ST(long resourcePrimKey, int status) throws SystemException
resourcePrimKey
- the resource prim keystatus
- the status
SystemException
- if a system exception occurredpublic static void removeByG_A(long groupId, String articleId) throws SystemException
groupId
- the group IDarticleId
- the article ID
SystemException
- if a system exception occurredpublic static void removeByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredpublic static void removeByG_S(long groupId, String structureId) throws SystemException
groupId
- the group IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static void removeByG_T(long groupId, String templateId) throws SystemException
groupId
- the group IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static void removeByG_L(long groupId, String layoutUuid) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static void removeByG_ST(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredpublic static void removeByC_V(long companyId, double version) throws SystemException
companyId
- the company IDversion
- the version
SystemException
- if a system exception occurredpublic static void removeByC_ST(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredpublic static void removeByG_C_C(long groupId, long classNameId, long classPK) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static JournalArticle removeByG_C_S(long groupId, long classNameId, String structureId) throws SystemException, NoSuchArticleException
groupId
- the group IDclassNameId
- the class name IDstructureId
- the structure ID
SystemException
- if a system exception occurred
NoSuchArticleException
public static void removeByG_C_T(long groupId, long classNameId, String templateId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static void removeByG_C_L(long groupId, long classNameId, String layoutUuid) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static JournalArticle removeByG_A_V(long groupId, String articleId, double version) throws SystemException, NoSuchArticleException
groupId
- the group IDarticleId
- the article IDversion
- the version
SystemException
- if a system exception occurred
NoSuchArticleException
public static void removeByG_A_ST(long groupId, String articleId, int status) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the status
SystemException
- if a system exception occurredpublic static void removeByG_UT_ST(long groupId, String urlTitle, int status) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the status
SystemException
- if a system exception occurredpublic static void removeByC_V_ST(long companyId, double version, int status) throws SystemException
companyId
- the company IDversion
- the versionstatus
- the status
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByResourcePrimKey(long resourcePrimKey) throws SystemException
resourcePrimKey
- the resource prim key
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static int filterCountByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static int countByStructureId(String structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static int countByTemplateId(String templateId) throws SystemException
templateId
- the template ID
SystemException
- if a system exception occurredpublic static int countByLayoutUuid(String layoutUuid) throws SystemException
layoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static int countBySmallImageId(long smallImageId) throws SystemException
smallImageId
- the small image ID
SystemException
- if a system exception occurredpublic static int countByR_ST(long resourcePrimKey, int status) throws SystemException
resourcePrimKey
- the resource prim keystatus
- the status
SystemException
- if a system exception occurredpublic static int countByG_A(long groupId, String articleId) throws SystemException
groupId
- the group IDarticleId
- the article ID
SystemException
- if a system exception occurredpublic static int filterCountByG_A(long groupId, String articleId) throws SystemException
groupId
- the group IDarticleId
- the article ID
SystemException
- if a system exception occurredpublic static int countByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredpublic static int filterCountByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredpublic static int countByG_S(long groupId, String structureId) throws SystemException
groupId
- the group IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static int filterCountByG_S(long groupId, String structureId) throws SystemException
groupId
- the group IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static int countByG_T(long groupId, String templateId) throws SystemException
groupId
- the group IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static int filterCountByG_T(long groupId, String templateId) throws SystemException
groupId
- the group IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static int countByG_L(long groupId, String layoutUuid) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static int filterCountByG_L(long groupId, String layoutUuid) throws SystemException
groupId
- the group IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static int countByG_ST(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredpublic static int filterCountByG_ST(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredpublic static int countByC_V(long companyId, double version) throws SystemException
companyId
- the company IDversion
- the version
SystemException
- if a system exception occurredpublic static int countByC_ST(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredpublic static int countByG_C_C(long groupId, long classNameId, long classPK) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static int filterCountByG_C_C(long groupId, long classNameId, long classPK) throws SystemException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static int countByG_C_S(long groupId, long classNameId, String structureId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDstructureId
- the structure ID
SystemException
- if a system exception occurredpublic static int countByG_C_T(long groupId, long classNameId, String templateId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static int filterCountByG_C_T(long groupId, long classNameId, String templateId) throws SystemException
groupId
- the group IDclassNameId
- the class name IDtemplateId
- the template ID
SystemException
- if a system exception occurredpublic static int countByG_C_L(long groupId, long classNameId, String layoutUuid) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static int filterCountByG_C_L(long groupId, long classNameId, String layoutUuid) throws SystemException
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
SystemException
- if a system exception occurredpublic static int countByG_A_V(long groupId, String articleId, double version) throws SystemException
groupId
- the group IDarticleId
- the article IDversion
- the version
SystemException
- if a system exception occurredpublic static int countByG_A_ST(long groupId, String articleId, int status) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the status
SystemException
- if a system exception occurredpublic static int countByG_A_ST(long groupId, String articleId, int[] statuses) throws SystemException
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses
SystemException
- if a system exception occurredpublic static int filterCountByG_A_ST(long groupId, String articleId, int status) throws SystemException
groupId
- the group IDarticleId
- the article IDstatus
- the status
SystemException
- if a system exception occurredpublic static int filterCountByG_A_ST(long groupId, String articleId, int[] statuses) throws SystemException
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses
SystemException
- if a system exception occurredpublic static int countByG_UT_ST(long groupId, String urlTitle, int status) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the status
SystemException
- if a system exception occurredpublic static int filterCountByG_UT_ST(long groupId, String urlTitle, int status) throws SystemException
groupId
- the group IDurlTitle
- the url titlestatus
- the status
SystemException
- if a system exception occurredpublic static int countByC_V_ST(long companyId, double version, int status) throws SystemException
companyId
- the company IDversion
- the versionstatus
- the status
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static JournalArticlePersistence getPersistence()
public void setPersistence(JournalArticlePersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |